| Linode Forum https://forum.linode.com/ |
|
| Setup Email server. Clients can receive but not send emails https://forum.linode.com/viewtopic.php?f=11&t=10101 |
Page 1 of 1 |
| Author: | a2ron44 [ Tue May 21, 2013 9:39 pm ] |
| Post subject: | Setup Email server. Clients can receive but not send emails |
I have followed the guide: https://library.linode.com/email/postfix/dovecot-mysql-ubuntu-10.04-lucid to setup a postfix email server. Client works great with TLS security on inbound, but outbound always get a "SMPT Server has no response" (or similar message). Is there some special step to take in order to try and send email from this email server. I am using a client from home/phone, not on the local server itself. Any help? |
|
| Author: | Vance [ Wed May 22, 2013 12:55 am ] |
| Post subject: | Re: Setup Email server. Clients can receive but not send em |
If you run the following on your Linode, what log messages show up in /var/log/mail.log? (Make sure you pick a destination address that is external; i.e., not one that your Linode receives mail for.) Code: /usr/sbin/sendmail -ti <<EOT |
|
| Author: | a2ron44 [ Wed May 22, 2013 6:38 pm ] |
| Post subject: | Re: Setup Email server. Clients can receive but not send em |
That command worked from the server. Below is the output. I guess, my new question is, how can I get my external client to connect to the outbound mail server securely? Code: May 22 18:35:21 raidZend postfix/pickup[6593]: 8B09679039: uid=0 from=<root> |
|
| Author: | Vance [ Wed May 22, 2013 11:16 pm ] |
| Post subject: | Re: Setup Email server. Clients can receive but not send em |
Ah, this sounds like more of a Dovecot problem. I'm not very familiar with that. I would suggest trying to send something from your mail client and checking the logs (not sure if Dovecot logs to mail.log or somewhere else). You may want to see if something is even listening for client connections on port 587 (netstat -lvpnut | grep 587 should return an entry with "0.0.0.0:587" and/or ":::587"). Next would be to make sure your firewall allows traffic to that port. |
|
| Author: | a2ron44 [ Thu May 23, 2013 9:57 am ] |
| Post subject: | Re: Setup Email server. Clients can receive but not send em |
I will keep looking! Thanks for the help |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|