Hi guys,
my old server has the the username email address folder like: /mail/domain.com/test/INBOX, but now, I do not have the file INBOX any longer. Please help.
Hi guys,
my old server has the the username email address folder like: /mail/domain.com/test/INBOX, but now, I do not have the file INBOX any longer. Please help.
I'm not sure what I did, but when I backup the account and moved to a new server it doesn't have it any longer.
your new server is running maildir which is what Cpanel does for any newly cpanel installation box but your old box is not running maildir.
Tweakservers | Professional Server Setup & Security Hardening
Authorised SmarterTools Reseller, SSL Certificate & TRUSTe Privacy Policy
how can I go back and not use maildir on the new server?
try this out:
service chkservd stop
service courier-authlib stop
service courier-imap stop
Open up /var/cpanel/cpanel.config and set maildir=0 ( if there's no entry there, just add in )
Following, run the following command in sequence:
/scripts/eximup --force
service cpanel restart
service xinetd restart
service chkservd start
Tweakservers | Professional Server Setup & Security Hardening
Authorised SmarterTools Reseller, SSL Certificate & TRUSTe Privacy Policy