Koozali.org: home of the SME Server

eMail problem

wacko

eMail problem
« on: August 11, 2004, 07:41:26 PM »
Hi

my email setup on sme was working fine until this morning when for some reason it just completely stopped receiving/sending email.

on checking the logs this is what I am seeing

Quote

Aug 11 04:56:33 sme spamd[30186]: identified spam (18.2/2.0) for user3:5010 in 7.9 seconds, 3754 bytes.
Aug 11 05:00:31 sme fetchmail[30304]: SMTP error: 451 postmaster@localhost
Aug 11 05:00:31 sme fetchmail[30304]: can't even send to postmaster!
Aug 11 05:15:08 sme fetchmail[30654]: SMTP error: 451 postmaster@localhost
Aug 11 05:15:08 sme fetchmail[30654]: can't even send to postmaster!
Aug 11 05:15:19 sme fetchmail[30665]: SMTP error: 451 postmaster@localhost
Aug 11 05:15:19 sme fetchmail[30665]: can't even send to postmaster!
Aug 11 05:20:08 sme fetchmail[30709]: SMTP error: 451 postmaster@localhost
Aug 11 05:20:08 sme fetchmail[30709]: can't even send to postmaster!
Aug 11 05:20:23 sme fetchmail[30782]: SMTP error: 451 postmaster@localhost
Aug 11 05:20:23 sme fetchmail[30782]: can't even send to postmaster!
Aug 11 05:20:23 sme fetchmail[30782]: SMTP error: 451 postmaster@localhost
Aug 11 05:20:23 sme fetchmail[30782]: can't even send to postmaster!
Aug 11 05:30:04 sme fetchmail[30946]: SMTP error: 451 postmaster@localhost
Aug 11 05:30:04 sme fetchmail[30946]: can't even send to postmaster!
Aug 11 05:45:13 sme fetchmail[31366]: SMTP error: 451 postmaster@localhost
Aug 11 05:45:13 sme fetchmail[31366]: can't even send to postmaster!
Aug 11 05:45:16 sme fetchmail[31369]: SMTP error: 451 postmaster@localhost
Aug 11 05:45:16 sme fetchmail[31369]: can't even send to postmaster!
Aug 11 05:48:16 sme fetchmail[31369]: socket error while fetching from pop3.somedomain.net
Aug 11 05:48:16 sme fetchmail[31369]: Query status=2 (SOCKET)
Aug 11 05:50:10 sme fetchmail[31485]: SMTP error: 451 postmaster@localhost
Aug 11 05:50:10 sme fetchmail[31485]: can't even send to postmaster!
Aug 11 05:53:10 sme fetchmail[31485]: socket error while fetching from pop3.somedomain.net
Aug 11 05:53:10 sme fetchmail[31485]: Query status=2 (SOCKET)
Aug 11 05:53:18 sme fetchmail[31498]: SMTP error: 451 postmaster@localhost
Aug 11 05:53:18 sme fetchmail[31498]: can't even send to postmaster!
Aug 11 05:55:04 sme fetchmail[31538]: SMTP error: 451 postmaster@localhost
Aug 11 05:55:04 sme fetchmail[31538]: can't even send to postmaster!


When I telnet to port 25 on the box I get

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 rblsmtpd.local


now when I checked this before I used to get the name of my sme box rather than rblsmtp.local

I'm not quite sure how to fix this,
any help much appreciated! as I am losing mail!

a million thankyews! :D

Offline Mjohnson

  • *
  • 172
  • +0/-0
eMail problem
« Reply #1 on: August 11, 2004, 08:17:10 PM »
See the message thread as follows: http://forums.contribs.org/index.php?topic=23573.0

Same problem and RayMitchell has posted a revised HowTo with the solution spelled out.
......

wingman

eMail problem
« Reply #2 on: August 11, 2004, 09:59:18 PM »
Ray,

Thanks a million. I have been fighting this issue for several hours. Shoulda looked here first!
Joe

wacko

eMail problem
« Reply #3 on: August 11, 2004, 11:54:08 PM »
hey Mjohnson

thanks for the link! worked like a charm! dunno why it started doing that, although i think i was a bit hasty in implementing these lists and have switched them off for now as they do tend to generate quite a few False Positives.

another problem which i believe is linked to this even though fetchmail works fine, I can send outgoing mail through sme without any problems and can telnet to port 25 from the local lan and send a test email without any problems

one of my main domains routes mail directly to the box and for some reason the box does not accept it. i was tailing the qmail current log file and when i sent a test email from my work/hotmail and yahoo accounts i saw nothing neither did i receive the mail, no bounce back either, it just vanishes!

any clues??

Offline Mjohnson

  • *
  • 172
  • +0/-0
eMail problem
« Reply #4 on: August 12, 2004, 04:27:11 AM »
Regarding the false positive issues:  I have been reading the logs for smtp qmail current for the past couple of months.  I wanted to keep an eye on the RBL performance.  In Ray Mitchell's post he notes that one RBL was generating a number of false positives.  I concur with his opinion and have striken that particular list from my group, as he suggested.  In reviewing my logs, I am sure that will cure darn near most of my false positive issues.  Overall I am very pleased with the performance of the RBL technique.  I have not found a reason to implement SpamAssassin.  I am running a Bayes filter on the Outlook Client (Mozilla comes with one...)to pick up the ones that get through.

For your second issue, the vanishing email:  Bit of a stumper.  The smtp qmail current log shows all the email being received by the system and in turn how it is dispatched (accepted or rejected).  If nothing is showing up relative to a particular piece of mail from a particular route I would conclude it is not being delivered.  

Though you can telnet to the SME box from your workstation/client, is the route open from the email SMTP source?  Being unfamilar with your network particulars, I can't offer much of an opinion. But would suggest that as an avenue of investigation.  
There may be firewall / router restrictions along the way blocking delivery.

I doubt this helps much.
......