[PROBLEM] Configure Multiple SMTP mode

How to copnfigure multiple SMTP mode

To configure multiple smtp mode or hardcode

Details

The steps are:-

login to MN5 | go to system setting | smtp out | relaying route |
add new domain "nichicon.co.jp" and ip 210.161.130.103 | make sure you save the setting.

*the above domain name is example only.

If you have difficulty of sending mail to specific recipient, you can try this method.



Below is the sample error that show "Failed to resolved mx record".

----- Original Message -----
From: Delivery Subsystem
To: yusniza@xxx.com.my
Sent: Monday, July 09, 2012 9:27 PM
Subject: Undeliverable mail notification (Code:1004)
 
The email you sent below was not delivered successfully.
 
Subjec     xxxxx (NEW ADVA)

Sender     yusniza@xxx.com.my

Recipient  : richard.smith@newadvg.com, david.y@newadvg.com

Reason    : This mail has been attempted to be delivered too many times (6) but still failed to be delivered. We are giving up. The last attempt failed with the following error message: Failed to resolve this domain's MX records                         



Please follow the steps below to do simple troubleshooting:

1. Go to http://www.mxtoolbox.com/ to search the mx whether ok or not, possible that the domain expired.

2. Update your DNS ip address to Google public DNS in your computer, 8.8.8.8 or 8.8.4.4.

3. Go to command prompt | nslookup - 8.8.8.8
    set q=mx
    xxxx.com.my  <-- xxxx represent the domain name ENTER

4. After you have found the mx | do telnet via port 25 | possible that the port is down due to server error.

5. go to command prompt | telnet mail.xxxx.com.my 25 ----> xxxx represent the domain name.

6. If the domain still failed, try the method below:-
    a. go to mailnow | system setting | smtp out | relaying routes | add new | key in the domain and the ip address that you found in mxtoolbox.com | save | send test mail.



Result:-

2012-07-11 10:53:40 Info Sending to the following recipients: david.y@newadvg.com
2012-07-11 10:53:40 Info MX: 207.106.156.26, 207.106.156.26, 173.65.167.106, 173.65.167.106
2012-07-11 10:53:40 Debug Relaying to 207.106.156.26:25, username: , password: xxx
2012-07-11 10:53:40 Debug R:220 mail.newadvg.com ESMTP (2921afa37415413a449c263a1119393f)
2012-07-11 10:53:40 Debug S:HELO mail.xxxx.com.my
2012-07-11 10:53:41 Debug R:250 mail.newadvg.com Hello mail.xxxx.com.my [61.4.xxx.xxx], 
pleased to meet you
2012-07-11 10:53:41 Debug Connection to remote server opened successfully
2012-07-11 10:53:41 Debug S:MAIL FROM: <ehtan@xxxx.com.my>
2012-07-11 10:53:41 Debug R:250 Sender <ehtan@xxxx.com.my> OK
2012-07-11 10:53:41 Debug S:RCPT TO: <david.y@newadvg.com>
2012-07-11 10:53:41 Debug R:250 Recipient <david.y@newadvg.com> OK
2012-07-11 10:53:41 Debug S:DATA
2012-07-11 10:53:42 Debug R:354 Start mail input; end with <CRLF>.<CRLF>
2012-07-11 10:53:42 Debug R:250 Ok: queued as F265B2AF8E1
2012-07-11 10:53:42 Debug S:QUIT
2012-07-11 10:53:42 Debug R:221 mail.newadvg.com Goodbye mail.xxx.com.my, closing connection
2012-07-11 10:53:42 Debug Connection to remote server closed successfully
2012-07-11 10:53:42 Info Mail successfully delivered to 207.106.156.26:25