Operating System - HP-UX
1834015 Members
2190 Online
110063 Solutions
New Discussion

Re: sendmail reject connections

 
SOLVED
Go to solution
Julio Galicia
New Member

sendmail reject connections

eventually, sendmail sends messages saying is rejecting connections, however, works fine.

Why behave this way, or is this normal?

Thanks
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: sendmail reject connections

This behavior is abnormal.

It would appear your system is too busy to accept sendmail connections.

The message says the load factor on the box is 29. Under certain circumstances that can be a little excessive.

You might want to run top, glance or gpm and figure out why your system is so busy.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RAC_1
Honored Contributor

Re: sendmail reject connections

In sendmail.cf, there is option where you can specify no. of emails in queue. If there that nos. of email in queue, delivery will take place only after queue is less than no. specified in sendmail.cf

This is what is happenening in your case.

Anil
There is no substitute to HARDWORK
RAC_1
Honored Contributor
Solution

Re: sendmail reject connections

You need to lok at following options in sendmail.cf file.

# load average at which we just queue messages
#O QueueLA=8

# load average at which we refuse connections
#O RefuseLA=12


Anil
There is no substitute to HARDWORK