Hi i did an upgrade for my ispconfig installation and it happens to have some issue. Issue is that when update an old email mailbox record on the master server it will update to the client with no problem except those 3 record mention above with no value. Therefore those clients can't login . Appreciate if someone would comment or give a lead . Thanks in advance
mysql> select login,server_id,password,access,maildir from mail_user where login = 'abc@domain'; +-------------------+-----------+------------------------------------+--------+---------+ | login | server_id | password | access | maildir | +-------------------+-----------+------------------------------------+--------+---------+ | abc@domain | 33 | MD5 HASH | y | | +-------------------+-----------+------------------------------------+--------+---------+ 1 row in set (0.01 sec) mysql> select login,server_id,password,access,maildir from mail_user where login = 'xyz@domain'; +--------------------+-----------+------------------------------------+--------+---------------------------------+ | login | server_id | password | access | maildir | +--------------------+-----------+------------------------------------+--------+---------------------------------+ | xyz@domain | 33 | MD5 HASH | y | /var/virtual/domain/xyz | +--------------------+-----------+------------------------------------+--------+---------------------------------+ Hi Till if you note above there are two select with each mailbox of a user created before the upgrade (xyz@domain) with valid maildir, and also a user created after the upgrade (abc@domain) which have blank maildir. This is taken from the Master Server Database.
Hmm, when the maildir for the user is empty, then the maildir path under System > server config > mail for this server must be empty. You run a multiserver system, right? Are you sure you checked System > server config > mail for all servers?
Hi Till Attached is my panel server config for my Email Client Server which i set the correct parameter. What i assume is the Master Server does not recognise the Email Server as a Client Server regardless of the correct setting being set.