On 09/05/2015 05:59 AM, Alberto Lepe wrote:
>
>
> Could someone tell me which settings may be producing this effect?
>
> Please find the output of "postconf" (changed real domain), and the
> content of "amavis.conf" and "master.cf <http://master.cf>" in these
> links:
>
> http://pastebin.com/Vd5AmrUj
> http://pastebin.com/CNtetDhX
> http://pastebin.com/6g13gJwM
>
> Thank you in advance.
>

You could set the following in main.cf to stop the alias expansion prior
to feeding into amavis
receive_override_options = no_address_mappings

and in master.cf modify the options to the post filter smtpd process so
that it does not redo the receipient checks.

127.0.0.1:10025 inet    n       -       y       -       -       smtpd
....
-o receive_override_options=no_unknown_recipient_checks,no_milters

Although it's not part of your problem you might also want to disable
header and body checks too in the post filter process, so the final
setting of the receive_override_options would be:

-o
receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters

John

Reply via email to