hello
i'm working with dbmail 1.2.11
i'm having problems with the imap. it seems to be very slow when many clients 
connect to the server
no logs error. just slow connection. 
200 is aproximately the number of clients pcs the server have.
could it be becuase to many clients and so little childrens process.
could decreasing maxconnects and increasing nchildren help?.
i don't know what MINSPARECHILDREN and MAXSPARECHILDREN are for. 
the server is an athlon Xp 2000 with 1GB RAM so i don't think that's the 
machine the problem.
the backend i use is postgres.
thanks in advance guys.


[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=10                      # default number of POP3 handlers (each is a 
process)
MAXCHILDREN=50                    # mac. number of POP3 handlers
MAXCONNECTS=1000                  # 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                     # if yes, the pop daemon resolves IP numbers 
to DNS names in the log
POP_BEFORE_SMTP=no
TRACE_LEVEL=1
MINSPARECHILDREN=2
MAXSPARECHILDREN=5


[IMAP]
EFFECTIVE_USER=dbmail
EFFECTIVE_GROUP=dbmail
BINDIP=*
PORT=143
NCHILDREN=10
MAXCONNECTS=1000                  # 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                     # if yes, the imap daemon resolves IP numbers 
to DNS names in the log
IMAP_BEFORE_SMTP=no
TRACE_LEVEL=1
MINSPARECHILDREN=2
MAXSPARECHILDREN=5
MAXCHILDREN=50

# end of configuration file



Reply via email to