* [email protected]: > 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 _______________________________________________ postfix-users mailing list [email protected] http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
