Hi, Question_1: i wonder whare the customers settings is stored for UebiMiau webmail, a user complain that his created folder is gone when moved from old server to new. (thanx Till for great support) Question_2: Is it possible to just cp prf /var/www/web20/User/web20_simon/Maildir/ new cur tmp ? there is some files on my old server in thoes folders. And some in /var/spool/mail/Maildir Regards //Marcus
Theoretically yes, but I suggest you use imapsync: http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapsync
rsync Maidir Hi again, im just trying to use rsync /var/www and i cant get Maildir folder, got permission denied. and i cant use root, i don allow root login in ssh and i dont whant user root to use a authentication key file ither. is thera any other possibility to use rsync and have the permission to rsync the Maildir? so i dont need to use imapsync, it would not be easy if you have lots of customers mailboxes. rsync, just one line of code then youre done. Ore is there another solution, mirror every mail to another server? imapsync dont work if you have 100mailboxes and dont know the passwords. regards Marcus
rsync Maildir solved Hi, just whant to share this whit you guys. Use this HowTo as base: http://www.howtoforge.com/mirroring_with_rsync i install sudo, and use visudo to edit sudoers file and add this line do this on the source server: web-rsync ALL=NOPASSWD: ALL Try this syntax if you use other ssh ports and for sudo: /usr/bin/rsync -avz -e "ssh -p 8093 -i /root/rsync/mirror-rsync-key" --rsync-path='sudo rsync' [email protected]:/var/www/ /var/www After this all the Maildir is synced and its working fine, no need for imapsync ore other tools. //Marcus