[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: Setting up multiple email recipients



Leslie C. Latty wrote:

Hi.,
I an trying to set up multiple email recipients on my RaQ4 without
success and need help. For example I need 4 employees to get any mail
directed to Sales@xxxxxxxxxx, and another set of employees to get
support@xxxxxxxxxxx I have tried different combinations as per the book
and nothing works. Help.

You can set up sales@xxxxxxxxxx as a Majordomo mailing list and put the 4 people in as members of the list.

Or you can do it manually by first editing /etc/mail/virtuserable and make an entry like:

	sales@xxxxxxxxxxxxxx	saleslist

then in /etc/mail/aliases make an entry like:

	saleslist: user1@xxxxxxxxxxx, user2@xxxxxxxxxxx

then rebuild both databases:

makemap hash /etc/mail/virtusertable.db < \ /etc/mail/virtusertable

makemap hash /etc/mail/aliases.db < \
/etc/mail/aliases