![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Axigen, A Fresh Approach for Mail Server Admins - Server Watch | iBot | UNIX and Linux RSS News | 0 | 07-12-2007 02:20 PM |
| mail server | vetrivel | UNIX for Dummies Questions & Answers | 1 | 04-22-2006 07:18 AM |
| Mail Server | ravneet | UNIX for Dummies Questions & Answers | 4 | 07-07-2004 05:10 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 05:24 PM |
| Help on mail server | irwan | UNIX for Dummies Questions & Answers | 1 | 07-11-2001 06:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Mail server
What does a Unix mail server do with mail it receives that isn’t to any users on it?
Is there a way to setup a list (one that contains a list of E-mail addresses and where to forward them) that the mail server checks then forwards E-mail it receives even though it isn’t to any user on it? |
| Forum Sponsor | ||
|
|
|
|||
|
aliases.
if your useing sendmail check /etc/aliases Code:
# Test mail address to these people to mimic an external trading partner external:jim@convict.com,me@warden.com,james@jefro.com Code:
echo This is a test email for the 3 people in my list|mailx -s "Testing Aliases" external Last edited by Optimus_P; 06-13-2001 at 09:19 AM. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|