Demi M. Obenour: > Should I submit another patch? In addition to adding > local_sender_login_maps, I have fixed what appeared to be a bug in > the current postdrop and sendmail commands: root and $mail_owner were > not automatically allowed to submit mail. Since this is inconsistent > with similar checks elsewhere, I believe it is unintentional.
No. I am working on a quality implementation, and that takes more time than 'code that works'. More patches are not needed. BTW I realized that I swapped the semantics of smtpd_sender_login_maps (a mapping from sender address to the login names that are allowed to use that sender address) when we were discussing the postdrop feature (a mapping from login name to the sender addresses that the login name is allowed to use). If we stick with that model, then I think that the feature should be renamed to local_login_sender_maps. Wietse