Hi, I have two servers under ISPCONFIG 3.2.12P1, both under Debian 11, one is a master (Apache Maridb web server etc ...) and the other is a slave and only takes care of the emails. I just set up a new web server to unload the first one that begins to saturate. This new server runs under Debian 12. I installed ISPCONFIG in its latest version 3.2.12p1 according to the usual procedure (The Perfect Server - Debian 12 (Bookworm) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.2) slightly suitable for Multi-server mode. Once the installation is completed, I receive 3 error email every minute indicating the following information: What's going on? Is this linked to the fact that the master server is under Debian 11 while the last slave is under Debian 12 even if it is same ISPConfig version ? How can I get out of this blocking problem, without having to upgrade the first two servers (due to lack of time)? I did find a post by Till (https://forum.howtoforge.com/thread...ith-slave-server-databases.79569/#post-377248), but it is for an old version of ISPConfig and it doesn't work. Thank you for your help
You can try to change the type of the column spam_modifies_subj in spamfilter_policy on the second server to e.g. varchar(1), currently its probably enum.
It is an enum on both master database server and the new one slave. Do I really have to make this change? Only on the slave?