Hi,
I have the following settings on my pmta config.
settings - 1
<domain hotmail.com>
max-msg-rate 10/sec
max-rcpt-per-message 100
max-smtp-out 20
</domain>
I have about 10 VirtualMTAs cofigured in it. So, Now, I'm going to make vmta level throttling. So, I think,
settings -2
<virtual-mta vmta1>
max-smtp-msg-rate x/h
max-smtp-out y
</virtual-mta>
these settings will be enough.
1. So, if I include both the settings on my config, which one overrides the other and could you please tell me what would happen if a mail to hotmail domain comes to the system ? which settings have preference - domain level or vmta level ?
2. Also, is it possible to implement domain based delays within VMTA ? I think, we can do it by including settings-2 nested under <virtual-mta> definitions ?
3. If I implement the delay in the above way, will it affect the speed of incoming messages to PMTA ? I think no, but, please confirm.
Awaiting your kind reply.