| Author |
Message |
qnet *nix forums beginner
Joined: 02 Mar 2005
Posts: 2
|
Posted: Thu Mar 03, 2005 6:34 pm Post subject:
limit outgoing connections
|
|
|
Hello,
I'm tring to limit the number of remote connections qmail creates when tries to deliver messages.
Can anyone tell me how I could do this ? |
|
| Back to top |
|
 |
mihai *nix forums addict
Joined: 27 Jan 2005
Posts: 71
|
Posted: Thu Mar 03, 2005 6:45 pm Post subject:
|
|
|
the maximum number of outgoing connections is limited in the default config of qmail to 20 . but if you really need to limit this even more you can just do :
| Code: |
echo new_limit > /var/qmail/concurrencyremote
|
where new_limit is an integer number representing the new remote connections limit. |
|
| Back to top |
|
 |
qnet *nix forums beginner
Joined: 02 Mar 2005
Posts: 2
|
Posted: Thu Mar 03, 2005 7:10 pm Post subject:
|
|
|
|
thanks |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|