Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue May 21, 2013 9:39 pm 
Offline
Newbie

Joined: Sun Mar 13, 2011 5:31 pm
Posts: 4
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?


Top
   
PostPosted: Wed May 22, 2013 12:55 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
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
To: someone@example.com
Subject: testing

This is just a test.
EOT


Top
   
PostPosted: Wed May 22, 2013 6:38 pm 
Offline
Newbie

Joined: Sun Mar 13, 2011 5:31 pm
Posts: 4
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>
May 22 18:35:21 raidZend postfix/cleanup[6962]: 8B09679039: message-id=<20130522223521.8B09679039@raidZend.raidgroupllc.com>
May 22 18:35:21 raidZend postfix/qmgr[31985]: 8B09679039: from=<root@raidZend.raidgroupllc.com>, size=346, nrcpt=1 (queue active)
May 22 18:35:21 raidZend postfix/smtp[6965]: 8B09679039: to=<a2ron44@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.134.26]:25, delay=0.39, delays=0.03/0.01/0.02/0.34, dsn=2.0.0, status=sent (250 2.0.0 OK 1369262121 d10si3397320yhd.192 - gsmtp)
May 22 18:35:21 raidZend postfix/qmgr[31985]: 8B09679039: removed


Top
   
PostPosted: Wed May 22, 2013 11:16 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
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.


Top
   
PostPosted: Thu May 23, 2013 9:57 am 
Offline
Newbie

Joined: Sun Mar 13, 2011 5:31 pm
Posts: 4
I will keep looking! Thanks for the help


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


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

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group