Hi

The différence with postscreen and without postscreen are :


With postscreen :


main.cf configuration file :

postscreen_access_list = permit_mynetworks,cidr:/etc/postfix/postscreen_access.cidr
postscreen_blacklist_action = drop
postscreen_dnsbl_sites =
    zen.spamhaus.org*3
    dnsbl.njabl.org*2
    bl.spameatingmonkey.net*2
    dnsbl.ahbl.org
    bl.spamcop.net
    dnsbl.sorbs.net
postscreen_dnsbl_threshold = 3
postscreen_dnsbl_action = drop


master.cf configuration file :

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



without postscreen :

master.cf :

smtp      inet  n       -       n       -       1       smtpd


Regards



Le 16/03/2012 18:12, Wietse Venema a écrit :
Stanislas LEVEAU:
Hi

I've an ldap error with postscreen when the recipient is not in the ldap
(a bad recipient) :

Error :

Mar 16 15:13:09 relais1 postfix/smtpd[23031]: warning:
dict_ldap_connect: Unable to bind to server ldap://ldap.domain.fr:389
with dn uid=binduser,o=domain,c=fr: -1 (Can't contact LDAP server)
What are the differences between the smtpd lines with and without
postscreen?  Only the first fields (name, type, private) should
differ.

        Wietse


--
*Stanislas LEVEAU**

*Rectorat de Caen
168, rue Caponière
B.P. 6184
14061 CAEN Cedex
        Direction des Systèmes d'Information de l'Académie de Caen
Département des infrastructures

stanislas.lev...@ac-caen.fr
 Tel : 02.31.30.17.86



Reply via email to