Zachár Balázs wrote:
Helo @list!
I have two problem which I can't manage:
1. I have a postfix + clamav + spamassassin which are working fine.
But If I send mail it is going trough the filters to but I don't want it. So I
create a new smtpd line in the master.cf with these settings: 127.0.0.1:11025
Now I would like to do this: if the sender is [EMAIL PROTECTED] then use the
127.0.0.1:11025 smtp (it has different settings which are not use the
filters...) instead of the original.
I am googling and I saw the transport_map can do things like I would do but if I right,
the transport_map only can do a "redirection" for the recipient address, am I?
transports do not override a content filter.
you can use check_sender_access and return a FILTER action. check the
docs for details.
if you want detailed help, provide detailed configuration infos. see the
DEBUG README.
2. I (my guests) am sending many newsletters with my postfix. Can I set the
sending rate? ( Like: 10 mail/second )
Thanks,
Balázs Zachár