Hi. Debian 11 and last release hestia.
I have domain “mysite.com” and add to dns A-record “isp.mysite.com”
before install hestia I make apt_get update and apt-get upgrade. Later I make
apt install systemd-timesyncd
and
sudo bash hst-install.sh --port '8063' --lang 'en' --hostname 'isp.mysite.com' --apache yes --phpfpm yes --multiphp yes --vsftpd yes --proftpd no --named yes --mysql yes --mysql-classic no --postgresql no --exim yes --dovecot no --sieve no --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --api yes --interactive yes --force no
I dont use email on my server and add exim for send different notifications from my server (also I block smtp on firewall)
But I got error from exim “remote host address is the local host: isp.mysite.com” and frozen.
I login to hestia, under admin account I see isp.mysite.com web domain. I add isp.mysite.com as mail domain and add [email protected] as email account.
Also I add spf record for dns “isp.mysite.com” and message send success.
Did I do everything right or should I have solved the problem differently?