1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 22:55:46 -04:00
parent 1683bb46eb
commit cde1e84f98

View File

@ -43,18 +43,17 @@ install:
- sudo ./setup/start.sh -v - sudo ./setup/start.sh -v
script: script:
- sudo sed -i 's|-d|-d -4 -a 0.0.0.0@5053 -p 5053 -c /etc/nsd/nsd.conf|' /etc/systemd/system/multi-user.target.wants/nsd.service - sudo sed -i 's|-d|-d -6 -N 1 -n 1|' /etc/systemd/system/multi-user.target.wants/nsd.service
- sudo systemctl daemon-reload - sudo systemctl daemon-reload
- sudo sed -i 's/ip-address\(.\).*/&\n port\1 5053/' /etc/nsd/nsd.conf
- sudo systemctl restart nsd - sudo systemctl restart nsd
- sudo systemctl status -l nsd - sudo systemctl status -l nsd
- sudo cat /var/log/nsd.log - sudo cat /var/log/nsd.log
- sudo cat /etc/nsd/nsd.conf - sudo cat /etc/nsd/nsd.conf
- sudo nsd-checkconf -o port /etc/nsd/nsd.conf - sudo nsd-checkconf -o port /etc/nsd/nsd.conf
- sudo nsd-checkconf -o ip-address /etc/nsd/nsd.conf
- sudo cat /etc/systemd/system/multi-user.target.wants/nsd.service - sudo cat /etc/systemd/system/multi-user.target.wants/nsd.service
- sudo tail -100 /var/log/syslog - sudo tail -100 /var/log/syslog
- sudo ps -efww - sudo ps -efww | grep nsd
- sudo ss -lp "sport = 8952" - sudo ss -lp "sport = 8952"
- sudo ss -lp "sport = :domain" - sudo ss -lp "sport = :domain"
- sudo ss -lp "sport = 5053"
- sudo ./tests/runner.sh -dumpoutput -no-smtp-remote - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote