Hi Viktor Thank you for your response. In answer to your questions:
* It's a problem as the box is continuing to receive a lot of email so if the sending of mail is throttled we are getting a large backlog of emails waiting to be sent. Hence we want to raise the limit of messages that we can sent to the same destination * I think, and I'm by no means the expert in this area, the number of connections is calculated by looking at the master.pid file for the postfix process and doing the following: * Child_pids = pgrep -P pid * Process_connections = /usr/sbin/ss -p -n -t | grep "smtp" | awk -F'[= ,]*' '{print $8}' * Finalist = intersection between child_pids and Process_connections (This gives the connections for that pid) This may well be a bit convoluted but as I said - this isn't my area. Thanks, Mark
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org