SMTP Email delivery, possible to view the queue?
- 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
- :
- Business
- :
- SMTP Email delivery, possible to view the queue?
SMTP Email delivery, possible to view the queue?
05-03-2008 11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
We run our own email server with MS Small Business Server 2003.
We have our PlusNet email settings set to have our email delivered by SMTP to our static IP.
We're a small business with 15 users and we've had our email set up this way for over 8 years now, and it's been working fine.
Still is working fine really, but over the last couple of days I've noticed some strange behaviour.
The person who originally set the server up wrote a Scheduled Task which runs every 10 mins.
This scheduled task runs a batch file with the following command:
@echo off
finger postmaster@autoturn.plus.net
When that runs, a command prompt box appears on the screen of the server with the following output:
http://www.highbeeches.plus.com/exchange_plusnetautoturn.png
This box used to appear and then disappear after 2-3 seconds, saying usually between 1 and 15 messages queued
But for the past couple of days it's been displayed permanently with 5630 messages queued!
I've never seen this before.
Is that correct?
Is there any way I can view the messages that are trying to be delivered to us? The queue at PlusNet or something?
I'm just wondering if there's a massive message that's blocking the SMTP delivery.
When I try sending test messages from an external gmail account, they arrive pretty much immediately.
All our mail seems to be arriving ok - we've been receiving the usual amount messages - so that didn't give me any clues as to the problem. Everything seems fine/usual with the amount of mail we've been receiving.
Anyone have any ideas/suggestions on this?
Is there a way to view the PlusNet SMTP queue to see if there's any problems with that?
If anyone wants to do a DNS check or poke around then the domain name in question is dealer-world.com
I've not restarted the server yet, that's a pretty drastic step. Usually takes about 30-40 minutes to come back up fully due to our substantial message store and ageing hardware.
(I was planning to migrate to Zimbra later this year before the MS buyout of Yahoo hit the fan. I'm not a big fan of Exchange / SBS)
The event viewer error logs don't point to anything unusual either.
Thanks, Ben
Re: SMTP Email delivery, possible to view the queue?
06-03-2008 8:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Additionally, ensure the following does not apply;
http://support.microsoft.com/?kbid=835734
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 1:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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) |
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 1:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When that getmail.bat script runs now, it says 1-30 messages which seems completely fine again.
I didn't restart the server, our ADSL router or IPCop firewall.
It didn't seem like there was a massive backlog of messages coming into our mailboxes overnight either.
Just a regular 5-10 or so spam per hour and a few other ones.
Thanks for the help and suggestions, but it seems to be working properly again now. I'll keep monitoring it and see if there's any further developments/problems.
On a wider question... what is the purpose of that getmail.bat script I mentioned above?
Why do we have to run the command finger postmaster@autoturn.plus.net to trigger mail delivery?
How does that differ from just changing the MX records for the domain name?
Thanks, Ben
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 1:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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) |
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 2:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I did not know 10 minutes was excessive, it was set up by our local IT company who setup our Exchange server
I'm looking to migrate us to Zimbra, depending on this M$ buyout of Yahoo of course

I will change the delay of that scheduled task to 40 minutes.
Ok another vaguely related question... this time outgoing mail.
I have a suspicion that our Exchange server actually routes all its mail through PlusNet.
Is there any way I can check this?
Also, is there any advantage to doing it this way?
Or is there any disadvantage to setting SBS 2003 Exchange to send directly?
Is it even possible to set SBS 2003 to send directly, as an SMTP server?
Thanks, Ben
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 5:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In your case, it's the POP (incoming mail) side that needs sorted out, not the SMTP side (though I'd still recommend using the built in SMTP server and have it route everything directly, rather than indirectly via PlusNet).
Your techie seems to favour the overly complicated, rather than simple methodology.
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 5:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If your server does go down it is worth having the finger set up in a command file so that you can manually initiate an immediate collection of mail when it comes back up.
If you set up your server to send direct the IP of the mail server will show up as being in Plusnet's pool of IP's for "dynamic" connections. Many mail servers refuse to accept mail from such IPs (a PC what has been compromised could spew out spam in that manner). Relaying via relay.plus.net avoids this. You are configured correctly.
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) |
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 5:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: MysteryFCM SBS and indeed, every other Server version of Windows, has a built in SMTP server ........ personally I tend to recommend using it.
In your case, it's the POP (incoming mail) side that needs sorted out, not the SMTP side (though I'd still recommend using the built in SMTP server and have it route everything directly, rather than indirectly via PlusNet).
Your techie seems to favour the overly complicated, rather than simple methodology.
If he is using autoturn he is using SMTP mail delivery - not POP.
Relaying is the recommended method. I used to look after a SBS system and made the mistake of configuring it to send directly - two particular companies we did business with bounced all our email until I changed it to use relay.plus.net.
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) |
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 6:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The only time I can see this being a problem is;
1. The servers IP is blacklisted on one or more spam blacklists
2. The server is not configured to send it's FQDN (i.e. the server I currently run sends mysteryfcm.co.uk as the FQDN as thats my servers domain name)
As for SMTP/POP, if the MX is set to the servers IP, it should be getting delivered directly, rather than requiring pickup via autoturn.
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 10:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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) |
Re: SMTP Email delivery, possible to view the queue?
07-03-2008 10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Re: SMTP Email delivery, possible to view the queue?
12-03-2008 10:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So is this autoturn thing a specific PlusNet configuration?
Or do other backup MX providers just store it in a POP3 box or something to get downloaded?
I want to move our domain name to a different web host, and my plan was to just point the MX of the domain to our server. And possibly also have a backup MX.
I've seen a few things on the web saying that often backup MX is not really worth while, as it should get queued by the sending server anyway.
I'm a bit concerned about this sending directly thing though. I thought that was the point in running your own mail server?
So it is advisable to go through a relay?
Re: SMTP Email delivery, possible to view the queue?
12-03-2008 11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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) |
Re: SMTP Email delivery, possible to view the queue?
13-03-2008 4:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Even though it just redirects to my PlusNet static IP?
- 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
- :
- Business
- :
- SMTP Email delivery, possible to view the queue?