This is the only error I am receiving when I try to send an email from my mail server to an outside server.
Here is my log:
8/1 09:24:14a 0000 SEND Message #34 (12 of 12) from 'SYS64738' #1 to <nunya.bizness@gmail.com>
8/1 09:24:14a 2184 SEND connecting to port 587 on mail.synchro.net [71.95.196.36]
8/1 09:24:17a 2184 SEND/TLS [mail.synchro.net] WARNING 'Bad/unrecognized data format' (-32) setting session active
8/1 09:24:17a 2184 SEND connecting to port 587 on mail.synchro.net [71.95.196.36]
8/1 09:24:17a 2184 SEND Successfully sent message #34 (0 bytes, 0 lines) from 'SYS64738' #1 to 'nunya.bizness@gmail.com' nunya.bizness@gmail.com
8/1 09:24:18a 0000 SEND Auto-exempting: <nunya.bizness@gmail.com>
Any ideas?
That's a warning, not an error. You're still sending successfully, just not using TLS.
--
digital man (rob)
That's a warning, not an error. You're still sending successfully, just not using TLS.
--
digital man (rob)
That's a warning, not an error. You're still sending successfully, just not using TLS.
--
digital man (rob)
Plus, I always get this error email:
From: Mail Delivery Subsystem <VERT!Mail.Delivery.Subsystem@geo.synchro.net> on Thursday, August 01, 2024 16:56:00
Subject: Delivery failure: Testy
TZ: fed4
cvs.synchro.net reporting delivery failure of message
from SYS64738 to Martin.rayburn@gmail.com
Reason:
gmail-smtp-in.l.google.com replied with:
"550 5.7.26 https://support.google.com/mail/answer/81126#authentication d9443c01a7336-1ff58f43d87si5752585ad.195 - gsmtp"
instead of the expected reply:
"250 ..."
That link is telling you that gmail requires the sender have a correct SPF record. geo.synchro.net does not have an SPF record:
$ host -t TXT geo.synchro.net
geo.synchro.net descriptive text "GeoSync"
Compare that with the synchro.net hostname (which *can* send mail to gmail, from the same servers):
$ host -t TXT synchro.net
synchro.net descriptive text "v=spf1 mx a -all"
--
digital man (rob)
That link is telling you that gmail requires the sender have a correct SPF record. geo.synchro.net does not have an SPF record:
$ host -t TXT geo.synchro.net
geo.synchro.net descriptive text "GeoSync"
Compare that with the synchro.net hostname (which *can* send mail to gmail, from the same servers):
$ host -t TXT synchro.net
synchro.net descriptive text "v=spf1 mx a -all"
--
digital man (rob)
What do you suggest I do to make it work correctly?
Re: SEND/TLS [mail.synchro.net] WARNING 'Bad/unrecognized data format' (-
By: SYS64738 to Digital Man on Thu Aug 01 2024 08:03 pm
Create an SPF TXT record for your DNS entry, per https://wiki.synchro.net/module:dyndns
--
digital man (rob)
So far still not working.
Re: SEND/TLS [mail.synchro.net] WARNING 'Bad/unrecognized data format' (-
By: SYS64738 to Digital Man on Fri Aug 02 2024 01:04 am
So far still not working.
$ host -t txt geo.synchro.net
geo.synchro.net descriptive text "GeoSync"
Yup, you haven't updated your DNS record on vert. No surprise it's "still not working". Maybe try some diagnostic steps?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 408 |
Nodes: | 16 (2 / 14) |
Uptime: | 22:40:58 |
Calls: | 8,560 |
Calls today: | 12 |
Files: | 13,219 |
Messages: | 5,926,601 |
Posted today: | 1 |