Not Solved [Mail] SMTP Server Works but gives "110: Connection timed out" on MyBB
#11
Not Solved
Do you have discord?
⚠️ Transparency:
AI may assist with writing clarity.
Security & Forensics | MyBB Dev | Theme Design
Projects & resources:
Reply
#12
Not Solved
(2026-03-02, 10:04 PM)xxcorrosionxx Wrote: Do you have discord?


Yes I have, will PM you the details.
Reply
#13
Not Solved
testing smtp with telnet
https://www.comparitech.com/net-admin/telnet-smtp-test/
Reply
#14
Not Solved
(2026-03-03, 11:59 AM)HLFadmin Wrote: testing smtp with telnet
https://www.comparitech.com/net-admin/telnet-smtp-test/


Hello, thank you for the guide.

It appears that my telnet client also doesn't get the STARTTLS first?

No clue why the AUTH LOGIN doesn't work.

   
Reply
#15
Not Solved
(2026-03-03, 03:32 PM)dorival Wrote:
(2026-03-03, 11:59 AM)HLFadmin Wrote: testing smtp with telnet
https://www.comparitech.com/net-admin/telnet-smtp-test/


Hello, thank you for the guide.

It appears that my telnet client also doesn't get the STARTTLS first?

No clue why the AUTH LOGIN doesn't work.

openssl s_client -connect mail.neosampa.org:25 -starttls smtp

and then run: 
EHLO neosampa.org
AUTH LOGIN


It should work after TLS is established.
⚠️ Transparency:
AI may assist with writing clarity.
Security & Forensics | MyBB Dev | Theme Design
Projects & resources:
Reply
#16
Not Solved
(2026-03-03, 07:03 PM)xxcorrosionxx Wrote:
(2026-03-03, 03:32 PM)dorival Wrote:
(2026-03-03, 11:59 AM)HLFadmin Wrote: testing smtp with telnet
https://www.comparitech.com/net-admin/telnet-smtp-test/


Hello, thank you for the guide.

It appears that my telnet client also doesn't get the STARTTLS first?

No clue why the AUTH LOGIN doesn't work.

openssl s_client -connect mail.neosampa.org:25 -starttls smtp

and then run: 
EHLO neosampa.org
AUTH LOGIN


It should work after TLS is established.
I noticed you used 25, it didnt connect so I changed the command to

openssl s_client -connect mail.neosampa.org:587 -starttls smtp

and it worked.

Followed the guide and got authenticated.

   
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)