How to increase Qmail sending limit | MyLiteratureTechLife.COM

How to increase Qmail sending limit

August 15th, 2010 1 Comment






















First verify that these setting have not already been customized, as running the commands will overwrite any changes they have made. The following command will show you whether those files exist:

ls /var/qmail/control | egrep 'timeoutremote|timeoutsmtpd|concurrencyremote'

Run following command to update limits

echo "120" > /var/qmail/control/timeoutremote
 
echo "120" > /var/qmail/control/timeoutsmtpd
 
echo "40" > /var/qmail/control/concurrencyremote

The default timeouts are set to 20 minutes, or 1200 seconds. So if the mail server on the other end is not responding, the outgoing email stays in qmail’s remote queue for 20 minutes before it fails. By default there are 20 outgoing slots for email so this can backup quickly. These settings also increase the number of emails which can be sent at one time to 40.

When you have made the changes, restart qmail with the following command:

/etc/init.d/qmail restart

Mail should begin faster now.

Related posts:

  1. Exim configuration and messages in mail queue – cPanel server
 

If You Like This Post, Share it With Your Friends & Peers

Digg
stumbleupon
Delicious
facebook
twitter
reddit
rss feed bookmar
 

One Comment to “How to increase Qmail sending limit”

  1. This can be a really well thought out post. I certainly enjoyed reading it. Thanks

Leave your comment here:

*

Alexa Rank