Yes, that probably does equate to me being a bit lazy and seeking the easiest path but needs must.

Code: Select all
Connecting...
Connection: opening to 45.75.xxx.xxx:25, timeout=300, options=array (
)
Connection: opened
SERVER -> CLIENT: 220 mx.obfuscated.com ESMTP Postfix
CLIENT -> SERVER: EHLO tools.wormly.com
SERVER -> CLIENT: 250-mx.obfuscated.com
250-PIPELINING
250-SIZE 133169152
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250-SMTPUTF8
250 CHUNKING
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2020-06-14 23:02:15 SMTP Error: Could not connect to SMTP host.
CLIENT -> SERVER: QUIT
SERVER -> CLIENT: MIA
�Ni`f~D[oޟ/u��
����6�(\>GO?Vz�t�v�#�p='m�t��[s���iq�S�����9oMZܳȂa(rn��J����9Ic݉�F���s��.��Ƭ`�7�{AhčxE�Zi���3.��ܡ���-G:�%W�c$�Lq�d��c]��"�H�C�4!�dȺ=�P~�#�=A���G�,���YY����妌0��ρqbx�)E��"}4i5�$�ڈ?l8&�co'�٬߰�D�Lb�S,C��G��\eik��̸߫��(t�E�R�4�6xݑ�-��=xw7�J�\�A1e��q~�
SMTP ERROR: QUIT command failed: MIA
�Ni`f~D[oޟ/u��
����6�(\>GO?Vz�t�v�#�p='m�t��[s���iq�S�����9oMZܳȂa(rn��J����9Ic݉�F���s��.��Ƭ`�7�{AhčxE�Zi���3.��ܡ���-G:�%W�c$�Lq�d��c]��"�H�C�4!�dȺ=�P~�#�=A���G�,���YY����妌0��ρqbx�)E��"}4i5�$�ڈ?l8&�co'�٬߰�D�Lb�S,C��G��\eik��̸߫��(t�E�R�4�6xݑ�-��=xw7�J�\�A1e��q~�
Connection: closed
2020-06-14 23:02:15 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Message sending failed.
Code: Select all
Jun 15 00:02:15 mx postfix/smtpd[27471]: connect from tools.wormly.com[172.104.20.135]
Jun 15 00:02:15 mx postfix/smtpd[27471]: SSL_accept error from tools.wormly.com[172.104.20.135]: 0
Jun 15 00:02:15 mx postfix/smtpd[27471]: warning: TLS library problem: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:s3_pkt.c:1493:SSL alert number 48:
Jun 15 00:02:15 mx postfix/smtpd[27471]: lost connection after STARTTLS from tools.wormly.com[172.104.20.135]
Jun 15 00:02:15 mx postfix/smtpd[27471]: disconnect from tools.wormly.com[172.104.20.135] ehlo=1 starttls=0/1 commands=1/2
Thanks Henk. Not sure how to check unbound is working correctly but doing an nslookup via localhost resolves external names okay so I assume that means it's doing something properly.henk wrote: 15 Jun 2020 09:27 Hi MattS,
As you did provide minimal details...
Since you are not able to download the GeoIP2 lite database, did you check DNS (Unbound) after the initial install?
(I've done several Efa4 kickstart installations, with the CentOS-7-x86_64-Minimal-1908.iso, without issues.)
I'd been watching with interest, knowing the potential for some pain was fast approaching.pdwalker wrote: 15 Jun 2020 09:53 viewtopic.php?f=5&t=4325
The log files are your friends - check them to make sure there are no weird errors. And enable fail2ban to cut out the unnecessary requests in maillog.
Code: Select all
[root@efa4 ~]# dig -t txt 2.0.0.127.multi.uribl.com
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> -t txt 2.0.0.127.multi.uribl.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57955
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1480
;; QUESTION SECTION:
;2.0.0.127.multi.uribl.com. IN TXT
;; AUTHORITY SECTION:
multi.uribl.com. 195 IN SOA uribl.com. admins.dnswl.org. 1461111961 7200 7200 604800 60
;; Query time: 5 msec
;; SERVER: 10.10.1.1#53(10.10.1.1)
;; WHEN: Tue Jun 16 15:11:05 HKT 2020
;; MSG SIZE rcvd: 106
Code: Select all
[root@efa4 ~]# dig -t txt 2.0.0.127.multi.uribl.com @1.1.1.1
; <<>> DiG 9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6 <<>> -t txt 2.0.0.127.multi.uribl.com @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2522
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;2.0.0.127.multi.uribl.com. IN TXT
;; ANSWER SECTION:
2.0.0.127.multi.uribl.com. 2100 IN TXT "127.0.0.1 -> Query Refused. See http://uribl.com/refused.shtml for more information [Your DNS IP: 108.162.223.80]"
;; Query time: 231 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Tue Jun 16 15:11:20 HKT 2020
;; MSG SIZE rcvd: 205
It was more painful than I wanted it to be, but much less painful than I thought it would be because efa4 takes care of a lot of things automatically that I had to setup manually in efa3.MattS wrote: 15 Jun 2020 12:19I'd been watching with interest, knowing the potential for some pain was fast approaching.![]()