Re: [courier-users] Courier 0.64.2 released

2010-03-20 Thread Sam Varshavchik

Stefan Hornburg (Racke) writes:


Stefan Hornburg (Racke) wrote:

Sam Varshavchik wrote:

Download: http://www.courier-mta.org/download.php

Changes:

• localmailfilter: large error messages or other diagnostic output from 
a localmailfilter may crash Courier.


• New account options "disableinsecurepop3" and "disableinsecureimap", 
force IMAP and POP3 logins to use TLS.


• imap: More informative error messages that report problems 
initializing the FAM library.


That's great and is really appreciated. One question about it:

a login ra...@linuxia.de nevairbe
*OK [ALERT] Filesystem notification initialization error -- contact your mail 
administrator (check for configuration errors with the FAM/Gamin library)
a OK LOGIN Ok.

Thunderbird chokes on that and requests a login again, claiming a login 
failure. The other statements
of the IMAP server seems to have always a blank character between the asterisk 
and the text.

Is that a bug in Courier or in Thunderbird 2?


With the attached patch Thunderbird doesn't barf anymore and shows above 
message to the hapless user.


Thanks -- yes, that was my typo.



pgpoHyj6ahI7d.pgp
Description: PGP signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier 0.64.2 released

2010-03-20 Thread Stefan Hornburg (Racke)

Stefan Hornburg (Racke) wrote:

Sam Varshavchik wrote:

Download: http://www.courier-mta.org/download.php

Changes:

• localmailfilter: large error messages or other diagnostic output from 
a localmailfilter may crash Courier.


• New account options "disableinsecurepop3" and "disableinsecureimap", 
force IMAP and POP3 logins to use TLS.


• imap: More informative error messages that report problems 
initializing the FAM library.


That's great and is really appreciated. One question about it:

a login ra...@linuxia.de nevairbe
*OK [ALERT] Filesystem notification initialization error -- contact your mail 
administrator (check for configuration errors with the FAM/Gamin library)
a OK LOGIN Ok.

Thunderbird chokes on that and requests a login again, claiming a login 
failure. The other statements
of the IMAP server seems to have always a blank character between the asterisk 
and the text.

Is that a bug in Courier or in Thunderbird 2?


With the attached patch Thunderbird doesn't barf anymore and shows above 
message to the hapless user.

Regards
 Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team

--- courier-0.64.2-orig/imap/imapd.c	2010-03-16 23:12:40.0 +0100
+++ courier-0.64.2/imap/imapd.c	2010-03-20 15:34:35.0 +0100
@@ -6503,7 +6503,7 @@
 
 		if ((w=maildirwatch_alloc(".")) == NULL)
 		{
-			writes("*OK [ALERT] Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library)\r\n");
+			writes("* OK [ALERT] Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library)\r\n");
 		}
 		else
 		{
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier 0.64.2 released

2010-03-20 Thread Stefan Hornburg (Racke)
Sam Varshavchik wrote:
> Download: http://www.courier-mta.org/download.php
> 
> Changes:
> 
> • localmailfilter: large error messages or other diagnostic output from 
> a localmailfilter may crash Courier.
> 
> • New account options "disableinsecurepop3" and "disableinsecureimap", 
> force IMAP and POP3 logins to use TLS.
> 
> • imap: More informative error messages that report problems 
> initializing the FAM library.

That's great and is really appreciated. One question about it:

a login ra...@linuxia.de nevairbe
*OK [ALERT] Filesystem notification initialization error -- contact your mail 
administrator (check for configuration errors with the FAM/Gamin library)
a OK LOGIN Ok.

Thunderbird chokes on that and requests a login again, claiming a login 
failure. The other statements
of the IMAP server seems to have always a blank character between the asterisk 
and the text.

Is that a bug in Courier or in Thunderbird 2?

Regards
Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users