![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Emails on HP-UX | Phuti | UNIX for Dummies Questions & Answers | 0 | 03-26-2008 01:22 AM |
| duplicate emails | mcraul | UNIX for Dummies Questions & Answers | 1 | 03-07-2008 10:11 AM |
| how to capture bounced emails | ray1972 | UNIX for Dummies Questions & Answers | 1 | 10-30-2007 03:04 PM |
| Send Emails in Sco | stufine | UNIX for Dummies Questions & Answers | 1 | 08-24-2006 12:03 PM |
| Unix emails in Windows | dti650 | UNIX for Advanced & Expert Users | 3 | 02-11-2005 05:07 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Creating emails
Hi, I posted here 2 months ago, saying I wanted to learn UNIX for my work running a small ISP. I had the problem of practically no technical support for our system. Many courses later, I can just about do everything I need to do.
The server is a FreeBSD i386. I can now create email accounts for customers using the adduser command. This creates a user with the email address customer@myisp.com. So this is great, but we also host some domain names. If I could now figure out how to create a customer@hosteddomain.com email account, I'll be all set. I'm a bit clueless of how this works. I first thought it was based on aliases, but I can't find anything on the mail server that supports this. (the /etc/aliases or etc/mail/aliases file doesn't have anything like this in it.) So am I on the right path? Or can adduser create these types of accounts as well?? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
|||
|
In case of sendmail try using virtusertable and relaydomain. Dont forget to add entry of your second domain in DNS.
I would suggest if you can switch to qmail. it would be better as management of more than one domain is easy in qmail. It provides GUI to handle everything including handling your user, there accounts, you domain etc. Thanks, Nilesh |
|
|||
|
Hmm still can't find anything. Everything should be ready to add these accounts and mail forwards. I just need a simple explanation on how one might go about doing this.
ex) create a mailbox for user@secondarydomain.com. Do I create a regular account first? After I do this how to I make sure any mail sent to the above will go to the new account I created? |