Jordi Espasa Clofent wrote:
Hi all,
I want to the authenticated users (who are authenticated using SASL2 and
SQL backend) don't pass to several filters detailed in master.cf file;
on the other hand, I want to still using the same filter for all the
remain world.
My first thought has been to create another smtpd daemon in master.cf
which uses other port, and not put any filter on it.
Yes, the "submission" port is reserved for this purpose and
supported by most mail clients.
¿Another approach to this issue?
You can use something like:
# content_filter is NOT set
smtpd_sender_restrictions =
permit_sasl_authenticated
permit_mynetworks
check_client_access regexp:/etc/postfix/set_filter
# contents of set_filter
/^/ FILTER smtp:[some.ip.addr.ess]:PORT
--
Noel Jones