Hi
I have question about *_error_limit and postfix
I have separated services like
smtp incomming and smtp outgoing and webmail
I have roudcube which is used by several thousand users
On smtp outgoing in main.cf:
...
smtpd_client_connection_count_limit = 900
smtpd_hard_error_limit = 5
smtpd_soft_error_limit = 2
smtpd_recipient_limit = 100
default_destination_recipient_limit = 100
...
I am afraid that the roundcube may collapse at times
too many errors after RCPT or too many errors after MAIL
Is it possible to separate (exclude) the IP of this RC so that it does
not catch on *_error_limit?
roundcube is in local notwork like 10.0.1.0/24
For this momnt I add IP rc in mynetworks in
smtpd_client_restrictions =
permit_mynetworks,
...
smtpd_sender_restrictions =
permit_mynetworks,
...
problem solved but this It's not very good
--
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org