mail exchange


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mail exchange
# 1  
Old 05-01-2001
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!
alwayslearningunix
# 2  
Old 05-01-2001
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  
Old 05-01-2001

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 --
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Postfix Gateway with Exchange Mail With MX back-up

Hello, We have been looking for ways of implementing some redundancy on our postfix gateways in our company. We have 4 Postfix Gateways. mail2.domain.ro 10 mail.domain.ro 20 mail1.domain.ro 30 mail3.domain.ro 40 On nslookup we have like this: domain.ro MX preference = 10,... (0 Replies)
Discussion started by: panaitescuionel
0 Replies

2. HP-UX

[Solved] How do I configure Unix Mail Server to use another Mail Exchange Server

We have configured our mail unix server and can send out emails automatically from applications running on unix to different people in our company as well as outside our company. However there is an outside client who is not receiving these emails because the settings on their mail server cannot... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

3. Red Hat

Send mail from redhat box to exchange server

we have an exchange server in company as excmailbocx.company.com i wanna send mail using sendmail from redhat to my exchange mail account how can it be possible? (1 Reply)
Discussion started by: oguzhantrg
1 Replies

4. UNIX for Dummies Questions & Answers

Mail Exchange Server

I've got a question regarding setting up mail between two unix boxes. Is it possible to setup two boxes conected via a hub and allow them to send mail using the Netscape Messenger. I know that I can be done so using the UNIX sendmail but I need to connect them via Messenger as my ultimate goal is... (0 Replies)
Discussion started by: GlockCW
0 Replies

5. UNIX for Advanced & Expert Users

Solaris Mail Client & MS Exchange

Is it possible to configure the Solairs (2.6) mail client to get it's email from an MS Exchange server ? If so can soemone point me in the right direction. Thanx :confused: (5 Replies)
Discussion started by: ianf
5 Replies
Login or Register to Ask a Question