On Thu, Jan 27, 2011 at 11:17:45PM +0200, Bulent Malik wrote:

> I have a domain alias .  for example  @domain.com    and  @smtp.domain.com 
> I would like everyone in @smtp.domain.com    to send any mail to anywhere
> with @domain.com
> 
> I have a  smtpd_sender_login_maps
> cat  smtpd_sender_login_maps
> @smtp.domain.com   [email protected]
> 
> Above configuration Works .  but I would like to be more general such as  ;
> @smtp.domain.com      @domain.com
> 
> But this config doesn't work
> 
> How can I do that ?     

There is no support for wildcard SASL user names. The SASL user name is
an opaque identifier. Unlike email addresses, Postfix can make no
assumptions about the structure of an authenticated principal name.

Sorry, Postfix cannot do this, except perhaps via an external policy
service or milter.

-- 
        Viktor.

Reply via email to