| Linode Forum https://forum.linode.com/ |
|
| SMTP with Google Apps not connecting https://forum.linode.com/viewtopic.php?f=11&t=6211 |
Page 1 of 1 |
| Author: | mattryan29 [ Sat Oct 30, 2010 12:28 pm ] |
| Post subject: | SMTP with Google Apps not connecting |
Hey all, I'm running an application that requires SMTP to send emails via port 465 with SSL authentication. I checked in /etc/services and saw SSMTP available on that port... Not sure why I still can't connect. Any help would be greatly appreciated! Thank you! |
|
| Author: | jed [ Sat Oct 30, 2010 1:15 pm ] |
| Post subject: | Re: SMTP with Google Apps not connecting |
mattryan29 wrote: I checked in /etc/services and saw SSMTP available on that port...
/etc/services is a static list of official names for ports--not any indication of what's going on. You probably want: Code: netstat -l You have Google Apps in the thread title, so I'm not sure why you're hitting your Linode. Can you elaborate on your setup? |
|
| Author: | mattryan29 [ Sat Oct 30, 2010 3:23 pm ] |
| Post subject: | |
My setup consists of Ubuntu 10.4, apache2, php, and mysql. The application thats not working properly attempts to send mail via smtp. But the connection is never made. netstat -l produces the following Code: Active Internet connections (only servers) |
|
| Author: | obs [ Sat Oct 30, 2010 7:02 pm ] |
| Post subject: | |
Your netstat shows smtp and ssmtp so something's listening. What's your email server and does your /var/log/mail.log show anything useful. |
|
| Author: | mattryan29 [ Sun Oct 31, 2010 10:05 am ] |
| Post subject: | |
Ok really crazy... it wouldn't work with opt code caching enabled. All good now. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|