store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Mon May 20, 2013 8:01 am

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 8 posts ] 
Author Message
 Post subject: qmail-scanner 2.10
Unread postPosted: Sat Jul 21, 2012 7:55 am 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
Changes since 2.08 (currently in Atomic) according to http://qmail-scanner.sourceforge.net/CHANGES:

Quote:
2.10 16/Aug/2011

* ./configure now exits if you choose a "--lang" language
that isn't supported
* Change Received: header used to show diagnostic detail
to X-Qmail-Scanner-Diagnostics: - that will make SpamAssassin
happier
* changed password-protected zip files to not bother
unpacking them - just a waste of time
* Team Cymru Malware Hash Registry (MHR) support added.
NOTE: even though this is a free, DNS-based AV service, it
is free for non-commercial use ONLY. Please see their website
for details

2.09 22/Sep/2010

* Added DLPmonitor feature. If you want to use clamAV or perlscanner
to block the movement of intellectual property/etc (i.e DLP),
you can create rules that will enable Q-S to treat such files/data
identically to viruses. However, it is common to want to *track*
such events first (to get a feel for false-positives), so
$DLPmonitor_REGEX enables you to define a regex of strings
that cause Q-S to archive and log as "DLP:" - but otherwise
treat as "Clear", non-quarantine events

* Added ${V_HEADER}-Remote-OS: header contain OS of SMTP client
as discovered if you are using qmail-delay with p0f. Adding it
as a header means SA can use the OS information for rule checks.
Be aware that NAT gateways at either end can adversely affect
the results p0f discovers, so this feature may not work well
in your particular environment. This header by itself doesn't
do much - you'll have to write SA rules to use this "meta data"

* Changed internal localization from "C" to "en_US" to workaround
bug in latest reformime.

* small debugging changes. Thanks to Toni Mueller

* HBEDV change. New version has replaced "antivir" with "avscan".
Thanks to Wolfgang Hamann for the patch

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Sat Jul 21, 2012 9:47 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Thu Dec 09, 2004 11:19 am
Posts: 1844
Interesting!

But the current qmail-scanner RPM is kind of broken, in that it doesn't uninstall cleanly, and doesn't re-install correctly. At least that's how I remember it -- this is why you have to go through the Breun Qmail Dance (tm) to get it working again if a Plesk MU screws things up, instead of just doing a reinstall or uninstall-install, yes? (or no?)

If my understanding of this is correct, could you have a poke around for us to see if anything can be improved please Scott? It would save a lot of people a lot of tears and it would be very much appreciated :-)

_________________
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Wed Dec 12, 2012 6:31 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
I see qmail-scanner-2.10-8 has appeared in the atomic channel.

Code:
# rpm -q qmail-scanner
qmail-scanner-2.10-8.el5.art.x86_64


However, the mail headers keep reporting qmail-scanner version 2.08 and indeed in /var/qmail/bin/qmail-scanner-queue.pl I find the following lines:

Code:
my $VERSION="2.08";
my $st_version="20100626";


Removing /var/qmail/bin/qmail-scanner-queue.pl and running qmail-scanner-reconfigure generates a new file with version 2.08. I don't really understand why, because /usr/share/qmail-scanner/qmail-scanner-queue.template has these lines:

Code:
my $VERSION="2.10";
my $st_version="20111118";


Does anyone have any idea what's up here?

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Sun Dec 16, 2012 4:56 am 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
I found another bug in the new qmail-scanner package: /etc/logrotate.d/qmail-scanner has 'missngok' on line 26. I guess this should be 'missingok'.

I found this because cron sent this:

Code:
/etc/cron.daily/logrotate:

error: qmail-scanner:26 unknown option 'missngok' -- ignoring line

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Mon Dec 24, 2012 3:55 am 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
We've reverted to qmail-scanner-2.08-5, because 2.10-8 seems too buggy. Apart from the issues mentioned above we've also had problems with fresh installations of 2.10-8 not generating qmail-scanner-queue.pl at all.

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Mon Dec 24, 2012 9:30 am 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Thu Dec 09, 2004 11:19 am
Posts: 1844
That's not good. I'm glad I've not upgraded to -8 yet :-(

I wish I was confident enough to build these myself.

_________________
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Sun Jan 20, 2013 5:18 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
The qmail-scanner-2.10-9 does seem to work, but /etc/logrotate.d/qmail-scanner still has 'missngok' instead of 'missingok', so we had to patch that ourselves.

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
 Post subject: Re: qmail-scanner 2.10
Unread postPosted: Tue Feb 26, 2013 2:59 pm 
Offline
Long Time Forum Regular
Long Time Forum Regular

Joined: Sat Aug 20, 2005 9:30 am
Posts: 2812
Location: The Netherlands
This is fixed in qmail-scanner-2.10-10 which was just released.

_________________
Lemonbit Internet Dedicated Server Management


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 8 posts ] 

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group