jaso...@mail-central.com: > > > On Wed, Apr 20, 2016, at 11:08 AM, Wietse Venema wrote: > > 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. > > Thanks. > > Probes with 'sendmail -bv' work, from my shell, with no error. :-/ > > Since it's not identical to the path/process an inbound mail takes, which I > think is what this means
It is the same path modulo complexity that you added with content_filter, smtpd_proxy_filter, address_verify_xxx overrides, ... As Noel says, keep it simple. Only when it works, add complexity. Wietse