Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Mar 28, 2013 6:25 pm 
Offline
Senior Newbie

Joined: Sat Mar 23, 2013 2:02 pm
Posts: 13
Hello,

After playing around with the system, I was finally able to get email sent to postfix via my yahoo account. Which opens me up for next topic :). I would like to connect to postfix via my iPhone but I keep on getting:

Cannot connect using SSL: Do you want to try setting up the account without SSL?

Either option that I try I cannot seem to register the account. Is there anything special I would need to do on my linode to accomplish this?


Top
   
PostPosted: Thu Mar 28, 2013 6:55 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
I have no idea how you configured postfix or what network blocking your provider does. Does the phone come with telnet? If so telnet to port 25 on your server just to see if you get the SMTP banner. If so the mail client should be able to send mail, if not tell postfix to bind another port and try using that.

If telnet works you could try telling the phone to use starttls instead of SSL. Starttls is more common these days and it doesn't need an extra port.


Top
   
PostPosted: Fri Mar 29, 2013 4:07 pm 
Offline
Senior Newbie

Joined: Sat Mar 23, 2013 2:02 pm
Posts: 13
Thank you for the reply! Apparently my ports were not open. For anyone researching this issue I opened up the following ports on the firewall for mail. If anyone thinks any of the ports should not be open please do let me know.

# Allow email ports
-A INPUT -p tcp -m state --state NEW --dport 25 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 110 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 587 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 465 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 995 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 993 -j ACCEPT
-A INPUT -p tcp -m state --state NEW --dport 143 -j ACCEPT


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


Who is online

Users browsing this forum: No registered users and 2 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