HOW TO DISABLE IPV6 IN EXIM VESTACP

October 21, 2015   /   by Marco  / Categories :  Google, Websites
exim.conf disable ipv6

Strangely, today an email delivery failed and I decided to investigate further. The email subject was “Mail delivery failed: returning message to sender

The content in the bounced email was:

This message was created automatically by mail delivery software.
 
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
 
emailaddress@domain.com
(ultimately generated from xxx@domain.com)
SMTP error from remote mail server after end of data:
host ASPMX.L.GOOGLE.COM [ipv6 address]:
550-5.7.1 [ipv6 address] Our system has detected that this message does
550-5.7.1 not meet IPv6 sending guidelines regarding PTR records and
550-5.7.1 authentication. Please review
550-5.7.1  https://support.google.com/mail/?p=ipv6_authentication_error for more
550 5.7.1 information. z10si11396270par.118 - gsmtp

 

I’m using VPS hosting with VESTACP and it currently doesn’t support IPV6. However, for some strange reason EXIM (the mail transfer agent) is using IPV4 and also IPV6. I checked this by running the command:

lsof -Pni | grep exim

 

EXIM IPv6 check

What I needed to do was disable IPv6 from EXIM so after some research all I had to do was go into etc/exim/exim.conf  and add the following line:

disable_ipv6 = true

 

exim.conf disable ipv6

Save the file and then restart exim by using the following command:

service exim restart

 

Then check to make sure exim is no longer using IPV6 by using the command:

lsof -Pni | grep exim

exim.conf disable ipv6 after change

You will now see that IPv6 is no longer listed.

RESOURCES
List of resources related to this article:

VESTACP – Open Source Free Control Panel

EXIM – Information about Exim email mailer

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


TOP USEFUL LINKEDIN TOOLS THAT WILL HELP YOU STAY CONNECTED WITH YOUR CLIENTS

TOP USEFUL LINKEDIN TOOLS THAT WILL HELP YOU STAY CONNECTED WITH YOUR CLIENTS

While LinkedIn is mainly known as a business social network, it’s much more than that. It’s a go-to place for professionals to stay connected with past colleagues and friends, a place to find jobs, and a place to find clients. It is an essential tool for networking with others in the professional world. In addition […]

read more
HOW TO CONVERT YOUTUBE VIDEO SHORTS TO NON YOUTUBE SHORTS

HOW TO CONVERT YOUTUBE VIDEO SHORTS TO NON YOUTUBE SHORTS

Have you tried uploading your captured videos straight from your phone to YouTube? Have you noticed that some of your videos have been automatically been tagged as SHORTS. There are a few ways to make sure this does not happen and most importantly, you just have to make sure you don’t record your videos in […]

read more

Like our Page