TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:21312] simap/imap 2000?
Is the storage pointed to by tmp large enough to hold the resulting
string?
Eric
On Thu, Sep 14, 2000 at 11:48:36PM -0500, Yaron wrote:
> 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@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>
>