Directadmin is not email

xvilo

Verified User
Joined
Jun 7, 2015
Messages
17
Directadmin is not sending email

Hi,

Wanted to reset a user's password but the email is not being send out for some reason!
Checked spam. All inboxes and even added multiple adresses.

Hope somebody could help me out asap!

Thanks,

Sem
 
Last edited:
Alright guys! Thanks for replies. Finally found it out by myself!
Turns out, server was sending from a IPV6 adress.. never did that before, and gmail was not accepting it because ipv6 wasn't configured. Disbaled IPV6 on the server for now... Not using it anyway.

Proper way of disabling IPv6 subsytem in RedHat Linux 6 / CentOS 6 (dont unload modules or so)

in /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6 = 1

in /etc/sysconfig/network : NETWORKING_IPV6=no

in /etc/sysconfig/network-scripts/ifcfg-eth0 : IPV6INIT=”no”

disable iptables6 – chkconfig –level 345 ip6tables off

reboot

done ��

PS: if you have more eth interfaces, use brain ��

Source: http://blog.acsystem.sk/linux/rhel-6-centos-6-disabling-ipv6-in-system
 
Back
Top