Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Personal SMTP server not receiving
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- :
- Personal SMTP server not receiving
Personal SMTP server not receiving
13-05-2014 9:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi,
I've recently switched providers to plusnet. I already own a domain from another provider and I've opted for the fixed IP and have sorted the reverseDNS. I have a mail server running dovecot/postfix in the domain which is no longer collecting emails since I arrived on plusnet. Sending however is fine.
I've hunted high and low for information but can't seem to find any. The only clue I have is the message from the smtp server I'm using to test
The recipient server did not accept our requests to connect. [81.174.157.117]:25: Invalid character after response code from remote server: * OK
This suggest that the emails are forced into port 25. My server is IMAP and therefore runs on 143. I'm sure it's just a simple setting I'm missing somewhere. Any help would be massively appreciated!
Thanks,
Carl
I've recently switched providers to plusnet. I already own a domain from another provider and I've opted for the fixed IP and have sorted the reverseDNS. I have a mail server running dovecot/postfix in the domain which is no longer collecting emails since I arrived on plusnet. Sending however is fine.
I've hunted high and low for information but can't seem to find any. The only clue I have is the message from the smtp server I'm using to test
The recipient server did not accept our requests to connect. [81.174.157.117]:25: Invalid character after response code from remote server: * OK
This suggest that the emails are forced into port 25. My server is IMAP and therefore runs on 143. I'm sure it's just a simple setting I'm missing somewhere. Any help would be massively appreciated!
Thanks,
Carl
Message 1 of 8
(1,497 Views)
7 REPLIES 7
Re: Personal Imap server not receiving
13-05-2014 9:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It looks like postfix (your SMTP server) isn't receiving the mail.
Check your Plusnet Firewall - https://portal.plus.net/my.html?action=firewall&firewallPage=advanced - and you may need to set up port forwarding on the router so that port 25 is forwarded to your server.
Check your Plusnet Firewall - https://portal.plus.net/my.html?action=firewall&firewallPage=advanced - and you may need to set up port forwarding on the router so that port 25 is forwarded to your server.
Message 2 of 8
(748 Views)
Re: Personal Imap server not receiving
13-05-2014 10:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The server isn't IMAP to receive incoming mail - that's what you use to collect the mail from your server once it's been received.
I don't think there's any "may" about it!
Quote from: avatastic and you may need to set up port forwarding on the router so that port 25 is forwarded to your server.
I don't think there's any "may" about it!
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Message 3 of 8
(748 Views)
Re: Personal Imap server not receiving
14-05-2014 7:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for the advice.
I've checked Plusnet Firewall and it is off.
Postfix runs on port 587 and it's using TLS. There was no issue with my previous provider which leads me to believe that the problem is something on the plusnet network.
I tried forwarding 25 to 587 but this just gave me 'access denied' errors in the mail log.
Any help still gladly appreciated!
I've checked Plusnet Firewall and it is off.
Postfix runs on port 587 and it's using TLS. There was no issue with my previous provider which leads me to believe that the problem is something on the plusnet network.
I tried forwarding 25 to 587 but this just gave me 'access denied' errors in the mail log.
Any help still gladly appreciated!
Message 4 of 8
(748 Views)
Re: Personal SMTP server not receiving
14-05-2014 7:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Given Plusnet doesn't support SSL or TLS on incoming SMTP, IMAP and POP connections, I doubt their delivery system expects it either.
If your sever doesnt support a non encrypted connection, that might be the cause of the problems.
If your sever doesnt support a non encrypted connection, that might be the cause of the problems.
Message 5 of 8
(748 Views)
Re: Personal SMTP server not receiving
14-05-2014 7:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You'll need to enable port 25 as a non-encrypted port in /etc/postfix/master.cf
Adding / uncommenting:
Should do it.
Adding / uncommenting:
smtp inet n - - - - smtpd
Should do it.
Message 6 of 8
(748 Views)
Re: Personal SMTP server not receiving
14-05-2014 8:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How have you told the mail servers of people sending mail to you that they should submit on port 587? Mail server to mail server is port 25.
The port you use when sending mail outbound (587) is irrelevant.
Have you tried just simply forwarding port 25 to your mail server?
The port you use when sending mail outbound (587) is irrelevant.
Have you tried just simply forwarding port 25 to your mail server?
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Message 7 of 8
(748 Views)
Re: Personal Imap server not receiving
14-05-2014 8:32 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: sxotney I tried forwarding 25 to 587 but this just gave me 'access denied' errors in the mail log.
Good!
I would expect it to accept port 587 for mail submission from your local network only. Otherwise you'd be at risk of your server being used as a relay by spammers (depending on what security you have set up).
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Message 8 of 8
(748 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- :
- Personal SMTP server not receiving