On 27/05/10 11:11, Ralf Hildebrandt wrote:
* Jonathan Tripathy<jon...@abpni.co.uk>:
too many errors after...
raise the soft_error_limit and/or the hard_error_limit
Ah! So my postfix server has a limit then. Where can I put these
settings? In main.cf ?
Yes, like almost all settings...
smtpd_hard_error_limit = 1000
smtpd_soft_error_limit = 1000
Ok, I changed the above 2 settings to be 10000 in my main.cf file,
however it didn't change anything (Still showed too many errors). But
what I did do, is change smtpd_recipient_limit to 10,000 and no
everything seems to be working ok...