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=<szilveszter.bxx...@gmail.com>,
> > > >   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
> > > >   (host gmail-smtp-in.l.google.COM[173.194.76.26] said:
> > > >    552 5.2.2 The email account that you tried to reach is over quota. 
> > > > Please direct
> > > >   (in reply to RCPT TO command))
> > 
> > So this is what Google search says:
> > 
> >     Specifically, anyone sending email to a user whose Inbox is out
> >     of storage receives a bounce 452-4.2.2 message stating "The
> >     email account that you tried to reach is over quota." In terms
> >     of message delivery, this is a temporary failure, and the sending
> >     server tries to resend later when more storage is available.
> > 
> >     Storage limits - G Suite Admin Help - Google Support
> >     https://support.google.com/a/answer/1186436?hl=en
> 
> 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.

While fixing this, keep in mind that Postfix will use the last 
line of a multiline response.

It may be easier to use smtp_delivery_status_filter instead.

        Wietse

> > 
> > > > Jun 19 09:52:42 mail-cvk postfix/smtp[32063]: 45THH93PXyz1Z4Kq:
> > > >   host gmail-smtp-in.l.google.COM[173.194.76.26] said:
> > > >   452-4.2.2 the recipient to
> > > >   452 4.2.2 https://support.google.com/mail/?p=OverQuotaTemp 
> > > > w9si551343wmd.47 - gsmtp
> > > >   (in reply to RCPT TO command)
> > > 
> > > There's our "smoking gun"...  The first log message starts with
> > > 
> > >   552<SPACE>5.2.2 ...
> > > 
> > > and the second with:
> > > 
> > >   452<HYPHEN>4.2.2
> > > 
> > > but this is clearly a response for a single recipient, split across
> > > multiple lines.  So now the question is whether Gmail is actually
> > > sending that, or whether something on your side is turning the
> > > initial hyphen into a space.  But I'm puzzled by the second message,
> > > it seems to be missing the "to=", "relay=", ... did you forget to
> > > paste those in?
> > > 
> > > -- 
> > >   Viktor.
> > > 
> > 
> 

Reply via email to