MRob: > I have group of user behind single WAN using mine Postfix submission > service. Sometimes they cann't connect but I dont know why. I thought > its cause that Postfix has default connection maximum from single IP > source, is this true?
What is the error message? > * What is error/fail message in logs which I could find to verify I have > that problem? $ grep -i 'too many' /var/log/maillog Fix: update smtpd_client_event_limit_exceptions, smtpd_client_connection_count_limit, or smtpd_client_connection_rate_limit. $ grep -i 'stress' /var/log/maillog Fix: increase the SMTP daemon process limit (in master.cf, or default_process_limit in main.cf), and do "postfix reload". Wietse