nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

about new mail server setup

This is a discussion on about new mail server setup within the Mail Servers forums, part of the Mastering Servers category; Hi All , We are using Exim mail server at present and we are having critical problem in it , ...


Go Back   nixCraft Linux Forum > Mastering Servers > Mail Servers

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 07-18-2007, 11:36 AM
Junior Member
User
 
Join Date: Jun 2007
My distro: Debian
Posts: 15
Rep Power: 0
jhn_daz@yahoo.com is on a distinguished road
Unhappy about new mail server setup

Hi All ,

We are using Exim mail server at present and we are having critical problem in it , now suppose i am installing a q mail on this server , how can shift my existing mails from Exim to q mail , as i am not able to send receive mails from exim mail server and there are thousands of mail in /var/spool/mail directories...

One more question i want to ask is it possible if i am making a new server , as i am having my web site is loaded on one live server and exim mail server is also on this live server , now suppose i want to make a two different server for this is it possible , i am having only one live ip with is bind with my web site domain + plus my exim ..may i need to buy a new live ip ,,,will it work for my same domain ..(abc.com ) I mean if i buy a new live ip may how can i bind it with my company name for my mail service ... ( abc.com) ( As one ip can bind with only one web domain ) ...

John
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-28-2007, 02:12 PM
Junior Member
User
 
Join Date: Dec 2006
Posts: 2
Rep Power: 0
heX0R
Default

What I'm thinking about is you must at least make Exim run for you to be able to flush all deferred mails and sent to its respective recipients before switching to another MTA.

When it comes to user inboxes' messages, your clients can retrieve everything as long as your POP3 is working with its relevant users' authentication mechanism and still accessible through your IP and no messages would be lost. Your POP3 runs independently with your Exim SMTP.

To make both your web and mail service accessible through a single IP, simply request your DNS host to add CNAME( in your domain's DNS zone file. (Showing only here the relevant portions.)

Code:
yourdomain.com.		IN A	10.10.1.2

; Aliases
smtp			CNAME	yourdomain.com.
pop			CNAME	yourdomain.com.
www			CNAME	yourdomain.com.
-------------
Reply With Quote
  #3 (permalink)  
Old 11-01-2007, 10:43 AM
Junior Member
User
 
Join Date: Oct 2007
My distro: Ubuntu
Posts: 2
Rep Power: 0
wmatlock is on a distinguished road
Smile about new mail server setup

John,

Are you using a firewall/gateway? If so then look at the configuration on it to send ports 25, 110, 143 to one internal-ip and port 80 to another internal-ip. I am using a LinkSys Firewall Gateway appliance at work but you could do it with a linux box configured as a gateway. You should not need another external fixed ip.

Rick
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Mail server setup on fedora rajuk Linux software 29 04-24-2008 06:50 PM
Newbie needing help w/Fedora mail server setup Drewsmoken Mail Servers 1 03-28-2008 05:28 AM
script mail setup MAFI Shell scripting 0 03-02-2008 02:03 PM
Remote setup of LAMP server on CentOS 5 satimis Getting started tutorials 2 01-12-2008 11:52 AM
Debian Linux setup a web server w/o CP chiku Linux software 0 12-13-2006 07:28 PM


All times are GMT +5.5. The time now is 03:38 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36