On 3 Nov 2016, at 8:34, @lbutlr wrote:
On 01 Nov 2016, at 03:15, wilfried.es...@essignetz.de wrote:
/etc/postfix/main.cf:
content_filter = scan:localhost:10025
receive_override_options = no_address_mappings
(from http://www.postfix.org/FILTER_README.html#advanced_filter)
And remove no_address_mappings from your "127.0.0.1:10025
inet"-smtpd.
If receive_override_options is set to no_address_mappings won’t that
apply to ALL locally received messages? That will not work as there
are many locaddresses that expand via either virtual or mysql maps to
the eventual address.
Which is fine. You've removed no_address_mappings from the smtpd
instance on the output side of amavisd, so the expansions will happen
there.