It seems the upgrade of post fix has overwritten the master.cf file in post fix and removed the smtp binding entry from master.cf.
To fix the error you need to open the /etc/postfix/master.cf, and add the following lines in the end of /etc/postfix/master.cf.
Quote:
smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025
smtps inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025 -o smtpd_tls_wrappermode=yes
|