wallace woes, kolab-3.0

Geoff Nordli geoffn at gnaa.net
Fri Nov 22 01:50:11 CET 2013


On 13-11-21 04:47 PM, Geoff Nordli wrote:
> On 13-11-21 04:23 PM, Thomas Spuhler wrote:
>> On Thursday, November 21, 2013 04:16:06 PM Geoff Nordli wrote:
>>> On 13-11-21 02:28 PM, Thomas Spuhler wrote:
>>>> On Thursday, November 21, 2013 11:26:35 AM Thomas Spuhler wrote:
>>>>> Does anybody know how to disable mail being routed through wallace?
>>>>> I have commented out everything I can find in relation to wallace, 
>>>>> but still get this:
>>>>>
>>>>> (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 id=03681-05 - Temporary 
>>>>> MTA failure on relaying,
>>>>> from
>>>>> MTA(smtp:[127.0.0.1]:10026): No resp. to data-dot (in reply to end 
>>>>> of DATA command)
>>>>>
>>>>> I restarted postfix after making the changes in master.cf and 
>>>>> resent the e-mail
>>>>> (yes, in this case, it's an outgoing e-mail.)
>>>> I may got a reply to this, but it got stuck in wallace?
>>> Yes, it stays in there (I had the same probably you did a few days 
>>> ago).
>>>
>>> Try this:
>>>
>>> run postqueue to get a list of the messages and their IDs:
>>>
>>> postqueue -p
>>>
>>> then try requeuing it with the:
>>>
>>> postsuper -r message_id
>>>
>>> Geoff
>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> users at lists.kolab.org
>>> https://lists.kolab.org/mailman/listinfo/users
>> Thanks Geoff:
>> I tried this already.
>> The questions is actually, why does it still get into wallace?
>>
>>
>
> What does your master.conf look like?
>
>
>
>

Some people have suggested removing the wallace part from the content 
line, but that didn't work for me, it caused a message loop.

So I ended up redirecting amavisd to 10027


# Listener to re-inject email from Amavisd into Postfix
127.0.0.1:10025 inet    n   -   n   -       100 smtpd
     -o content_filter=smtp-wallace:[127.0.0.1]:10027
     -o local_recipient_maps=
     -o relay_recipient_maps=
     -o smtpd_restriction_classes=
     -o smtpd_client_restrictions=
     -o smtpd_helo_restrictions=
     -o smtpd_sender_restrictions=
     -o smtpd_recipient_restrictions=permit_mynetworks,reject
     -o mynetworks=127.0.0.0/8
     -o smtpd_authorized_xforward_hosts=127.0.0.0/8

# Filter email through Wallace
smtp-wallace    unix    -   -   n   -       3   smtp
     -o smtp_data_done_timeout=1800
     -o disable_dns_lookups=yes
     -o smtp_send_xforward_command=yes
     -o max_use=20

# Listener to re-inject email from Wallace into Postfix
127.0.0.1:10027 inet    n   -   n   -       100 smtpd
     -o content_filter=
     -o local_recipient_maps=
     -o relay_recipient_maps=
     -o smtpd_restriction_classes=
     -o smtpd_client_restrictions=
     -o smtpd_helo_restrictions=
     -o smtpd_sender_restrictions=
     -o smtpd_recipient_restrictions=permit_mynetworks,reject
     -o mynetworks=127.0.0.0/8
     -o smtpd_authorized_xforward_hosts=127.0.0.0/8










More information about the users mailing list