Le 17-mai-09 à 15:02, Wietse Venema a écrit :
Pascal Maes:
hello
Postfix version 2.5.7
As I have some problems with proxy filters that are not
transparent, I
would like to test milter filters.
When I enable the smtpd_filters, the "virtual aliasing" is no more
applied !
Look in master.cf for receive_override_options
Of course, as I suppress the smtpd_proxy_filter=127.0.0.1:10025 (was
clamsmtp, replaced by milter-clamc),
I have also to modify that option (was no_address_mappings).
So, in master.cf, the two following lines are deleted
-o smtpd_proxy_filter=127.0.0.1:10025
-o receive_override_options=no_address_mappings
and in main.cf, I add
milter_protocol = 6
smtpd_milters =
unix:/var/run/milter/milter-clamc.socket
I suppose that there are no differences if there are serveral milter
filters.
Thanks
--
Pascal