And the update script told me it was sucessful but finished with a shell script error and it failed to properly reconfigure the services which I fixed by reapplying my previous configuration (postfix/amavis) at least System base was Debian 8 and the previous version was ispconfig 3.0.5.4p9
The shell script error is ok, see report in bugtracker, this was not the resaon for your config issue. I updated several Debian 8 to ispconfig 3.1 and the configuration was always fine, so my guess is that your server is missing some software or you altered the default configuration of postfix and amavis on your server.
I always add RBLs to my postfix configurations, just that. Everything else is done via additional configurations (spamassin rules)
3.1 supports an rbl list in Server Config, if you have a conf-custom setup for that purpose, try removing it and run the ispconfig update to reconfigure services again.
Also, after my wonderful error i found out a spambot which guessed one of the email account passwords -_-'' On the bright side: always enable the Autorization header, it will save you a lot of pain
I saw the same errors but couldn't get signed up to the forum. Because in the process of upgrading I had email failures, that show up in the logs like this: Oct 4 22:29:09 www postfix/smtps/smtpd[23497]: fatal: proxymap service is not configured for table "mysql:/etc/postfix/mysql-virtual_sender_login_maps.cf" Oct 4 22:29:11 www postfix/smtpd[23402]: fatal: proxymap service is not configured for table "mysql:/etc/postfix/mysql-virtual_sender_login_maps.cf" Any idea what causes this post-upgrade error? Thanks, GB
Your `proxy_read_maps` setting isn't complete; did you reconfigure services when updating? If not, run `/usr/local/ispconfig/server/scripts/update_from_tgz.sh` and answer yes to doing so. If that doesn't get it, do you have any config files in `/usr/local/ispconfig/server/conf-custom/install/` that need updated? If so, update those from newly updated upstream copies. And if that doesn't get it, just edit `/etc/postfix/main.cf` and add ` $smtpd_sender_login_maps' to the end of `proxy_read_maps` then restart postfix.