update inc/postfix.inc Continue reading...
This commit fixes postfix bounce email processing for Xenforo 1.4 thanks for @Tracy Perry troubleshooting and insight sharing For existing Centmin Mod users, you can fix this running 2 commands in SSH Code: postconf -e 'recipient_delimiter = +' /etc/init.d/postfix restart to confirm if it was set, type this command in SSH Code: postconf -n | grep ^recipient_delimiter you should return output Code: recipient_delimiter = +