Wietse Venema:
> Ralf Hildebrandt:
> > Is the Address verification functionality callable via an invocation
> > of the sendmail compatability binary?
>
> sendmail -bt
>
> > Background: I'd like to use the existing functionality of
> > reject_unverified_recipient to verify recipient addresses from teh
> > command line.
>
> The result is decided in the background, and delivered to mailbox.
> Postfix user-land programs have no access to internals.
Doing that would require a privileged helper program like postqueue,
and exposing the verify daemon as a "public" service.
Wietse