Re: Mails to gmail bouncing

2019-07-01 Thread Ralf Hildebrandt
* Wietse Venema : > Viktor Dukhovni: > > > On Jun 21, 2019, at 3:32 AM, Ralf Hildebrandt wrote: > > > > > > /^452-4\.2\.2 (The email account that you tried to reach is over > > > quota.*)/ 552 5.2.2 ${1} > > > > Just as I expected. Now change that to: > > > > /^4(52[- ]4\.2\.2 The email

Re: Mails to gmail bouncing

2019-06-21 Thread Wietse Venema
Viktor Dukhovni: > > On Jun 21, 2019, at 3:32 AM, Ralf Hildebrandt wrote: > > > > /^452-4\.2\.2 (The email account that you tried to reach is over quota.*)/ > > 552 5.2.2 ${1} > > Just as I expected. Now change that to: > > /^4(52[- ]4\.2\.2 The email account that you tried to reach is over

Re: Mails to gmail bouncing

2019-06-21 Thread Ralf Hildebrandt
* Viktor Dukhovni : > > On Jun 21, 2019, at 3:32 AM, Ralf Hildebrandt wrote: > > > > /^452-4\.2\.2 (The email account that you tried to reach is over quota.*)/ > > 552 5.2.2 ${1} > > Just as I expected. Now change that to: > > /^4(52[- ]4\.2\.2 The email account that you tried to reach is

Re: Mails to gmail bouncing

2019-06-21 Thread Viktor Dukhovni
> On Jun 21, 2019, at 3:32 AM, Ralf Hildebrandt wrote: > > /^452-4\.2\.2 (The email account that you tried to reach is over quota.*)/ > 552 5.2.2 ${1} Just as I expected. Now change that to: /^4(52[- ]4\.2\.2 The email account that you tried to reach is over quota.*)/ 5${1} and don't do

Re: Mails to gmail bouncing

2019-06-21 Thread Ralf Hildebrandt
* Wietse Venema Ralf, you need to fix your smtp_reply_filter :-( You replace "452-" > with "552 ", and break one multiline response into two responses. > We can help if you share the regexp. That's probably the one: /^452-4\.2\.2 (The email account that you tried to reach is over quota.*)/ 552

Re: Mails to gmail bouncing

2019-06-20 Thread Wietse Venema
Wietse Venema: > Wietse Venema: > > Viktor Dukhovni: > > > On Wed, Jun 19, 2019 at 01:37:41PM +0200, Ralf Hildebrandt wrote: > > > > > > > First entry for gmail was: > > > > > > > > Jun 19 09:52:42 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq: > > > > to=, > > > >

Re: Mails to gmail bouncing

2019-06-19 Thread Wietse Venema
Wietse Venema: > Viktor Dukhovni: > > On Wed, Jun 19, 2019 at 01:37:41PM +0200, Ralf Hildebrandt wrote: > > > > > First entry for gmail was: > > > > > > Jun 19 09:52:42 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq: > > > to=, > > > relay=gmail-smtp-in.l.google.COM[173.194.76.26]:25, > > >

Re: Mails to gmail bouncing

2019-06-19 Thread Wietse Venema
Viktor Dukhovni: > On Wed, Jun 19, 2019 at 01:37:41PM +0200, Ralf Hildebrandt wrote: > > > First entry for gmail was: > > > > Jun 19 09:52:42 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq: > > to=, > > relay=gmail-smtp-in.l.google.COM[173.194.76.26]:25, > > delay=4.8,

Re: Mails to gmail bouncing

2019-06-19 Thread Viktor Dukhovni
On Wed, Jun 19, 2019 at 01:37:41PM +0200, Ralf Hildebrandt wrote: > First entry for gmail was: > > Jun 19 09:52:42 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq: > to=, > relay=gmail-smtp-in.l.google.COM[173.194.76.26]:25, > delay=4.8, delays=3.3/0.04/0.62/0.84, dsn=5.2.2, status=bounced

Re: Mails to gmail bouncing

2019-06-19 Thread Wietse Venema
A. Schulze: > > > Am 19.06.19 um 12:53 schrieb Viktor Dukhovni: > >> On Jun 19, 2019, at 6:37 AM, Ralf Hildebrandt wrote: > >> > >> The error message says: > >> > >> Protocol error: host gmail-smtp-in.l.google.COM[173.194.76.26] said: 250 > >> 2.1.5 OK w9si551343wmd.47 - gsmtp (in reply to

Re: Mails to gmail bouncing

2019-06-19 Thread A. Schulze
Am 19.06.19 um 12:53 schrieb Viktor Dukhovni: >> On Jun 19, 2019, at 6:37 AM, Ralf Hildebrandt wrote: >> >> The error message says: >> >> Protocol error: host gmail-smtp-in.l.google.COM[173.194.76.26] said: 250 >> 2.1.5 OK w9si551343wmd.47 - gsmtp (in reply to DATA command) > > Ralf, your

Re: Mails to gmail bouncing

2019-06-19 Thread Ralf Hildebrandt
* Viktor Dukhovni : > The correct reply to "DATA" is "354" not "250". Something is awfully > out of sync if Gmail is returning "250" in response to "DATA". > > That's presumably a response for one of the recipients, so Gmail > sent one more response than Postfix expects, or Gmail received > one

Re: Mails to gmail bouncing

2019-06-19 Thread Ralf Hildebrandt
* Viktor Dukhovni : > > On Jun 19, 2019, at 6:37 AM, Ralf Hildebrandt wrote: > > > > The error message says: > > > > Protocol error: host gmail-smtp-in.l.google.COM[173.194.76.26] said: 250 > > 2.1.5 OK w9si551343wmd.47 - gsmtp (in reply to DATA command) > > Ralf, your inattention to detail

Re: Mails to gmail bouncing

2019-06-19 Thread Matus UHLAR - fantomas
On 19.06.19 12:37, Ralf Hildebrandt wrote: I have a strange problem with mails to GMAIL. A user sent out mails to 90 recipients, half of which are @gmail.com, and those mostly bounced: Jun 19 09:52:43 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq: to=,

Re: Mails to gmail bouncing

2019-06-19 Thread Viktor Dukhovni
> On Jun 19, 2019, at 6:37 AM, Ralf Hildebrandt wrote: > > The error message says: > > Protocol error: host gmail-smtp-in.l.google.COM[173.194.76.26] said: 250 > 2.1.5 OK w9si551343wmd.47 - gsmtp (in reply to DATA command) Ralf, your inattention to detail disappoints me. :-( The correct

Re: Mails to gmail bouncing

2019-06-19 Thread Ralf Hildebrandt
> "250 2.0.0 OK 1560930762 l7si9891184wrx.266 - gsmtp" > > is acceptable, while > > "250 2.1.5 OK w9si551343wmd.47 - gsmtp" > > is a protocol error? I fired up ye olde grep on mail.python.org and found some incidients there as well: # zegrep -c "status=bounced \(Protocol error: host