Alexander Grüner wrote:
Hi,
is there a possibilty for an exception for the parameter
smtpd_hard_error_limit like there is one for
smtpd_client_event_limit_exceptions ?
We have a quite funny Lotus server running here which seems to have
problems when running into this limit.
I did not found one, yet on http://www.postfix.org/postconf.5.html or
somewhere else.
Regards,
Alexander
No such exception exists, but you have some choices -
o Raise the limit. This will affect all clients.
o Arrange for your Lotus server to connect to your postfix on
a different IP or port. Define an alternate smtpd listener
for that IP:port in master.cf. Set a high
smtpd_hard_error_limit on that listener only.
# master.cf
ip:port inet n - n - - smtpd
-o smtpd_hard_error_limit=100
o Fix the Lotus server so it doesn't send garbage to your
postfix server.
--
Noel Jones