Hello,
I'm new to the list, but I've been searching the manuals, how-to's, mail
archives, google, etc trying to find the answer to this quesiton.
I have the following setup.
Postfix 2.6.5
Amavisd-new 2.6.3
Spamassassin 3.2.5
clamav 0.96
dbmail 2.2.9
The entire set up works, amavis is a memory and resource hog, but I
digress. Mail is received, forwards to amavis which does what it does
and then forwards to postfix which then delivers to dbmail via lmtp.
I use sql lookups for local recipients, transports and mynetworks.
I have in the main.cf
relay_domains= < a couple of domains> mysql:/etc/postfix/transport.cf
transport_maps = mysql:/etc/postfix/transport.cf
local_recipient_maps=mysql:/etc/postfix/sql-recipients.cf
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_client_restrictions = permit_mynetworks, reject_rbl_client
zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rb
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination,
reject_unlisted_recipients
the only problem I'm having is that this system is not rejecting
unlisted recipients. I know that I'm missing something and I just can't
quite put my finger on it.
If you need further details, feel free to ask.
thanks in advance,
Curtis Maurand