21 Jun
2010
21 Jun
'10
3:40 p.m.
* j.burbach@jo-it.net:
das ist die Information die mir gefehlt hat. Auf die Idee bin ich nicht gekommen. Das werde ich gleich umsetzen.
Du wirst das smtpd_(soft|hard)_error_limit per Hand anfassen müssen wenn Du das Phänomen beseitigen willst:
,----[ smtpd_chat.c, Funktion smtpd_chat_reply, ganz oben ] | if (state->error_count >= var_smtpd_soft_erlim) | sleep(delay = var_smtpd_err_sleep); `----
Also nix mit client even limit exceptions.
Stefan