0

I have an email server with pmta. Someone recommended me to follow this link for IP warmup in order to not get blacklisted. I am using mailwizz with 7 IPs.

I tried to set the delivery servers via /etc/pmta/configand changing the config file by adding max-msg-rate 25/h.

I then reset /etc/init.d/pmta restart

I tried again but it is still exceeding the limit

Is there anything I did wrong?

4

2 回答 2

0

您必须按macro以下方式制作:

<domain *>
    max-smtp-out 5
    max-msg-per-connection 20
    max-msg-rate 10000/d 
    bounce-after 12h
</domain>

对于热身,您必须使用以下交付参数

cold-virtual-mta [virtual-mta-here]
    <domain *>
        max-cold-virtual-mta-msg 1000/day
    </domain>

问候!

于 2017-10-27T17:33:58.390 回答
0

max-msg-rate 25/h是一个域范围的指令,因此您需要将其应用于您发送到的每个域和<domain *>. 我不确定该指令具体是什么,但有些需要重新加载而不是重新启动才能使配置更改生效(特别是添加/更改 PowerMTA Web 监视器的管理员访问 IP)。

于 2016-12-11T07:24:20.260 回答