Re: Troubleshooting SMTP Send Failed
Posted: Thu Aug 17, 2023 10:31 pm
Ragtop wrote:
> Ok I think I understand. The module was written to meet the login standards
> at the time. Those standards have changed since then so it no longer works.
> I'm fine with that. My main concern was whether I need to continue trying
> to get it to work. There's nothing I can do from my end to fix it until a
> new module is written. Is that correct? Again, not complaining. Just making
> sure I understand what you're saying.
not at all. mine works just fine. i tested it 3 different ways and it sent and received email on all 3 occasions.
without knowing exactly whom you are relaying through, what their rules are, and what config you are
using to route to them i cannot say for sure the module is the issue at hand. smtp is a quite simple process
so rewriting for newer technologies is ideal but the one in place now works and handles email without a
hitch. i tested this using comcast home, comcast business, verizon fio business, shentel cable business, and
my own smtp relay server running synchronet smtp server version 1.12 for both win and linux (win7 and debian)
in all my setups all i did was select YES to USESMRT set the smarthost to the smtp server address of the relay server
i wanted to use and the only thing that differed here were the credentials and port number. some block off 25 and
require 587 or 487 some do not require authentication at all.
in jacksonville there is spectrum, at&t, and xfinity. while i have never dealt with the first 2 xfinity has 2 methods....
home accounts must authenticate via smtp.comcast.net on port 587 (25 is open but blocked from relay traffic)
business accounts do not require auth if coming from a static ip within their network (non static see above)
so for your setup if using xfinity home internet...
USESMRT=YES
Smarthost: smtp.comcast.net
PortNumber: 587
UseAuth=YES
Login: xxxxxxxxx@comcast.net
Password: xxxxxxxxx
go online send an email to IN:somename@somedomain.com and watch the audit trail, it should say success. if not it will give you a coded error like 550 or something.
keep in mind i have never tested this via major bbs v10, i run a custom core version 3.12 bbs and have yet to really dig into mbbsv10 as of yet.
one thing you could do is install a baseline ver 3.20 worldgroup server, set the galsmtp up, see if it gives you any issues, this will let me know if i need to tweak anything for mbbs10 compatibility.
> Ok I think I understand. The module was written to meet the login standards
> at the time. Those standards have changed since then so it no longer works.
> I'm fine with that. My main concern was whether I need to continue trying
> to get it to work. There's nothing I can do from my end to fix it until a
> new module is written. Is that correct? Again, not complaining. Just making
> sure I understand what you're saying.
not at all. mine works just fine. i tested it 3 different ways and it sent and received email on all 3 occasions.
without knowing exactly whom you are relaying through, what their rules are, and what config you are
using to route to them i cannot say for sure the module is the issue at hand. smtp is a quite simple process
so rewriting for newer technologies is ideal but the one in place now works and handles email without a
hitch. i tested this using comcast home, comcast business, verizon fio business, shentel cable business, and
my own smtp relay server running synchronet smtp server version 1.12 for both win and linux (win7 and debian)
in all my setups all i did was select YES to USESMRT set the smarthost to the smtp server address of the relay server
i wanted to use and the only thing that differed here were the credentials and port number. some block off 25 and
require 587 or 487 some do not require authentication at all.
in jacksonville there is spectrum, at&t, and xfinity. while i have never dealt with the first 2 xfinity has 2 methods....
home accounts must authenticate via smtp.comcast.net on port 587 (25 is open but blocked from relay traffic)
business accounts do not require auth if coming from a static ip within their network (non static see above)
so for your setup if using xfinity home internet...
USESMRT=YES
Smarthost: smtp.comcast.net
PortNumber: 587
UseAuth=YES
Login: xxxxxxxxx@comcast.net
Password: xxxxxxxxx
go online send an email to IN:somename@somedomain.com and watch the audit trail, it should say success. if not it will give you a coded error like 550 or something.
keep in mind i have never tested this via major bbs v10, i run a custom core version 3.12 bbs and have yet to really dig into mbbsv10 as of yet.
one thing you could do is install a baseline ver 3.20 worldgroup server, set the galsmtp up, see if it gives you any issues, this will let me know if i need to tweak anything for mbbs10 compatibility.