[Kolab-devel] [issue3838] no logging for pop3

Thomas Arendsen Hein issues at kolab.org
Tue Sep 8 15:43:52 CEST 2009


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

* Alain Spineux <aspineux at gmail.com> [20090907 16:58]:
> in cyrus.conf.template
> 
> @@@if cyrus-pop3@@@
>   pop3 cmd="pop3d -C /kolab/etc/imapd/imapd.conf"
> listen="@@@bind_addr@@@:110" prefork=0
> @@@endif@@@
> @@@if cyrus-pop3s@@@
>   pop3s cmd="pop3d -s -C /kolab/etc/imapd/imapd.conf"
> listen="@@@bind_addr@@@:995" prefork=0
> @@@endif@@@
> 
> "pop3" is a possible "ident" for fsl but
> 
> but in  fsl.imapd
> 
> ..
> ident (pop3.)/.+ q{
>     prefix(
> ..
> 
> pop3 don't match the "POP3" entry
> 
> Then the entry should be
> 
> ..
> ident (pop3|pop3.)/.+ q{
>     prefix(
> ..
> 
> or maybe
> 
> ..
> ident (pop3|pop3s)/.+ q{
>     prefix(
> ..
> 
> Did I miss something ?

No, you are right.

Since people might work around the problem by changing "pop3" to
"pop3d" in cyrus.conf, and to be symmetrical with the imap logfile,
the fsl pattern should probably be (pop3d|pop3s|pop3)/.+

(Copy to the tracker, let's see if that is enough to file a new
issue with the current settings)

Regards,
Thomas Arendsen Hein

----------
messages: 21525
nosy: thomas
status: unread
title: no logging for pop3

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue3838>
______________________________________




More information about the devel mailing list