Linux / UNIX Tech Support Forum
This is a discussion on set up e-mail group within the Mail Servers forums, part of the Mastering Servers category; Hi, I need a small help from you all guys I am trying to create a group for a set ...
|
|||||||
| Mail Servers Discussion on Postfix/Sendmail Mail servers and related program such as IMAP/POP3, Anti-Spam technologies. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I need a small help from you all guys I am trying to create a group for a set of people that have e-mail so sending it to this e-mail it will reach to that set of people example This is the command that I Use : sudo /usr/sbin/groupadd salesman then I add each user to the group (the user existed already) sudo /usr/sbin/usermod -G salesman okok1 sudo /usr/sbin/usermod -G salesman okok2 sudo /usr/sbin/usermod -G salesman okok3 then I verify that was created correctly [alejandro@colon alejandro]$ id okok1 uid=571(okok1) gid=577(salesman) groups=577(salesman) but when I try to send e-mail to the group it send me a Undeliverable message can you help me please Last edited by karpos; 01-06-2007 at 12:27 AM. Reason: changes |
| Sponsored Links | ||
|
|
|
|||
|
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 Last edited by jerry; 01-06-2007 at 12:34 AM. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add multiple users to a group | chuckbeattie | Linux software | 2 | 02-11-2007 11:04 PM |
| Ubuntu Linux add a user to group | sweta | Ubuntu / Debian | 0 | 01-11-2007 02:41 AM |
| Group Policy | bubloob_13 | Windows Xp/2000/2003 server administration | 0 | 31-01-2007 02:31 PM |
| Group Policy | bubloob_13 | Windows Xp/2000/2003 server administration | 1 | 20-12-2006 03:22 PM |
| win2k3 Group policy | bubloob_13 | Windows Xp/2000/2003 server administration | 1 | 11-12-2006 12:30 PM |