Notes
How to disable IPv6 in Exim4 on Debian
# disable IPv6
disable_ipv6 = true
dns_ipv4_lookup = *
add this to the beginning of /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
, update configuration, and restart the service.
# disable IPv6
disable_ipv6 = true
dns_ipv4_lookup = *
add this to the beginning of /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
, update configuration, and restart the service.