Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get one email address to send to multiple?

Status
Not open for further replies.

rninja

Technical User
Apr 11, 2001
381
US
For example: I want to have a "catch-all" email address like info@domain.com automatically route to me@domain.com and them@domain.com. Is there a way to do this in sendmail or do I need another program?

Can you supply some example setup?

Thanks in advance!

Rninja

smlogo.gif

 
You need to make an entry in the aliases file (/etc/aliases or /etc/mail/aliases):

info: me,them,somebody_else
or
info: me@somedomain.com,them@anotherdomain.com

Issue the "newaliases" command afterwards to activate.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top