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

--


---------------------------------------------------------------------
To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org
For additional commands, e-mail: tclug-list-help at mn-linux.org