[Kolab-devel] no logging for pop3

Alain Spineux aspineux at gmail.com
Mon Sep 7 16:52:15 CEST 2009


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 ?

Regards.

-- 
Alain Spineux
aspineux gmail com
May the sources be with you




More information about the devel mailing list