How to Change Exim SMTP IP Address on Linux Server?

How to Change  Exim SMTP IP Address on Linux Server:

You can change the IP address that exim uses to send mail by changing the following in my exim.conf a follows:

remote_smtp:
driver = smtp

to:

remote_smtp:
driver = smtp
interface = 123.123.123.123

Resolution :

In WHM on Exim Configuration Editor, rewrite two routers, There is an edit box bellow “ROUTERS CONFIGURATION”, Box is before “lookuphost” router,
Put these lines to that box:

(7th box from top in exim configuration)

Quote:
mylookuphost:
driver = dnslookup
condition = “${perl{checkspam}}”
domains = ! +local_domains
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : 64.94.110.0/24
headers_add = “${perl{mailtrapheaders}}”
transport = my_remote_smtp

myliteral:
driver = ipliteral
condition = “${perl{checkspam}}”
domains = ! +local_domains
headers_add = “${perl{mailtrapheaders}}”
transport = my_remote_smtp

Then move down to “TRANSPORTS CONFIGURATION”, On edit box there (just up the remote_smtp transporter)
put these lines:

(12th box from top in exim configuration)
Quote:
my_remote_smtp:
driver = smtp
interface = 72.29.75.244
This will be permanent and will not change by CPanel updates.

  • Email, SSL
  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

How to configure my FTP client ( Filezilla FTP client ) to upload and download files?

a)      Login to CPanel of your websiteb)      Click on FTP Accounts under Files...

How to assign a dedicated IP to a website?

Log in to the Plesk Server Administration Panel. Click on Subscriptions. Click on the domain...

How do I access phpmyadmin through CPanel?

a)      Login to cpanel of your website b)      Scroll down and locate the icon of...

How do I add a Parked domain for my website in CPanel?

a)      Login to CPanel of your websiteb)      Search for the Parked domains option and...

How do I delete the subdomain in CPanel?

a)      Login to CPanel and click on subdomainsb)      You should see a list of...