[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Sendmail, can I make it send mail to 2 different accounts?



On Thu, 31 Dec 1998, Edmund wrote:

> I have a client that would like all mail that he receives
> to be sent to 2 different accounts.  Is this possible ? 
> 
> For example, right now, I forward any mail he gets to his
> mail johndoe hisdomain com  
> 
> Hs would like to ALSO get it at another account like
> johndoe2 anotherdomain com 
> 
> Can this be done with Sendmail ??
> 
> Thanks in advance for any help.
> 

Edit /etc/aliases and ad a line like this:

johndoe: \johndoe,
	johndoe hisdomain com,
	johndoe#anotherdomain.com

This will send mail to "johndoe" on "this machine" plus the
other two domains. If you only want it to go to the other
two domains, then remove "\johndoe".

Note: Those are <TABS> that start the continuation lines in
the above example.

--
John Darrah (u05192)	| Dept: N/C Programming
Giddens Industries	| Ph: (425) 353-0405 #229
PO box 3190		| Ph: (206) 767-4212 #229
Everett  WA    98203	| Fx: (206) 764-9639



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]