Matus UHLAR - fantomas:
> postfix' sendmail page:
>
> -bv Do not collect or deliver a message. Instead, send an email
> re-
> port 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.
...
> writing program/script that would be able to process postfix'
> virtual_alias_maps or alias_maps and expand the name would be alternative
> approach to your problem.
Postfix sends the delivery report as an email message to the envelope
sender address. The message is generated by a background process,
so the program that runs "sendmail -bv" would not know what message
to look for.
Wietse