Panormitis
Verified User
- Joined
- Sep 13, 2014
- Messages
- 42
When doing a "telnet localhost 25" Exim accepts connections just fine.
However, when doing "telnet localhost6 25" or "telnet ::1 25" I get a "Connection Refused" error.
It seems Exim listens to ports 25, 587 & 465, but only for IPv4 addresses.
The ports are open in ip6tables and Exim is compiled with IPv6 support (verified by "exim -bV | grep Support"), but Exim refuses IPv6 connections.
Any ideas?
Should I change something in exim.conf to allow IPv6 connections?
In case it matters, it's a CentOS 6 system.
However, when doing "telnet localhost6 25" or "telnet ::1 25" I get a "Connection Refused" error.
It seems Exim listens to ports 25, 587 & 465, but only for IPv4 addresses.
The ports are open in ip6tables and Exim is compiled with IPv6 support (verified by "exim -bV | grep Support"), but Exim refuses IPv6 connections.
Any ideas?
Should I change something in exim.conf to allow IPv6 connections?
In case it matters, it's a CentOS 6 system.