QPSMTPD Logging questions

2007-10-30 Thread David Summers
ng to contribute to this project in the future and hopefully help improve the documentation as well. QMAIL/QPSMTD/TMDA/(CourierIMAP|BincIMAP) combination provides a dynamite and customizable mail server and SPAM prevention package. - David Summers

Re: Today's stupid question on qpsmtpd logging

2007-11-06 Thread David Summers
Chris Lewis wrote: I'm running very high loads, and I'd like to keep my qpsmtpd logs reasonably brief - leaving it only to have a one line record per email, plus any CRITICAL or higher error messages. qpsmtpd 0.40. I have the following two lines in my config at the front: logging/file loglev

Re: Today's stupid question on qpsmtpd logging

2007-11-06 Thread David Summers
Here is the patch which turns down logging in SMTP.pm. Noticable when logterse plugin is used and debugging set to LOGWARN or above. Maybe this should be even set to LOGDEBUG instead of just LOGINFO? Patch against version 0.40. --- lib/Qpsmtpd/SMTP.pm.old 2007-05-30 10:49:54.0 -05

SPF question + patch

2007-11-06 Thread David Summers
Today I noticed that I got some SPAM to root user that said it was from root at my host. This shouldn't be possible because SPF should be checking and rejecting forged mail that says it comes from my host when it really comes from somewhere else. I turned on debugging and found the followin

plugin: verify_not_forged

2007-11-06 Thread David Summers
ther plugins. If we don't have DATA or From: then DENY appropriately. The main test is to check the "mail from (sender, Return-Path) host" and the "From: header host" against rcpthosts. If ( SenderHost ne rcpthost and FromHost eq rcpthost ) then DENY mail. =head1 CONFIGURA

Problem with "milter" plugin.

2010-08-21 Thread David Summers
known bug with the milter plugin? I spent about 6 hours trying to debug it with no explanation for how or why it is getting set to undef. Any help, suggestions, pointers, RTFMs, would be greatly appreciated. I think it should have been a 5 minute job to set up and I've spent more than 6

Re: DKIM with qmail/qpsmtpd?

2010-08-22 Thread David Summers
Hello Robin and all other QPSMTPD devs, Here is my latest dkimcheck which I originally took from http://alecto.bittwiddlers.com/files/qpsmtpd/dkimcheck and modified to do the checks and reject if it finds failed signatures and the policy says that all messages are signed. This is just a hack an