![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 |
| how to forward mail in /var/mail/username to external mail | unitipon | SUN Solaris | 2 | 05-26-2008 09:20 PM |
| Exchange and mail server - Hindu Business Line | iBot | UNIX and Linux RSS News | 0 | 07-01-2007 05:41 PM |
| Mail Exchange Server | GlockCW | UNIX for Dummies Questions & Answers | 0 | 09-20-2004 01:55 PM |
| Solaris Mail Client & MS Exchange | ianf | UNIX for Advanced & Expert Users | 5 | 06-10-2002 03:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone
I am setting up my own web hosting and dns server - have got all the dns and web server things sorted out. I am wondering if anyone knows what I need to do to enable my customers to have their own pop and smtp access under their own domains which they host with me. I have two ip addresses, and am virtually hosting their domains, web server is apache. Is there some unix configuration or software issue which I need to set up to allow them to send and recieve email at their domain through my machine i.e. pop.mail.customersdomain.com - for them to recieve smtp.mail.customersdomain.com - for them to send I appreciate any help, and apologies to Neo and PxT if this is nothing to do with unix, but you guys on this board have been my last port of call recently for things no one else around me seems to be able to help me with. Cheers! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
See the <A HREF="http://linuxdocs.org/HOWTOs/Virtual-Services-HOWTO.html">Virtual Services HOWTO</A>. You dont say which version of Unix you are running, but most of the information there should apply across the board. Particularly see section 9, on mail & pop services.
|
|
#3
|
|||
|
|||
|
There's no big issue. Main steps: - set up an MX record for each of the customer domains pointing to your mail server; - configure Sendmail on the server to treat these domains as local and to properly rewrite addresses; - run a POP server on your machine; For furhter info: http://sendmail.net/smfaq_virthost.shtml (note that from v8.10 sendmail.cw is called local-host-names) -- dolom -- |
|||
| Google The UNIX and Linux Forums |