Good morning List.

I have a problem where Vox Telecoms is temp rejecting our mail stating "too
many connections".

I was thinking of a transport_map to delay control the connection rate but
Vox hosts the email for many domains, so it would be impossible to create
an accurate list.

Is there an easier way?

My current solution is:

In master.cf

transport_maps = hash:/etc/postfix/vox_transport
vox_destination_concurrency_limit = 20
vox_destination_rate_delay = 2s
vox_destination_recipient_limit = 6

In *master.cf <http://master.cf>*

vox unix  -       -       n       -       -       smtp -o
syslog_name=postfix-vox

in vox_transport

<snip>
domain1                    vox:
domain2                    vox:
domain3                    vox:
...
...
domain100                vox:
</snip>

The problem is that there are hundreds of domains and its impossible to
keep track of which domains deliver to vox.

Many thanks
Tom

Reply via email to