On 02/04/2011 03:05 PM, Brian Evans - Postfix List wrote:
On 2/4/2011 2:59 PM, Julien Vehent wrote:
------
submission inet n - - - - smtpd
-o receive_override_options=no_address_mappings
# -o content_filter=dksign:[127.0.0.1]:10028
The above two lines are the culprit.
The first says do not expand aliases. This is fine for before content
filters.
You eventually need to have "receieve_override_options=" in return from
content_filters in order for alias expansion to take place.
So, eliminate the override or enable a content filter that does not
override on return.
Brian
Thank you both, Victor and Brian, for your quick help.
That was indeed the problem, I just commented out the override and
everything works fine.
Good way to start the week end :)
Thanks,
Julien