View Single Post

  #2 (permalink)  
Old 06-01-2007, 01:28 AM
jerry jerry is offline
Member
User
 
Join Date: Jun 2005
Posts: 78
Rep Power: 0
jerry
Default

No this is not the way to setup email groups. You need to use .forward file or using virtual tables. Do you wanna redirect/sed mail for local recipients (on same mail server) or remote mail server (user@dom.com, user@dom2.net) etc?

For local user open /etc/mail/aliases or /etc/aliases in wich aliases are specified in the format of <alias name>: <existing account>. The <existing account> should be substituted by one or more account names in form of a coma separated list.

For sales alias an e-mail sales@dom.net that should be delivered to all the users you, jerry, top etc:
Code:
sales: you, jerry, top, user@yahoo.com, admin@gmail.com
save the changes and restart postfix MTA

Last edited by jerry; 06-01-2007 at 01:34 AM..
Reply With Quote