Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: deven_01 on January 31, 2006, 12:02:18 PM

Title: Mailserver Question
Post by: deven_01 on January 31, 2006, 12:02:18 PM
Dear Friends
 I had implemented mail server
 I had set catch all account and mail aliases
 I want to distribute my mails from catchall account to my aliases
 f.e.g
 I download my mail from mailserver to my local mail server in one single account, Now i want to distribute that mail to my entire lan then How Can I Do it ?
 Regards
 Linux User
Title: Mailserver Question
Post by: stephen on February 14, 2006, 05:37:55 AM
Dear deven,

 It is very simple.

for Example if u receive a message for admin@domain.com and u want to send a copy message to all members to your lan,you just create a mail aliases in /etc/aliases file like


admin:                    admin,user1,user2,...........etc........

It will send a copy mail of all mails from admin to all your other accounts...


It will solve your problem..

Stephen.J