This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP Mail Slow

I am seeing a lot of these statments in my smtp logs.
Connection from X.X.X.220 refused: too many connections
I think that this could be slowing down my e-mail process. 
could anyone help.


This thread was automatically locked due to age.
Parents Reply Children
  • if x.x.x is your private mail server, then change configuration and decrease the number of allowed parallel connections (seems you're sending tons of mail), for example names_from_dictionary@yourdomain.com)

    Karsten
  • Version 4 defaults to twenty concurrent SMTP connections since 'smtp_accept_max' is not explicitly set in /var/chroot-smt/etc/exim.conf 

    From the exim doku:
    [ QUOTE ]
    smtp_accept_max
    Type:  integer
    Default:  20

    This option specifies the maximum number of simultaneous incoming SMTP calls that Exim will accept. It applies only to the listening daemon; there is no control (in Exim) when incoming SMTP is being handled by inetd. If the value is set to zero, no limit is applied. However, it is required to be non-zero if either smtp_accept_max_per_host or smtp_accept_queue is set. See also smtp_accept_reserve. 

    [/ QUOTE ]

    Your site seems to be under heavy e-mail load :-)

    Since there is no WebAdmin option to increase this value available the only way would be to tweak it under the hood -> add 'smtp_accept_max = 999' to the upper section of /var/chroot-smtp/etc/exim.conf-default' and restart the SMTP proxy within WebAdmin. 

    Or better upgrade to 5.100 and disable DoS-Protection  

    Greetings
    cyclops