I apologise if this is in the wrong section but i think i may have found a bug in ispconfig 3.0.2.2 When running a mirrored configuration between two server the ftp_user table doesn't update for the relievent server, for example; Code: 1 1 2 riud riud 1 32 martymarty $1$ABCD/ -1 y web32 client1 /var/www/clients/client_1/web_32 -1 -1 -1 -1 -1 on SERVER 1, on SERVER 2 it also shows; Code: 1 1 2 riud riud 1 32 martymarty $1$ABCD/ -1 y web32 client1 /var/www/clients/client_1/web_32 -1 -1 -1 -1 -1 This is wrong as on server 2 the 'server_id' coloum should be set to 2 instead of 1... Thus the ftp user isn't found on SERVER 2 due to the mysql query in the pure-ftpd connection file requires it to be on server 2... Any ideas? Marty