jaso...@mail-central.com:
> On Wed, Apr 20, 2016, at 10:25 AM, Wietse Venema wrote:
> > jaso...@mail-central.com:
> > > Do address_verification probes work when checking aliased or
> > > plus-addressed addresses?
> > > 
> > Verify probes work in the same way as real email, except that they
> > are not delivered (with SMTP, Postfix aborts the transaction before
> > sending the DATA command).
> > 
> > It's just a bit on a message that says "do not deliver, send a fake
> > delivery status notification message". This was the least amount
> > of effort to implement, and it gives maximal realism.
> > 
> > So it does not matter if the address is plussed or aliased.
> 
> Then I've created myself a problem.

The above story is true if you don't use address_verification_mumble
overrides.

> From a postfix server's shell, is it possible to execute ONLY the
> address_verification probe -- sendmail? telnet" other injection?
> -- to test the probe?  My address_verification is failing in all
> sorts of ways, apparently, and I'd like to learn how to debug it.

SENDMAIL(1)                                                        SENDMAIL(1)

        ...
       -bv    Do not collect or deliver a  message.  Instead,  send  an  email
              report  after  verifying each recipient address.  This is useful
              for testing address rewriting and routing configurations.

              This feature is available in Postfix version 2.1 and later.

Just like address probes, this sets a "do not deliver, send a fake
delivery status notification message" bit on the message.

Actually, it's a different fake delivery status notification message
than with address probes; it becomes a real email message. Verify
probe results are absorbed internally.

        Wietse

Reply via email to