Click to See Complete Forum and Search --> : sendmail help


UID500
03-01-2004, 02:04 PM
say i have real users named bob and jill (not aliases).

i want to set things so that when an email goes to bob@blah.com it also goes to jill@blah.com like a BCC.

how would i go about doing this?

pl1ght
03-01-2004, 06:41 PM
just add a .foward file in the users $home

so for instance the email is going to bob@blah.com you want in his /home/bob/.forward and the .forward should contain;

bob
jill




and thats it. Both users will receive the message.