Hello, just upgraded my Postfix from 2.8.x to 2.9.1 (Debian 6.0, Postfix coming from backports) to use postscreen and following this:

http://www.postfix.org/POSTSCREEN_README.html

I've modified my master.cf as follow:

#smtp      inet  n       -       -       -       -       smtpd
smtpd  pass n     -     -     -     -     smtpd
smtp       inet  n       -       n       -       1       postscreen
tlsproxy   unix  -       -       n       -       0       tlsproxy
dnsblog    unix  -       -       n       -       0       dnsblog

But when I start postfix I have this error:

postfix/postscreen[31083]: warning: cannot connect to service private/smtpd: No such file or directory

I can't figure out my mistake.

I'v also added this in main.cf:

# Postscreen
postscreen_access_list = permit_mynetworks
postscreen_dnsbl_threshold = 2
postscreen_dnsbl_sites = bl.spamcop.net, zen.spamhaus.org, dnsbl.sorbs.net, cbl.abuseat.org

Any suggestion?

Reply via email to