On Mon, 10 Nov 2003, Ibomcha Thokchom wrote: > Can anyone tell me how to create a mailing list for a > particular group of users in RedHat 8.0? >
if you run sendmail as smtp then the steps would be like: 1. edit /etc/aliases and add an entry of your mailing list name 2. point this name towards a file where you create the actual list by adding one email address per line 3. run newaliases command 4. restart sendmail example: entry in /etc/alises: ------ allstaff: :include:/etc/lists/allstaff ----name of the actual file owner-allstaff: [EMAIL PROTECTED] content of /etc/lists/allstaff: ------ [EMAIL PROTECTED] [EMAIL PROTECTED] --etc hope this will solve your problem. --hizibiz > Thanking you in anticipation > > > Ibomcha > > __________________________________ > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard > http://antispam.yahoo.com/whatsnewfree > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > linux-india-help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/linux-india-help > ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
