Fredrik Sandstr?m:
[ Charset ISO-8859-1 converted... ]
> What's up with this? The result of the probe is "deliverable", but
> postfix rejects the message with a 450 code.
>
> Oct 13 11:12:52 smtp5 postfix/smtpd[5261]: connect from
> mail-vk0-f43.google.com[209.85.213.43]
> Oct 13 11:12:52 smtp
Erwin Authried:
> > > Shouldn't postfix reject a message in general if there is a 5xx response
> > > to the DATA command, instead of creating a bounce message?
> >
> > Postfix address verification (via SMTP) never sends DATA. It sends
> > RSET/QUIT instead. Thus, the question makes no sense.
>
>
Am Samstag, den 27.12.2014, 08:23 -0500 schrieb Wietse Venema:
> Erwin Authried:
> > > Is this the reply to DATA or end-of-data? If it is DATA, then
> > > address verification is possible but it requires source code
> > > changes to Postfix:
> > >
> > > - After successful RCPT TO, do not assume t
Erwin Authried:
> > Is this the reply to DATA or end-of-data? If it is DATA, then
> > address verification is possible but it requires source code
> > changes to Postfix:
> >
> > - After successful RCPT TO, do not assume that the recipient exists,
> > but send DATA and disconnect after the DATA
wietse:
If it is DATA, then address verification is possible but it requires
source code
changes to Postfix:
- After successful RCPT TO, do not assume that the recipient exists,
but send DATA and disconnect after the DATA response is received.
This will cause extra noise in the logfile, t
Am Freitag, den 26.12.2014, 18:35 -0500 schrieb Wietse Venema:
> Wietse Venema:
> > Erwin Authried:
> > > I'm routing messages to a couple of servers with the transport map
> > > mechanism. I'm using recipient address verification to avoid bounce
> > > messages. This works fine with mail servers th
Am Freitag, den 26.12.2014, 18:35 -0500 schrieb Wietse Venema:
> Wietse Venema:
> > Erwin Authried:
> > > I'm routing messages to a couple of servers with the transport map
> > > mechanism. I'm using recipient address verification to avoid bounce
> > > messages. This works fine with mail servers th
Wietse Venema:
> Erwin Authried:
> > I'm routing messages to a couple of servers with the transport map
> > mechanism. I'm using recipient address verification to avoid bounce
> > messages. This works fine with mail servers that send a 550 response,
> > for example:
> >
> > RCPT TO: non-existent-u
Erwin Authried:
> I'm routing messages to a couple of servers with the transport map
> mechanism. I'm using recipient address verification to avoid bounce
> messages. This works fine with mail servers that send a 550 response,
> for example:
>
> RCPT TO: non-existent-u...@somedomain.com
> 550 5.7.