> 
> Specify, for example:
> 
> smtpd_sender_login_maps = hash:/etc/postfix/sasl_senders,
>                            pcre:/etc/postfix/sasl_default_senders
> 
> Where the contents of sasl_default_senders is, for example:
> 
> root# cat sasl_default_senders
> /^(.*)@domain$/ $1
> 
> Which restricts user@domain to the login "user".
> 
> The contents of sasl_senders would be for those cases that do not match
> the regular expression.
> 
> Mike
> 

Brilliant!  Thanks Mike.

Michael


Reply via email to