Hi List,

I'd like to configure my hub mail server to listen for connections on
port 465 SMTPs SSL - wrapper mode while still accepting standard
unencrypted SMTP coming from the scripts running on the machine.

Intuitively, I configure my master.cf like this :

smtp      inet  n       -       n       -       -       smtpd
        -o inet_interfaces=localhost
smtps     inet  n       -       n       -       -       smtpd
        -o smtpd_enforce_tls=yes
        -o smtpd_tls_wrappermode=yes
        -o smtpd_client_restrictions=permit_tls_all_clientcerts,reject

However, when I checked the listening ports, I get :

# netstat -an|grep -E ':(2|46)5'
tcp        0      0 0.0.0.0:465                 0.0.0.0:*
     LISTEN
tcp        0      0 0.0.0.0:25                  0.0.0.0:*
     LISTEN

What am I missing ? Is 'inet_interfaces' not available for change
through a '-o' in master.cf ?

I'm running stock CentOS5 postfix version 2.3.3 (2:2.3.3-2.3.el5_6).

TIA for your replies.

-- 
Jean-François "Jef" Stenuit

Reply via email to