
Originally Posted by
noimad1
Ok, I believe I found a solution. After looking in my mail logs I saw that I was getting this error:
"scancur opendir("cur"): No such file or directory"
After searching the forums for related topics I came across one that had a suggestion that worked.
I had to do this a few times before it worked for some reason, but it did. Give this a try:
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 courier-authlib restart
service courier-imap restart
service chkservd start