Eugene Podshivalov: > > > > Wietse: > > The address can be transformed > > with canonical_maps, virtual_alias_maps, it may be routed to a > > different system with transport_maps, and it may be aliased with > > /etc/aliases to some other local or remote address > > All these things apply to locally sent messages as well, don't they? But > still no probe is done for them.
There are no smtpd_mumble_restrictions for /usr/sbin/sendmail, because rejecting mail there would totally break compatibility with every program that submits mail that way. Instead, Postfix accepts mail, and LATER returns undeliverable mail to the alleged sender. Local users can be punished after an analysis of the logs of their activty. Wietse