On 6/22/2013 4:10 PM, Wietse Venema wrote:
> I agree with Viktor's description:
> 
> /etc/postfix/main.cf:
>     # The domain that users are aliased to:
>     mydestination = localhost localhost.$mydomain
> 
>     # The domain in DNS that you receive mail for:
>     vitual_alias_maps = example.com

Shouldn't this be virtual_alias_domains here?

>     # The alias mapping from "DNS" domain name to UNIX system accounts:
>     virtual_alias_maps = hash:/etc/postfix/virtual
> 
> /etc/postfix/virtual:
>     # All right-hand addresses have @localhost
>     postmas...@example.com    postmaster@localhost
>     us...@example.com         unix-user1@localhost
>     us...@example.com         unix-user2@localhost
> 
> # Legacy sendmail-style aliases:
> /etc/aliases:
>     # Here, no @domain in LHS or RHS.
>     postmaster: unixaccount
>     abuse: unixaccount
> 
> There is no need for this thread to drag on for so much time.

Sorry for dragging it out a bit further Wietse.  Just wanna make sure
this is squared away for those searching the list archives, as folks
read your posts as gospel.

-- 
Stan


Reply via email to