April 19, 2024, 07:03:25 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Mailserver Question  (Read 5071 times)

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
Mailserver Question
« 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

Offline stephen

  • Linux Learner
  • ***
  • Posts: 56
Mailserver Question
« Reply #1 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