LukeSmithxyz / emailwiz

Script that installs/configures a Dovecot, Postfix, Spam Assassin, OpenDKIM Debian web server
GNU General Public License v3.0
1.82k stars 301 forks source link

Please point your domain (domain.com) to your server's ipv6 address. #312

Closed sokkoban closed 8 months ago

sokkoban commented 9 months ago

Hello, I'm trying to install on ubuntu 22.04 server but get this error: Please point your domain (domain.com) to your server's ipv6 address.

capsload3 commented 9 months ago

Same for me

DarKOrange75 commented 9 months ago

Same for me :-(

sokkoban commented 9 months ago

Here the piece of code that cause this issue:

# Preliminary record checks ipv4=$(host "$domain" | grep -m1 -Eo '([0-9]+\.){3}[0-9]+') [ -z "$ipv4" ] && echo "\033[0;31mPlease point your domain ("$domain") to your server's ipv4 address." && exit 1 **ipv6=$(host "$domain" | grep "IPv6" | awk '{print $NF}') [ -z "$ipv6" ] && echo "\033[0;31mPlease point your domain ("$domain") to your server's ipv6 address." && exit 1**

Must be disabled or commented

DarKOrange75 commented 9 months ago

Thank you.

LukeSmithxyz commented 8 months ago

The actual solution is to follow the directions and "Point your domain to your server's IPv6 address."

paulfrische commented 3 months ago

The actual solution is to follow the directions and "Point your domain to your server's IPv6 address."

I have the same issue (on linode) and I have set the same records for IPv4 and IPv6. Whois seems to recognize them but the "host" command doesn't (;; communications error to ::1#53: connection refused). haven't set any firewall whatsoever