Thats what it was... Wow thanks again Thom I honestly did not remove the dot all I changed in the recorded was the IP However, I did just remove the recorded and recreated it... with the trailing dot. Thank you
Read the read before posting: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
Again? OK.. Code: :/# cat htf_report.txt | more ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** [WARN] could not determine server's ip address by ifconfig [INFO] OS version is Debian GNU/Linux 10 (buster) [INFO] uptime: 16:27:38 up 3 days, 7:16, 2 users, load average: 0.09, 0.22, 0.23 [INFO] memory: total used free shared buff/cache available Mem: 1.7Gi 1.3Gi 95Mi 16Mi 364Mi 290Mi Swap: 1.7Gi 291Mi 1.5Gi [INFO] systemd failed services status: 0 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.2.2 ##### VERSION CHECK ##### [INFO] php (cli) version is 7.3.27-1~deb10u1 ##### PORT CHECK ##### [WARN] Port 22 (SSH server) seems NOT to be listening ##### MAIL SERVER CHECK ##### ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 1971) [INFO] I found the following mail server(s): Unknown process (smtpd) (PID 4144) [INFO] I found the following pop3 server(s): Dovecot (PID 4339) [INFO] I found the following imap server(s): Dovecot (PID 4339) [INFO] I found the following ftp server(s): PureFTP (PID 10333) ##### LISTENING PORTS ##### (only () Local (Address) ***.***.***.***:53 (23630/named) [localhost]:53 (23630/named) [anywhere]:21 (10333/pure-ftpd) [anywhere]:2293 (465/sshd) [localhost]:953 (23630/named) [anywhere]:25 (4144/smtpd) [anywhere]:993 (4339/dovecot) [anywhere]:995 (4339/dovecot) [localhost]:10023 (613/postgrey) [localhost]:10025 (19465/master) [localhost]:10027 (19465/master) [anywhere]:587 (19465/master) [localhost]:11211 (394/memcached) [anywhere]:110 (4339/dovecot) [anywhere]:143 (4339/dovecot) [anywhere]:465 (19465/master) *:*:*:*::*:53 (23630/named) *:*:*:*::*:21 (10333/pure-ftpd) *:*:*:*::*:2293 (465/sshd) *:*:*:*::*:953 (23630/named) *:*:*:*::*:25 (4144/smtpd) *:*:*:*::*:443 (1971/apache2) *:*:*:*::*:993 (4339/dovecot) *:*:*:*::*:995 (4339/dovecot) *:*:*:*::*:10023 (613/postgrey) *:*:*:*::*:3306 (18417/mysqld) *:*:*:*::*:587 (19465/master) [localhost]10 (4339/dovecot) [localhost]43 (4339/dovecot) *:*:*:*::*:8080 (1971/apache2) *:*:*:*::*:80 (1971/apache2) *:*:*:*::*:8081 (1971/apache2) *:*:*:*::*:465 (19465/master) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination f2b-pure-ftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21 f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain f2b-postfix-sasl (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 Chain f2b-pure-ftpd (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0
Dow! OK seems I am getting status=deferred (connect to 127.0.0.1[127.0.0.1]:10026: Connection refused)
Code: systemctl status amavis ● amavis.service - LSB: Starts amavisd-new mailfilter Loaded: loaded (/etc/init.d/amavis; generated) Active: active (exited) since Thu 2021-03-04 00:00:56 GMT; 1 day 23h ago Docs: man:systemd-sysv-generator(8) Process: 19745 ExecStart=/etc/init.d/amavis start (code=exited, status=0/SUCCESS)
Please put output like this in a code block, as described in the read before posting. Can you try restarting amavis, and see if mail comes through? Code: systemctl restart amavis