Home |
Comics |
Gallery |
(Amazon|
ThinkGeek) wishlist |
Donations |
Impressum |
The Book of Postfix |
Postfix - Einrichtung, Betrieb und Wartung |
Blog |
|
38.107.191.118
When all Postfix SMTP server (smtpd) processes are busy, connections from remote SMTP clients will queue in the kernel up to some kernel defined limit.
If this is a persistent condition, remote SMTP clients will give up waiting before a Postfix SMTP server (smtpd) process becomes available, and Postfix SMTP server (smtpd) processes will log "lost connection after CONNECT" errors.
The Postfix cure is:
smtpd_recipient_restrictions = reject_unlisted_recipient permit_mynetworks reject_unauth_destination ...
This file was last modified 08. Jun 2009 by root