On Mon, May 30, 2011 at 03:16:45PM +0200, Patrick Ben Koetter wrote:
> Status Quo
> Postfix currently supports SASL login name to envelope sender mapping in order
> to control which SASL login name may use a particular envelope sender address.
Note, there is only an "inverse" mapping, from sender address to a list
of SASL logins. There is no mapping with SASL login names as keys.
> The map logic as well as the restrictions to enforce usage identity to
> envelope sender are already in place, but their names are specific to SASL
> login names.
Specifically, we have: smtpd_sender_login_maps
> smtpd_identity_sender_maps (default: $smtpd_login_sender_maps)
The default value is not an existing parameter. I think you mean:
smtpd_sender_identity_maps (default: $smtpd_sender_login_maps)
Otherwise, this looks doable, modulo fine-tuning the specific parameter
names.
--
Viktor.