View Single Post
Old 05-16-2011, 02:25 PM   #4
Junior Member
 
Join Date: Jan 2011
Posts: 20
krisj is on a distinguished road
Lightbulb half solved

So, I managed to solve it myself. Turned out to be a problem with ISPmanager unable to convert the .Maildir to mbox (seems like ISPmanager defaults to mbox format on a fresh install on CentOS?) format on the target machine.

I had to add

Code:
Option Procmail 
Option MailDir
to ispmgr.conf

and change procmail's defaults to Maildir too..
/etc/procmailrc:

Code:
MAILDIR=$HOME/.maildir
DEFAULT=$MAILDIR/


so, i have it solved for now, but that doesnt change the fact that ISPmanager was unable to convert the mailboxes... perhaps you should check those routines
krisj is offline   Reply With Quote