View previous topic :: View next topic |
Author |
Message |
genfive Apprentice
Joined: 10 Nov 2005 Posts: 291
|
Posted: Wed Jul 12, 2006 5:52 pm Post subject: no response from smtp.gmail.com |
|
|
I was trying to debug why my home linux box can't relay emails to the gmail server, and used openssl to see what happens. Here is what I got, but i am not sure if this is normal:
mybox# openssl s_client -starttls smtp -connect smtp.gmail.com:465
CONNECTED(00000003)
EHLO
basically, there is no response from the server. is this normal due to their security measure? or am I missing something? |
|
Back to top |
|
|
chrismortimore l33t
Joined: 03 Dec 2005 Posts: 721 Location: Edinburgh, UK
|
Posted: Wed Jul 12, 2006 6:07 pm Post subject: |
|
|
I didn't think that they used TLS. I use smtp.googlemail.com:465 using SSL, and that works fine (used it 10 minutes ago).
EDIT: Running "openssl s_client -connect smtp.gmail.com:465" works fine. _________________ Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB |
|
Back to top |
|
|
genfive Apprentice
Joined: 10 Nov 2005 Posts: 291
|
Posted: Wed Jul 12, 2006 6:38 pm Post subject: |
|
|
chrismortimore wrote: | I didn't think that they used TLS. I use smtp.googlemail.com:465 using SSL, and that works fine (used it 10 minutes ago).
EDIT: Running "openssl s_client -connect smtp.gmail.com:465" works fine. |
I did that and it seemed to be fine. until I do MAIL FROM, and it asks me to do an authentications first. By reading something else from the Internet, it seems that I need to starttls for the authentication. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|