Hello all - I have tried to set up stunnel to send emails through gmail from a 
legacy device that can only send to port 25.  But I'm having no success.  My 
config file seems correct, as it matches config files posted by others who 
appear able to send through gmail.  This is what it looks like:

output = stunnel-log.txt
debug = 7
Taskbar = yes

[gmail-imap]
client = yes
accept  = 143
connect = imap.gmail.com:993
verifyChain = yes
CAfile = ca-certs.pem
checkHost = imap.gmail.com
OCSPaia = yes

[gmail-smtp]
client = yes
accept  = 25
connect = smtp.gmail.com:465
verifyChain = yes
CAfile = ca-certs.pem
checkHost = smtp.gmail.com
OCSPaia = yes

I originally thought the problem was gmail's recent new security features, 
requiring app-passwords for apps that do not support gmail's latest security 
features.  So I set up an app-password for use by stunnel but that didn't work, 
either.  So I then turned on "allow less secure apps" in gmail and used the 
account's original password (not the app-password).  But even that doesn't 
work.  So I'm at a total loss and can't think of anything else to do.  Can 
anyone assist?  

Many thanks.
_______________________________________________
stunnel-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to