Web Hosting Talk







View Full Version : Forwarding info@mydomain.com to several email accounts


hci
03-25-2002, 05:40 PM
Hello,

I need to forward info@mydomain.com to several email accounts on my Raq 4i. I am currentlly doing this with a mailing list but when the headers are too long or the message is to long or some other problem it bounces. So I need a way to do this without bouncing emails.

Please help?!

Matthew

eddy
03-25-2002, 07:32 PM
hey,

from memory:
Create the user via the web panel.
Telnet/SSH to your box, login as admin and su to root user.
cd ~username
pico .forward
enter in the email addresses you want it to forward to.
ie. test1@yourdomain.com, test2@yourdomain2.com etc.
save file and exit.
restart sendmail. and that should work for ya...

hope this helps.