Den 23.3.2007 kl. 15:57 skrev Marco F. Delaurenti:
check_recipient_access is a restriction class, not a configuration
paramater. Your master.cf should read:
smtpd_recipient_restrictions=permit_mynetworks,check_relay_domains,rej
ect,
check_recipient_access,hash:/etc/postfix/allowed
-o content_filter=lmtp:unix:/tmp/dspam.sock
thanks, but, this gives me
Mar 23 16:08:07 ymse postfix/smtpd[29288]: fatal: unexpected command-
line argument: check_recipient_access,hash:/etc/postfix/allowed
and no email is passed through
my tested config from master.cf is
smtp inet n - - - - smtpd
-o
smtpd_recipient_restrictions=permit_mynetworks,check_relay_domains,rejec
t,
check_recipient_access,hash:/etc/postfix/allowed
-o content_filter=lmtp:unix:/tmp/dspam.sock
roy