using this account because my postfix gateway can no longer send or receive 
mail.
upgraded from v2.10.1 to v2.10.3 this morning.

Since that time, unable to send or receive mail.  If anyone can help me debug 
this issue, much appreciated.

Errors seen:

Apr 12 14:33:02 portus postfix/smtpd[10743]: initializing the server-side TLS 
engine
Apr 12 14:33:02 portus postfix/master[10667]: warning: process 
/usr/libexec/postfix/smtpd pid 10743 killed by signal 11

Apr 12 14:33:02 portus postfix/master[10667]: warning: 
/usr/libexec/postfix/smtpd: bad command startup -- throttling


The "TLS" portion of my "main.cf" looks like (was not changed during update):

smtp_tls_note_starttls_offer = no
smtpd_tls_auth_only = no
smtp_tls_security_level = may
smtpd_tls_security_level = may
smtpd_tls_dh2048_param_file = /etc/postfix/dh2048.pem

smtpd_tls_dh1024_param_file = /etc/postfix/dh1024.pem
smtpd_tls_key_file = /etc/postfix/ssl/server.key
smtpd_tls_cert_file = /etc/postfix/ssl/server_selfsign.crt
smtpd_tls_CAfile = /etc/postfix/ssl/server_selfsign.crt
smtp_tls_policy_maps = hash:/etc/postfix/tls_policy

smtp_tls_CAfile = /etc/postfix/exchange2.pem
smtpd_tls_mandatory_ciphers = high
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache

Reply via email to