Hi I use ISPC3 on my servera and lately i upgraded to newest version (3.1.1). Seemd to be ok but same time I needed to add new server to my structure. Never was a problem but this time installation went ok but i cant add any e-mail user. I investigated logs and it seems that in ISPC database is missing (not needed anymore) table: mail_user / filed: disble_replicator (3.1.1) - no field I added this field manually and it worked but maby I missed sth during install/upgrade? Thanks
Do all servers use the same version of ISPConfig? In a multiserver setup, all systems must have the same version.
we have that base and ispc it this config for 10 years.. nothing added... i can remove that field manually ..
Do you maybe use replication in dovecot? Your system likely needs it for the doveadm command when you added it, so better add it then to the new server too instead of removing it.
wi have one mauin ispcong, one mail server and one www serwer.. all is managed my ISPC3.. now we added one serwer more (fresh install - debian trixie), installed ok working, but what ading e-mnail account - ERROR - no table: mail_user / filed: disble_replicator Problem is that (as it should be) all data form db are replicated to new server and the newest has no such table Can I delete that filed for all dbases?
Please run this sql query on the new server: Code: ALTER TABLE mail_user ADD COLUMN disablereplicator CHAR(1) NOT NULL DEFAULT 'n'; to fix your issue.