| Author |
Message |
VAXman-@SendSpamHere.ORG *nix forums Guru Wannabe
Joined: 22 Jul 2005
Posts: 251
|
Posted: Thu Jul 20, 2006 7:56 pm Post subject:
equivalent of MAIL>SET FORWARD/USER=ME YOU on unix
|
|
|
I can forward mail to YOU if account ME exists using the .forward file.
How can I create and "alias" name such as ME without creating an account
and forward it to you?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)COM
"Well my son, life is like a beanstalk, isn't it?" |
|
| Back to top |
|
 |
Keith A. Lewis *nix forums Guru Wannabe
Joined: 18 May 2005
Posts: 103
|
Posted: Thu Jul 20, 2006 8:42 pm Post subject:
Re: equivalent of MAIL>SET FORWARD/USER=ME YOU on unix
|
|
|
VAXman- @SendSpamHere.ORG writes in article <00A58F9D.7E2226AC@SendSpamHere.ORG> dated Thu, 20 Jul 2006 19:56:14 GMT:
| Quote: | I can forward mail to YOU if account ME exists using the .forward file.
How can I create and "alias" name such as ME without creating an account
and forward it to you?
|
It depends what mail-server you run.
IIRC there is a file called "aliases" which is read by sendmail, if you're
running that.
It would probably be better to ask on a Unix newsgroup, without the
reference to VMSmail.
--Keith Lewis klewis {at} mitre.org
The above may not (yet) represent the opinions of my employer. |
|
| Back to top |
|
 |
Bob Koehler *nix forums Guru
Joined: 25 Jul 2005
Posts: 1078
|
Posted: Thu Jul 20, 2006 9:23 pm Post subject:
Re: equivalent of MAIL>SET FORWARD/USER=ME YOU on unix
|
|
|
In article <00A58F9D.7E2226AC@SendSpamHere.ORG>, VAXman- @SendSpamHere.ORG writes:
| Quote: | I can forward mail to YOU if account ME exists using the .forward file.
How can I create and "alias" name such as ME without creating an account
and forward it to you?
|
Most UNIX have a system-level forward file. It may be called an
alias file.
Try man sendmail, man forward, and man alias. |
|
| Back to top |
|
 |
Richard B. Gilbert *nix forums Guru
Joined: 21 Feb 2005
Posts: 456
|
Posted: Thu Jul 20, 2006 9:48 pm Post subject:
Re: equivalent of MAIL>SET FORWARD/USER=ME YOU on unix
|
|
|
Bob Koehler wrote:
| Quote: | In article <00A58F9D.7E2226AC@SendSpamHere.ORG>, VAXman- @SendSpamHere.ORG writes:
I can forward mail to YOU if account ME exists using the .forward file.
How can I create and "alias" name such as ME without creating an account
and forward it to you?
Most UNIX have a system-level forward file. It may be called an
alias file.
Try man sendmail, man forward, and man alias.
|
It might work better if he said man -k forward and man -k alias
Man -k may not work until someone does, as root, "catman -w" to build
the index. |
|
| Back to top |
|
 |
davidc@montagar.com *nix forums addict
Joined: 08 Jul 2005
Posts: 76
|
Posted: Thu Jul 20, 2006 10:10 pm Post subject:
Re: equivalent of MAIL>SET FORWARD/USER=ME YOU on unix
|
|
|
VAXman-@SendSpamHere.ORG wrote:
| Quote: | I can forward mail to YOU if account ME exists using the .forward file.
How can I create and "alias" name such as ME without creating an account
and forward it to you?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)COM
"Well my son, life is like a beanstalk, isn't it?"
|
On most unix systems, edit the file "/etc/aliases" and add the
line:
me: you
Then you may have to run the command "newaliases" in order to rebuild
and have the mail server reload the alias database. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|