At 08:58 AM 6/8/2006, Valentin Schmid - ICSurselva AG wrote:
>Unfortunatelly the aliases will be interpreted by postfix
>after the
>mailfiltering, so amavisd-new
>can't select the different policies per user.
>How do I change this?
Remove the no_address_mappings from main.cf, and add it to
the existing receive_override_options in master.cf.
This will turn off the rewriting after amavisd-new.
# master.cf
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
...
-o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
--
Noel Jones
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/