[pfx] Re: too many errors after AUTH

2024-08-09 Thread Corey H via Postfix-users
On 2024-08-09 17:06, Benny Pedersen via Postfix-users wrote: Corey H via Postfix-users skrev den 2024-08-09 13:53: Hello list, I saw many logs like this in our server log, Aug 9 19:48:27 mx postfix/submission/smtpd[3731732]: warning: unknown[5.31.8.57]: SASL LOGIN authentication failed: UGFz

[pfx] Re: too many errors after AUTH

2024-08-09 Thread Martin Stenzel via Postfix-users
Maybe I can add something useful here: On most systems there is not only one server running but many more. I use a combination of blacklists plus an "overall protection". I am really a friend of CrowdSec | Curated Threat Intelligence Powered by the Crowd which serves its purpose very well. Ma

[pfx] Re: too many errors after AUTH

2024-08-09 Thread Benny Pedersen via Postfix-users
Corey H via Postfix-users skrev den 2024-08-09 13:53: Hello list, I saw many logs like this in our server log, Aug 9 19:48:27 mx postfix/submission/smtpd[3731732]: warning: unknown[5.31.8.57]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Aug 9 19:48:27 mx postfix/submission/smtpd[3731732]:

[pfx] Re: too many errors after AUTH

2024-08-09 Thread Wietse Venema via Postfix-users
Corey H via Postfix-users: > Hello list, > > I saw many logs like this in our server log, > > Aug 9 19:48:27 mx postfix/submission/smtpd[3731732]: warning: > unknown[5.31.8.57]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 > Aug 9 19:48:27 mx postfix/submission/smtpd[3731732]: too many error

RE: too many errors after RCPT

2021-05-18 Thread Juerg Reimann
> Dnia 18.05.2021 o godz. 19:46:30 Juerg Reimann pisze: > > > > I have a customer with a newsletter that has apparently a large number of > > invalid email addresses. When he tries to send mail through my server, > > postfix cuts the smtp session after a while with "too many errors after > > RCPT".

RE: too many errors after RCPT

2021-05-18 Thread Juerg Reimann
> > Hi there > > > > I have a customer with a newsletter that has apparently a large > > number of invalid email addresses. When he tries to send mail > > through my server, postfix cuts the smtp session after a while > > with "too many errors after RCPT". > > And I suppose that this SMTP does not

Re: too many errors after RCPT

2021-05-18 Thread Jaroslaw Rafa
Dnia 18.05.2021 o godz. 19:46:30 Juerg Reimann pisze: > > I have a customer with a newsletter that has apparently a large number of > invalid email addresses. When he tries to send mail through my server, > postfix cuts the smtp session after a while with "too many errors after > RCPT". > > How c

Re: too many errors after RCPT

2021-05-18 Thread Wietse Venema
Juerg Reimann: > Hi there > > I have a customer with a newsletter that has apparently a large > number of invalid email addresses. When he tries to send mail > through my server, postfix cuts the smtp session after a while > with "too many errors after RCPT". And I suppose that this SMTP does not

Re: too many errors after RCPT

2021-05-18 Thread postfix
On 05-18-2021 1:46 pm, Juerg Reimann wrote: How can I allow him to send his newsletter, even though many false, no longer valid email addresses? Preferably I'd like to only allow I always wondered why my mail server gets repeatedly spammed with invalid email addresses from spamsters. I wondered

Re: too many errors

2020-02-11 Thread Wietse Venema
natan maciej milaszewski: > Hi > I added zabbix to test connections - all works fine but sometimes i > found in logs "too many errors after EHLO" > > logs: > > Feb 10 20:49:21 thebe4 postfix/smtpd[6609]: connect from > zabbix.domain.ltd[xxx.xxx.xxx.68] > Feb 10 20:49:21 thebe4 postfix/smtpd[6609]

Re: "Too many errors" messages

2013-12-26 Thread Wietse Venema
Alex: > It sounds like it's safe to assume that properly configured and > operating machines won't generate these RCPT and DATA errors? I suppose that the word "error" speaks for itself. Wietse

Re: "Too many errors" messages

2013-12-26 Thread Alex
Hi, On Tue, Dec 24, 2013 at 3:21 PM, Viktor Dukhovni wrote: > On Tue, Dec 24, 2013 at 03:11:11PM -0500, Wietse Venema wrote: > >> > Dec 24 11:33:10 mail02 postfix/smtpd[8603]: too many errors after DATA >> > from unknown[23.92.90.231] > > NetRange: 23.92.90.224 - 23.92.90.239 > CIDR

Re: "Too many errors" messages

2013-12-24 Thread Viktor Dukhovni
On Tue, Dec 24, 2013 at 03:11:11PM -0500, Wietse Venema wrote: > > Dec 24 11:33:10 mail02 postfix/smtpd[8603]: too many errors after DATA > > from unknown[23.92.90.231] NetRange: 23.92.90.224 - 23.92.90.239 CIDR: 23.92.90.224/28 OriginAS: AS19531 NetName:

Re: "Too many errors" messages

2013-12-24 Thread Wietse Venema
Alex: > I'm receiving messages similar to the following on three mail servers > on two separate networks with postfix-2.9: > > Dec 24 11:33:10 mail02 postfix/smtpd[8603]: too many errors after DATA > from unknown[23.92.90.231] > Dec 24 11:48:06 mail01 postfix/smtpd[14470]: too many errors after >

Re: too many errors after AUTH

2012-11-07 Thread Nikolaos Milas
On 7/11/2012 7:47 μμ, Noel Jones wrote: You can check your log for things like "authentication failed" for a failed AUTH, or "sasl_username=" when successful.My fail2ban filter contains: warning: .*\[\](?::\d+)?: SASL \S+ authentication failed: Thanks Noel, I am using: failregex = (?i):

Re: too many errors after AUTH

2012-11-07 Thread Noel Jones
On 11/7/2012 10:50 AM, Nikolaos Milas wrote: > On 7/11/2012 6:10 μμ, /dev/rob0 wrote: > >> Is this a submission port (587) or smtp (25)? You should use "-o >> syslog_name=postfix/submission" for submission in master.cf, to >> distinguish logging of smtp vs. submission. > > Thanks for the reply. >

Re: too many errors after AUTH

2012-11-07 Thread Nikolaos Milas
On 7/11/2012 6:10 μμ, /dev/rob0 wrote: Is this a submission port (587) or smtp (25)? You should use "-o syslog_name=postfix/submission" for submission in master.cf, to distinguish logging of smtp vs. submission. Thanks for the reply. I do; this is smtp, not submission. ISTM that if submissi

Re: too many errors after AUTH

2012-11-07 Thread /dev/rob0
On Wed, Nov 07, 2012 at 03:46:38PM +0200, Nikolaos Milas wrote: > During the night, for many hours, we logged several thousand of such > entries(always the same server): > > Nov 7 04:04:52 vmail postfix/smtpd[3100]: connect from > mail.videco.com.ar[190.220.14.235] > Nov 7 04:04:55 vmail postfix

Re: too many errors after AUTH

2012-11-07 Thread Nikolaos Milas
On 7/11/2012 3:46 μμ, Nikolaos Milas wrote: Since this server does not accept unauthenticated smtp connections except only from our gateway server and requires AUTH for all others Server config: [root@vmail etc]# postconf -n alias_database = hash:/etc/postfix/aliases, hash:/etc/postfix/alias

Re: too many errors after AUTH

2012-11-07 Thread Nikolaos Milas
On 7/11/2012 3:46 μμ, Nikolaos Milas wrote: connectionsexcept only from our gateway serverand requires AUTHfor all others,do the above log entries depictfailed login As a side note: sorry for the word jamming in the message; it is due to a relatively recent Thunderbird bug (those interested m