DA how to enable ipv6 in exim service

staff_nowa

Verified User
Joined
Mar 10, 2018
Messages
122
Location
Vilnius
Hi. I have one DA with versioin 1.46.2 and now I try to enable ipv6.

Code:
netstat -tulp | grep exim
returns

Code:
tcp        0      0 *:submission                *:*                         LISTEN      15413/exim          
tcp        0      0 *:urd                       *:*                         LISTEN      15413/exim          
tcp        0      0 *:smtp                      *:*                         LISTEN      15413/exim          
tcp        0      0 *:submission                *:*                         LISTEN      15413/exim          
tcp        0      0 *:urd                       *:*                         LISTEN      15413/exim          
tcp        0      0 *:smtp                      *:*                         LISTEN      15413/exim

in /etc/exim.conf I do not have disable_ipv6=true at all.

directadmin.conf enabled ipv6=1
 
Hello,

Do you have IPv6 on an interface at all?

Code:
ifconfig
?

do you have IPv6 disabled?

Code:
sysctl -a | grep disable_ipv6
?
 
@zEitEr - maybe I need to build exim conf in custom build 1.2 after change directadmin.conf file?
 
Back
Top