From: Matthias A. <mat...@gm...> - 2014-09-21 22:12:00
|
Am 21.09.2014 um 14:25 schrieb Stefan Liebl: > Thanks, so I could find the bug. In /etc/postfix/main.cf I had a typo in the > parameter > smtp_tls_sercrity_level = may > it has to be > smtpd_tls_security_level = may > > So now it work as desiried. Would have been nice, if postfix had given an error > message. It can't do that easily because there are some parameters that define others, so it's not easy for Postfix to tell a typo from a new parameter that might be defined inside another, and for parameters where smtp and smtpd are different it can't tell them from one another at all. The canonical way is to run "postconf -n" and check if Postfix has picked up your parameter. |