RE: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Jason Benguerel
Cool, thanks! -Original Message- From: [EMAIL PROTECTED] on behalf of Alex Moore Sent: Sun 12/18/2005 6:41 PM To: courier-users@lists.sourceforge.net Subject: Re: [courier-users] Webmail issue on Solaris On Sun, 18 Dec 2005 15:42:21 -0800 "Jason Benguerel" <[EMAIL PROTECTED]> wrote: >

Re: [courier-users] Purge Trash?

2005-12-18 Thread Sam Varshavchik
Michael Nguyen writes: So, we thought of this novel idea to offer 30/60-day archives of received mail for our users. The emails are written to a folder named "Archive_one" or "Archive_two" depending on what the user chooses... /usr/lib/courier-imap/etc/imapd: IMAP_EMPTYTRASH=Archive_one:30,

Re: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Alex Moore
On Sun, 18 Dec 2005 15:42:21 -0800 "Jason Benguerel" <[EMAIL PROTECTED]> wrote: > As a tip to someone google smacking this post, you may need to hand > edit the makefile in the tcpd folder adding "-lssl -lcrypto" to the > 'LIBS =' line to get couriertls to build. Getting Open SSL to be > recognize

[courier-users] Purge Trash?

2005-12-18 Thread Michael Nguyen
So, we thought of this novel idea to offer 30/60-day archives of received mail for our users. The emails are written to a folder named "Archive_one" or "Archive_two" depending on what the user chooses... /usr/lib/courier-imap/etc/imapd: IMAP_EMPTYTRASH=Archive_one:30,Archive_two:60 However,

RE: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Jason Benguerel
Okay, the exact function that is failing is: if ((login_time=strchr(userid, ' ')) == 0) { fprintf(stderr, "CRIT: maildircache: Cache create failure - authentication process crashed.\n"); exit(1); } in "maildir/maildircache.c" It fails due to 'userid' being empty. This

Re: [courier-users] Corrupted format mail with PHP

2005-12-18 Thread Jeff Jansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Laci wrote: > I am using Courier Mail Server, and PHP 4.4.1, and when try to send an > email, with the php mail() > function i give the folllowing error message in the email: How courier handles these MIME errors can be controlled in the 'bofh' file i