LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Creating A Second Email Address For Email Account On Sendmail (https://www.linuxquestions.org/questions/linux-software-2/creating-a-second-email-address-for-email-account-on-sendmail-175286/)

treedstang 04-27-2004 06:05 PM

Creating A Second Email Address For Email Account On Sendmail
 
How do I add second email address to my mailbox in sendmail ?

ex.. I want my primary address to be joe@hello.com and my
second address to be joeking@hello.com. Both addresses will be
going to the same mailbox.

trickykid 04-27-2004 10:31 PM

Create an alias. Place it in your alias file in /etc/mail and run the command newaliases

File should be in this format:


Code:

joeking:        joe


All times are GMT -5. The time now is 10:30 PM.