[Kolab-devel] [issue2225] notifyd logging going into fsl.log
Alain Spineux
kolab-issues at intevation.de
Mon Nov 19 15:51:09 CET 2007
New submission from Alain Spineux <alain.spineux at gmail.com>:
in kolab-2.2-beta 1 an probably 2 too (the sources are identical)
I get this in /kolab/var/fsl/fsl.log
Nov 19 15:30:06 eg01.emailgency.loc <debug> notify[9466]: accepted connection
Nov 19 15:30:06 eg01.emailgency.loc <debug> notify[9466]: do_notify using method
'mailto'
it should go in /kolab/var/imapd/log/notifyd.log
this is because
# grep notify /kolab/etc/imapd/cyrus.conf
notify cmd="notifyd" listen="/kolab/var/imapd/socket/notify"
proto="udp" prefork=1
notifyd service is simply called notify without d
I suggest to rename it like this
notifyd cmd="notifyd" listen="/kolab/var/imapd/socket/notify"
proto="udp" prefork=1
OR it is also possible to make the change in /kolab/etc/fsl/fsl.imapd
- ident (notifyd)/.+ q{
+ ident (notify)/.+ q{
But the binary is called nofifyd then i suggest to let the logfile called with a
'd' too.
----------
messages: 12708
nosy: alain.spineux at gmail.com
priority: minor bug
status: unread
title: notifyd logging going into fsl.log
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue2225>
________________________________________________
More information about the devel
mailing list