cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3545
Views
0
Helpful
4
Replies

Multiple Domains on ESA C160

Muhammad Arshad
Level 1
Level 1

Hi All,

My C160 is already cionfigured and working fine with abc@xyz.com domain. Now I want to add another email domain 123@yyy.com to same box. I need your help to know what will be the pre-requisite for this task;

  • MX records need to be created for 123@yyy.com
  • How it will reach to my Ironport Box.
  • Can I asked my ISP to point newly created MX records to existing records pointing towards my Ironport.

I will appreciate your kind support in this regards.

Thanks

1 Accepted Solution

Accepted Solutions

There are typically 2 records in place for mail to flow.  An "A" record and an "MX" record.

Right now it probably looks something like this:

A     smtp.xyz.com     10.20.30.40        86400

MX   xyz.com     smtp.xyz.com     10     10     86400

You can have them add another MX record to point mail for yyy.com to smtp.xyz.com:

MX  yyy.com     smtp.xyz.com     10     10     86400

Then in your ironport go to Network/SMTP Routes, and add a route for the domain so that inbound mail gets to the correct mail server, and got ot Mail Policies/Recipient Access Table and add an entry for the domain and set it to ACCEPT.

View solution in original post

4 Replies 4

There are typically 2 records in place for mail to flow.  An "A" record and an "MX" record.

Right now it probably looks something like this:

A     smtp.xyz.com     10.20.30.40        86400

MX   xyz.com     smtp.xyz.com     10     10     86400

You can have them add another MX record to point mail for yyy.com to smtp.xyz.com:

MX  yyy.com     smtp.xyz.com     10     10     86400

Then in your ironport go to Network/SMTP Routes, and add a route for the domain so that inbound mail gets to the correct mail server, and got ot Mail Policies/Recipient Access Table and add an entry for the domain and set it to ACCEPT.

Thanks Ken for your answer and support.

icksan-nurdian
Level 1
Level 1

Hi I have same case,  our company want to replace existing domain to the new one.

is there any details guide or some of information to do create multiple domain in one appiliance ESA?

Thanks in advance.

 

 

Here's the "short version"

https://www.cisco.com/c/en/us/support/docs/security/email-security-appliance/118215-configure-esa-00.html

If you have mail policies, content filters or message filters based on recipient email address, you'll need to look at those and see if they're appropriate.