![]() |
|
|
|
|
|||||||
| 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 |
| Mail forwarding in small network with mailserver | hjallebk | IP Networking | 1 | 12-11-2007 03:01 PM |
| Forwarding mail with sendmail | annececile | UNIX for Advanced & Expert Users | 2 | 01-24-2002 12:48 AM |
| Sendmail - forwarding mail | warrend | UNIX for Dummies Questions & Answers | 1 | 12-14-2001 08:26 AM |
| Forwarding Mail from Unix account | jsillers | UNIX for Dummies Questions & Answers | 2 | 12-09-2001 08:08 PM |
| E-mail forwarding | BigBro | UNIX for Dummies Questions & Answers | 1 | 12-03-2000 08:40 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Everyone,
I am an intermediate to Unix.I want to forward the incoming messages for my Unix Account 'pdileep' to another mail account 'pdileep@ncmail.com'. I tried out .forward option,but the forwarded message was not there in my Unix Account. My requirement is like,i want to forward the incoming mail to another account in a different domain at the same time retain the copy of the forwarded message in my Unix mail account itself. Can anybody provide a solution for this?Your help is appreciated. With Regards Dileep Pattayath |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
If you have procmail try this on your .procmailrc Code:
:0c: !anotheraccount@domain.xxx |
|
#3
|
|||
|
|||
|
The second colon is erroneous, and should be omitted. (It won't do anything, except produce "cannot deduce lock file" errors in the log.)
.forward is the traditional Sendmail mechanism but if your MTA is Exim, for example, it (optionally) uses a different system. Can you find out which mail server your system is running? Last edited by era; 04-21-2008 at 07:55 AM. Reason: Removed erroneous tirade, misread the question |
|
#4
|
|||
|
|||
|
In exim, "\" means local delivery, so if you use exim, your .forward should look like:
Code:
my_other_account@anywhere.com \local_account_name |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Thanks Dileep |
|
#7
|
|||
|
|||
|
Quote:
Thanks for your comments |
|||
| Google The UNIX and Linux Forums |