PMTA out of connections slot error [closed]

不羁岁月 提交于 2020-01-17 08:33:49

问题


We have a PMTA server installed for email marketing and we are using interspire to connect to this server for sending client newsletters.

Some times, when there are too many mails going out at same time, we see this error

Unable to handle incoming SMTP connection to 127.0.0.1:2525: out of connection slots

Appearently, it does not allow more than 30 incomming connections at a time.

I was wondering if there is a setting inside PMTA config that will allow us to increase this connection limit or even make it unlimited?

Thank you for your help


回答1:


You can use the below configuration line.

total-max-smtp-in 1000

You can also use

max-smtp-in 10

reserved-smtp-in 5

if you do use Source directive. For example,

<source-group localSources></source-group>


来源:https://stackoverflow.com/questions/16186600/pmta-out-of-connections-slot-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!