On Fri, Oct 29, 1999 at 03:18:25PM +0700, Arisandy wrote:
> I'm arisandy from Indonesia....
> we have Free POP3 mail service now we have 20000+ members....
> using Dell PowerEdge 4300 with 1 Gig RAM and 17 Gig HDD
> Redhat Linux 6.0, Qmail 1.03+patches7(Bruce Guenter)+Vmailmgr 0.93
> 
> but now we have problem with delivery system....
> it almost time out and write this to log files....
> /var/log/smtpd:
> 941182078.995173 tcpserver: status: 79/100
> 941182079.192038 tcpserver: status: 80/100
> 941182079.192104 tcpserver: warning: dropping connection, unable to fork:
> temporary failure

> but our local/remote connection is low:
> 941182127.835350 status: local 3/120 remote 18/120

This has nothing to do with concurrency of INCOMING smtp connections.

> the configuraion are:
> concurrencylocal=120
> concurrencylocal=120
> concurrencypop3=100
> concurrencysmtp=100

I don't know which software you are using, but I don't know of any
config files named
    concurrencypop3  or  concurrencysmtp

Check your startup scripts. There should be a line like:

    /usr/local/bin/tcpserver -R -v -u 101 -g 101 -c 50 0 smtp \
        /usr/local/sbin/tcpcontrol /usr/local/etc/popmgmt/etc/smtp_allow.cdb \
        /var/qmail/bin/qmail-smtpd  2>&1 | /var/qmail/bin/splogger smtpd &

that starts up the tcpserver for incoming SMTP connections.
The "-c 50" limits in this case the number of concurrent tcpservers
allowed. You probably have "-c 80", change that to e.g. "-c 120".

You could do the same in the startup script that starts the qmail-pop3d
if you experience problems there, too.

        \Maex

-- 
SpaceNet GmbH             |   http://www.Space.Net/   | Yeah, yo mama dresses
Research & Development    | mailto:[EMAIL PROTECTED] | you funny and you need
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0    | a mouse to delete files
D-80807 Muenchen          |  Fax: +49 (89) 32356-299  |

Reply via email to