Networking Forums

Networking Forums > Computer Networking > Linux Networking > mail user aliasing from existing user

Reply
Thread Tools Display Modes

mail user aliasing from existing user

 
 
Nick Kloski
Guest
Posts: n/a

 
      05-12-2004, 05:13 AM
Hopefully an easy question for you all:

I would like e-mail sent to a specific user to be actually delivered,
even though that user's id exists on another mail domain on the
server:

(E-Mail Removed) already exists and is happy

(E-Mail Removed) already exists and is happy

....now, if someone sends an e-mail message to jennifer@domain1, then
the jennifer@domain2 actually receives the message (since "jennifer"
is a user name). I am guessing I need to set up some sort of alias
here...

So, in other words, if I set up an alias for (E-Mail Removed) of
"jennifer", how can I tell sendmail to check the domainname first,
instead of the username to determine the final delivery-place?

....if it makes any difference, this is on a Cobalt Qube, running
linux/sendmail.

thanks!

N
 
Reply With Quote
 
 
 
 
Herb Stein
Guest
Posts: n/a

 
      05-13-2004, 02:55 AM

"Nick Kloski" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Hopefully an easy question for you all:
>
> I would like e-mail sent to a specific user to be actually delivered,
> even though that user's id exists on another mail domain on the
> server:
>
> (E-Mail Removed) already exists and is happy
>
> (E-Mail Removed) already exists and is happy
>
> ...now, if someone sends an e-mail message to jennifer@domain1, then
> the jennifer@domain2 actually receives the message (since "jennifer"
> is a user name). I am guessing I need to set up some sort of alias
> here...
>
> So, in other words, if I set up an alias for (E-Mail Removed) of
> "jennifer", how can I tell sendmail to check the domainname first,
> instead of the username to determine the final delivery-place?
>
> ...if it makes any difference, this is on a Cobalt Qube, running
> linux/sendmail.
>
> thanks!
>
> N


I think this will work. Add a line to /etc/aliases
or /etc/mail/aliases or wherever aliases is located
on the domain1 server that looks like this:

jen: jennifer@domain2

Then run newaliases to recreate aliases.db
You may have to restart sendmail as well.

I believe you can also create a .forward file in the
users home directory on domain1 and put an
address (jennifer@domain2) in it.

Good luck.
--
Herb Stein
(E-Mail Removed)


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User-configurable mail-filtering on ISPs' servers? Jeremy Nicoll - news posts Broadband 6 06-15-2009 06:34 PM
User is unable to access their user directory Nauip Windows Networking 1 04-08-2008 02:32 AM
what is the difference b/w exchange user and active directory user basim alvi Windows Networking 1 02-19-2005 01:15 AM
Maildir/ in /var/spool/mail/$user? (postfix) Nick E. Linux Networking 1 01-30-2004 03:11 AM
Need hep with Accessing user files on NT4 server shared user directory Terry Windows Networking 1 09-07-2003 06:54 AM



1 2 3 4 5 6 7 8 9 10 11