Before running the upgrade, when I say "postfix status" this is the response:
postfix/postfix-script: the Postfix mail system is running: PID: 1894
After the upgrade, "postfix status" returns:
postfix: Postfix is running with backwards-compatible default settings
postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
postfix/postfix-script: the Postfix mail system is running: PID: 2318
However, when I try to send mail from Roundcube, I now get a different error actually:
SMTP Error (250): Authentication failed.
I tried creating a new user within the iRedMail admin panel, and still get this error.
Up to now is the first problem, but I've discovered a second problem as well. In order to address the backwards compatibility (I don't want that - I need to get full SMTPUTF8 support), I ran the commands recommended by the postfix reply previously:
postconf compatibility_level=2
postfix reload
and the system responds:
postfix: warning: smtputf8_enable is true, but EAI support is not compiled in
A couple of other people had this issue but I don't understand their solutions. I tried installing the libicu-dev package listed on on postfix.org SMTPUTF8_README.html (sudo apt-get install libicu-dev) but that doesn't solve the issue.
So in summary, two issues:
1. After upgrading to postfix-3.0.1, I can login in Roundcube and create new users that can login to Roundcube, but I get an SMTP Authentication Error when attempting to send mail
2. After disabling backwards compatibility, I get an error that EAI support is not compiled in
Any suggestions?