Koozali.org: home of the SME Server

sme 7 with so many

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
sme 7 with so many
« on: December 08, 2006, 11:42:14 AM »
hi,

i have sme 7  and my outgoing email are not seding anymore when i check the mail log file analysis i got this:

Mail Log File Analysis
Report generated: Fri 08 Dec 2006 06:34:25 PM PHT
messages in queue: 376344
messages in queue but not yet preprocessed: 11324

-----

any one can tell me where to start? or is there a trojan in my sme i have run rootkit and run shieldup (Solicited TCP Packets=failed, Ping Reply=failed) my port 25, 80 and 443 is open, should it be?


thanks,
Nef Kho  :-) .........

Offline Terry

  • ***
  • 46
  • +0/-0
    • http://brummell.net
sme 7 with so many
« Reply #1 on: December 08, 2006, 01:04:20 PM »
Those port are for:

25: incoming mail.  So, if you expect to receive email from other mail servers, yes it needs to be open.

80: http.  If you have web sites, yes it needs to be open
443: Secure web.  If you use webmail, it needs to be open (or any other app that requires https:)

To trouble shoot your mail problem, has your ISP started blocking outbound SMTP connections?  Mine did this a couple of years ago, forcing you to use there SMTP server to relay your mail from.  To test this, make sure SMTP proxy is off on your server, then try and telnet to port 25 of someone's domain (you can use mine to test if you want "brummell.net").  If you don't get a respones it's a good probablility your ISP has started blocking port 25 outbound.  If you do get a response, I have no idea why your server is not sending mail.  Maybe the logs will tell you more as to why conections are being refused.

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
reply to telnet test
« Reply #2 on: December 08, 2006, 01:22:02 PM »
hi,

this is what i got after running the telnet to ur server, what does it mean? it just hang up?

[root@fscimailsvr ~]# telnet brummell.net 25
Trying 74.104.234.110...
Connected to brummell.net.
Escape character is '^]'.
220 webserver02.brummellhosting.homeip.net ESMTP
Nef Kho  :-) .........

Offline byte

  • *
  • 2,183
  • +2/-0
sme 7 with so many
« Reply #3 on: December 08, 2006, 01:23:04 PM »
Why don't you also check the port is open at www.grc.com ?
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Terry

  • ***
  • 46
  • +0/-0
    • http://brummell.net
sme 7 with so many
« Reply #4 on: December 08, 2006, 01:26:47 PM »
That means you can get out to my mail server, that's a good thing, your ISP isn't stopping the connection.

You need to figure out what is stopping the mail from being processed.  Spamassisn running?  ClamAV running?  Not sure what else would be stopping it.  Maybe some one else will pipe up here.

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
email setings
« Reply #5 on: December 08, 2006, 01:42:35 PM »
also
the settings for:

Virus scanning  Disabled
Spam filtering  Disabled

which log file should i check i have tesed to email yahoo and still did not make but i can ge email from yahoo.


tnx
Nef Kho  :-) .........

Offline Terry

  • ***
  • 46
  • +0/-0
    • http://brummell.net
sme 7 with so many
« Reply #6 on: December 08, 2006, 03:01:34 PM »
Well, I am not 100% certain which dameon is responsible for sending the mail.  Hoping someone else will help out at this point, but maybe that service/dameon as stopped.

Offline byte

  • *
  • 2,183
  • +2/-0
Re: sme 7 with so many
« Reply #7 on: December 08, 2006, 03:02:15 PM »
Quote from: "nefkho"

or is there a trojan in my sme i have run rootkit...


If there is a security concern please always email to security [at] contribs [dot] org

Btw yes port 25/80/443 should be open 443 only will show if you have webmail enabled
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline byte

  • *
  • 2,183
  • +2/-0
Re: email setings
« Reply #8 on: December 08, 2006, 03:04:00 PM »
Quote from: "nefkho"

which log file should i check i have tesed to email yahoo and still did not make but i can ge email from yahoo.


You should be checking the /var/log/qpsmtpd and /var/log/qmail current logs that should tell you more, also if you have applied updates and since then mail has stopped you should report to bug tracker.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Terry

  • ***
  • 46
  • +0/-0
    • http://brummell.net
sme 7 with so many
« Reply #9 on: December 08, 2006, 03:04:57 PM »
What does the log qmail/current show you?  Any failures?