Upayavira writes:
Hi,
I'm trying to get exim4 (as MTA), Courier IMAP and Courier webmail
working as a package. I seem to have got IMAP working, but when I log
into webmail, I get:
IMAP has nothing to do with sqwebmail.
Internal error (module sqconfig.c, line 77) - contact system administrator
Any ideas what that means?
I've got messages delivered into my Maildir folder - I can see them there.
It means that sqwebmail is unable to update an internal configuration file,
in the maildir.
Possible reasons:
• You are out of disk space.
• sqwebmail is not running under the same userid and groupid that owns the
maildir on the filesystem. According to whatever authentication method
you're using with sqwebmail (which of course you didn't mention, obviously
expecting everyone else to figure it out telepathically), the login
account's home directory is X, and the accounts userid and groupid are Y and
Z; however after changing to home directory X, and its maildir, the process
is unable to save a configuration file because it does not have the
filesystem permissions to do so (either the permissions on the filesystem
are set incorrectly, or Y and Z are not the real owners of X, and its
maildir).