Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - Secondary smtp server offline
  FAQ FAQ  Forum Search   Register Register  Login Login

Secondary smtp server offline

 Post Reply Post Reply
Author
richard View Drop Down
Newbie
Newbie


Joined: 12 August 2005
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote richard Quote  Post ReplyReply Direct Link To This Post Topic: Secondary smtp server offline
    Posted: 06 June 2006 at 10:07am
I have Spamfilter as my incoming mail server and Mcafee Webshield as a secondary server both running on the same server.  Spamfilter is listening on port 25 and processes the mail and then forward to Webshield which is listening on port 1026
normally this works real well and gives me two options at scanning for viruses.  sometimes i have had the webshield service shutdown and when this happens Spamfilter will give the following error
"Mail from xxx to xxx was returned to sender - server error - Read Timeout
is there any way to have spamfilter just queue up the received mail and hold until the webshield service is restarted?
i apologize if this has been asked before
Richard

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 4:13pm
Richard,

If SpamFilter receives a "Read Timeout" error, it usually indicates that "something" is accepting SpamFilter's connection when SpamFilter tries to forward its emails, but does not allow a complete SMTP transaction to occur. If the Webshield service was completely shut off, and there wasn't anything "listening" on that server for SMTP traffic, SpamFilter would not be able to connect to it, and then yes, email would be queued up.
When you bring Webshield down, can you try, from a command prompt on SpamFilter's server, the following command:

telnet aaa.bbb.ccc.ddd 25  (substituting IP and port with that of Webshield)

If you get a:

Connecting To aaa.bbb.ccc.ddd...Could not open connection to the host, on port 25: Connect failed

then we may have to revisit this as SpamFilter should not connect and thus emails should be queued. But if you either get a connection (even a blank screen indicates a connection) or some sort of welcome banner, then wither Webshield is not completely down or another mail application is running on the server.

In the latest SpamFilter we have two new options in the SpamFilter.ini file to control when to queue emails or when to bounce them, depending on the error code output by your destination mail server. These however assume a successful connection to the dest server, so they may not apply to your case:

;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 4xy range
QueueIfDestinationError400=true

;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 5xy range
QueueIfDestinationError500=false

Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
richard View Drop Down
Newbie
Newbie


Joined: 12 August 2005
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote richard Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 4:25pm
Roberto I believe you are correct.  Webshield was originally setup to listen on port 1027 but when the server rebooted last night the LSASS.EXE application took that port and consequently webshield was unable to startup.  You would be able to telnet to that port but no smtp transfer would happen so you are correct in your explanation.
thank you for your help
Richard
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.156 seconds.