countryboy01
Verified User
- Joined
- Nov 25, 2014
- Messages
- 21
So in reference to my other question:
Fatal Error on Nutsmail Webmail after Login
http://forum.directadmin.com/showthread.php?t=50902
I am also going about this another way, but still seem to be stuck.
So I am looking for the Domain Admin Mailbox. When I go to /home/$DomainAdmin/imap/ I see the following:
Email1
Email2
I've did a little more digging, and I've found /home/$DomainAdmin/Maildir
Is that the path to the Domain Maildir? and If so, if I wanted to replicate the contents of that Maildir to Email2, Would the rsync command accomplish?(also I am not in the user that allows installation of new programs, only run current commands).
Rsync is what I am normally use to, but I also know that is common for Postfix. Since DAWEB normally runs Exim I am not sure if that would have the same effect or even the syntax for it.
I know postfix you will use it: rsync -av /old/mail/directory/path/ /new/mail/directory/path/ (the ending "/" is needed)
Fatal Error on Nutsmail Webmail after Login
http://forum.directadmin.com/showthread.php?t=50902
I am also going about this another way, but still seem to be stuck.
So I am looking for the Domain Admin Mailbox. When I go to /home/$DomainAdmin/imap/ I see the following:
Email1
Email2
I've did a little more digging, and I've found /home/$DomainAdmin/Maildir
Is that the path to the Domain Maildir? and If so, if I wanted to replicate the contents of that Maildir to Email2, Would the rsync command accomplish?(also I am not in the user that allows installation of new programs, only run current commands).
Rsync is what I am normally use to, but I also know that is common for Postfix. Since DAWEB normally runs Exim I am not sure if that would have the same effect or even the syntax for it.
I know postfix you will use it: rsync -av /old/mail/directory/path/ /new/mail/directory/path/ (the ending "/" is needed)