Not receiving emails in roundcube

apt install resolvconf
echo 'nameserver 8.8.8.8' >> /etc/resolvconf/resolv.conf.d/head
resolvconf -u
systemctl restart resolvconf

After that check again /etc/resolv.conf

cat /etc/resolv.conf

4 Likes