1828867 Members
2597 Online
109985 Solutions
New Discussion

Mail server problem

 
ritvi
Occasional Contributor

Mail server problem

Hi guys,
I currently have Lotus Domino Mail server ( R6 ) and http server running on the same. My ip address is X.X.X.70 which is a live ip with a MX record.

My MX record is as below:

; <<>> DiG 9.2.2 <<>> kribhcosurat.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15630
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;kribhcosurat.com. IN A

;; ANSWER SECTION:
kribhcosurat.com. 1405 IN A 59.163.186.70

;; AUTHORITY SECTION:
kribhcosurat.com. 1405 IN NS dns1.vsnl.com.
kribhcosurat.com. 1405 IN NS dns2.vsnl.com.

;; ADDITIONAL SECTION:
dns1.vsnl.com. 86400 IN A 202.54.117.15
dns2.vsnl.com. 86400 IN A 202.54.12.162

;; Query time: 67 msec
;; SERVER: 202.54.1.30#53(202.54.1.30)
;; WHEN: Sun Jun 5 19:16:07 2005
;; MSG SIZE rcvd: 125

I want to install a new Mail server running on RHEL 3 ES with Postfix+MailScanner+ClamAV+spamassassin as described in your website. this mail server will have a live ip address 59.163.186.66. I want to keep both mail server running but only have 1 MX record on 59.163.186.70.

i have a user account deep in lotus domino Mail server, and i have a account vijay in Linux Post fix account. if a person sends a mail to vijay@kribhcosurat.com in that case which of my mail server would recieve the mail? if one of my server receives the mail but the user dose not exist on that server and exists on the other server wihat will happen to that mail?

Do i need one more MX records ? do i need another domain ???
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Mail server problem

MX record: I'd say yes, you need a secondary to make the Linux Postfix box able to receive mail.

I would make sure the users exist on both servers because if the user is on the Domino box and not the Linux box and the Linux box receives the mail, and it doesn't have the user it will reject the mail, not forward it to the Domino box.

In that very same scenario if there was a .forward record and a user, the mail could be pushed onto the Domino box.

Another domain would allow you the flexibility to have two user sets and not have mail rejected. I'm not sure its a requirement but it could provide you the flexibility you need to pull this off.

SEP
http://www.isnamerica.com/contactsep.shtml
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bejoy C Alias
Respected Contributor

Re: Mail server problem

Yes SEP is correct .You need two MX records , if u r going to use both the servers online and both of the servers should have the users configured...
In case u r using sendmail in ur linux server ( i dont know about postfix ) u can have ur aliases configured in such a way that the mails will be forwared to the domino server , then there is no need of adding those users in ur linux box. But whether to configure this will depend on ur situation ..
BTW.. i am already getting two mx records for ur domain
;kribhcosurat.com. IN MX

;; ANSWER SECTION:
kribhcosurat.com. 86365 IN MX 20 mail2.kribhcosurat.com.
kribhcosurat.com. 86365 IN MX 10 mail1.kribhcosurat.com.

;; AUTHORITY SECTION:
kribhcosurat.com. 86393 IN NS dns2.vsnl.com.
kribhcosurat.com. 86393 IN NS dns1.vsnl.com.

;; ADDITIONAL SECTION:
mail1.kribhcosurat.com. 86365 IN A 59.163.186.66
mail2.kribhcosurat.com. 86365 IN A 59.163.186.70
Be Always Joy ......
ritvi
Occasional Contributor

Re: Mail server problem

Hey,
Thanx for ur reply well in our case we have registered a new MX record as what you can see.
We've come to conclusion that Lotus Domino Notes (R6) will be in front now coz it has an option of Smart Host so if it dosent have the user in Lotus it will forward to Postfix.
Thanx any ways
cheers!!!!