Diego Liziero wrote: > Both methods worked fine. > > I would like to thank all of you for pointing me to the right direction. > ... > Then, in master.cf, where is defined the return transport from the > filter, the smtp_sender_restrictions must be disabled to avoid loops: > # content filter loop back smtpd > localhost:10026 inet n - n - 20 smtpd > -o smtpd_authorized_xforward_hosts=127.0.0.0/8 > -o smtpd_proxy_filter= > -o content_filter= > -o local_recipient_maps= > -o smtpd_client_restrictions= > -o smtpd_sender_restrictions= # <-- >
In-line comments are not supported in main.cf or master.cf. Recommend removing # <-- if you really do have it there. Other than that, great! Brian
