Next are the 4 log files im getting in my maillog when using Horde/imp
webmail running on my mail server
If a user mouse clic 20 times i get 80 lines for is webmail session
Apr 14 10:31:51 mail1 dbmail/imap4d[13342]: PerformChildTask():
incoming connection from [10.115.1.18]
Apr 14 10:31:51 mail1 dbmail/imap4d[13342]: IMAPD [PID 13342]: user
(id 1241, name jacques-beaudoin) login accepted @ 2003-04-14 10:31:51^M
Apr 14 10:31:52 mail1 dbmail/imap4d[13342]: _ic_logout(): user
(id:1241) logging out @ [2003-04-14 10:31:52]^M
Apr 14 10:31:52 mail1 dbmail/imap4d[13342]: IMAPClientHandler():
Closing connection for client from IP [10.115.1.18]
Next is my dbmail.conf file
# $Id: dbmail.conf,v 1.98 2003/01/13 10:31:46 roel Exp $
# (c) 2000-2002 IC&S, The Netherlands
#
# Configuration file for DBMAIL
# This configuration file needs to be run through dbmail-config to be
effective
# after that, changes are effective inmediatly
[DBMAIL]
# Database settings
host=mail1.cspi.qc.ca
user=***
pass=***
db=dbmail
# trace level for dbmail-maintenance
TRACE_LEVEL=0
[SMTP]
SENDMAIL=/usr/sbin/sendmail # your sendmail
executable, this is needed for boucing mail
[EMAIL PROTECTED] # the email
address where bounces come from
[EMAIL PROTECTED] # postmaster's
email address (which is used in the bounce messages)
AUTO_NOTIFY=no
AUTO_REPLY=yes
TRACE_LEVEL=0
[POP]
EFFECTIVE_USER=dbmail # the user that dbmail-pop3d will run
as (need to be root to bind to a port<1024)
EFFECTIVE_GROUP=dbmail # the group that dbmail-pop3d will
run as
BINDIP=* # the ipaddress the dbmail-pop3d server has to
bind to, * for all addresses
PORT=110 # the port number the dbmail-pop3d server has
to bind to.
NCHILDREN=5 # default 50 number of POP3 handlers (each
is a process)
MAXCHILDREN=200 # mac. number of POP3 handlers
MAXCONNECTS=10000 # the maximum number of connections a
default childs makes
TIMEOUT=300 # the time (s) before the dbmail-pop3d should
shutdown a connection which is being idle.
RESOLVE_IP=no # default yes if yes, the pop daemon
resolves IP numbers to DNS names in the log
POP_BEFORE_SMTP=no
TRACE_LEVEL=0
[IMAP]
EFFECTIVE_USER=dbmail
EFFECTIVE_GROUP=dbmail
BINDIP=*
PORT=143
NCHILDREN=5 # Default 50
MAXCONNECTS=10000 # the maximum number of connections a
default childs makes
TIMEOUT=4000 # the time (s) before the dbmail-imapd should
shutdown a connection which is being idle.
RESOLVE_IP=no # default yes if yes, the imap
daemon resolves IP numbers to DNS names in the log
IMAP_BEFORE_SMTP=no
TRACE_LEVEL=0
# end of configuration