TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simap/imap 2000?
Hi,
Has anyone who uses qmail managed to get imap-2000 to use it's native SSL
mode? Or, in fact, got imap-2000 to work with qmail at all?
Qmail puts users' mailboxes in ~/Mailbox, rather than in
/var/spool/mail/username. imap-2000 needs to be modified in order to
accomodate this. This is mentioned in their documentation. You are
supposed to edit src/osdep/unix/env-unix.c, and change the line:
sprintf (tmp,"%s/%s",MAILSPOOL,myusername ());
to:
sprintf (tmp,"%s/Mailbox",myhomedir ());
Which actually makes sense. Except when you do that, imapd segfaults when
it is launched from inetd!
I checked and it runs fine when the original line is there.
Anyone? Or does anyone have a suggestion on running a native-ssl (no
stunnel) imapd that's qmail-compatible?
-Yaron
--