Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Too much resources consumed by postfix  (Read 3169 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Too much resources consumed by postfix
« on: June 01, 2014, 08:17:38 pm »
Message Transfer Agents Postfix takes too much resources and mail service works unstable.

===
Postfix has big maximum number of parent SMTP processes: delivering, filtering and other setting-up actions. Use environment variable postconf to decrease maximum number of parent SMTP processes.

~# postconf -e 'default_process_limit=20'
Then reload MTA configuration with mailmng
===