Tomas Macek:
> So my question is how can I get this error message on my own computer,
> when I did not sent any email to the server in last hour? According to
> this experience, this seems to be per server settings. Or am I missing
> something?
The error counter is a PER SESSION property. It starts at zero,
then it is incremented by one for every error reply.
- What error replies does the client receive? Look at the
maillog file after:
# postconf -e "debug_peer_list = address-of-client"
# postfix reload
- How many error replies before Postfix hangs up?
$ postconf smtpd_hard_error_limit
Wietse