Some of my users need to use imap with Apple's Mail.app which doesn't seem to work well with courier's folder naming scheme.
The solution I came across was to create 2 symlinks in every mail account folder like:
ln -s . INBOX
ln -s . INBOX.
and then set the IMAP path prefix to be INBOX in Mail.app.
This works but I would like a way to have this happen automatically whenever a new email account is created in cPanel. How would I go about doing this? I was thinking there must be a script somewhere that creates the directory, etc. when the account is setup that I could just add those commands to.
thanks for any help
The solution I came across was to create 2 symlinks in every mail account folder like:
ln -s . INBOX
ln -s . INBOX.
and then set the IMAP path prefix to be INBOX in Mail.app.
This works but I would like a way to have this happen automatically whenever a new email account is created in cPanel. How would I go about doing this? I was thinking there must be a script somewhere that creates the directory, etc. when the account is setup that I could just add those commands to.
thanks for any help