Qmail Scanner with no scanning?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
netweblogic
Forum User
Forum User
Posts: 29
Joined: Mon Jan 12, 2009 2:31 pm

Qmail Scanner with no scanning?

Unread post by netweblogic »

Is it possible to run qmail-scanner without having it scan spam and viruses?

I'll explain my intentions below:

I have a standard plesk server I'm working on. It has the usual psa-sa and dr.web. The advantage of leaving this as is would mean the ISP supports the software. If I install qmail-scanner and the other spam/av programs they won't troubleshoot it for me.

The critical functionality for me is the archiving feature of qmail-scanner, so I was wondering if it's possible for qs to not scan for spam and viruses (so all it does is archive), and therefore let the default programs take care of that?

Thanks,
Marcus
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Qmail Scanner with no scanning?

Unread post by scott »

Not with dr.web, because they copied the same design I used in qmail-scanner to implement it at the mail queue level. As a side note, we support qmail-scanner in ASL.
netweblogic
Forum User
Forum User
Posts: 29
Joined: Mon Jan 12, 2009 2:31 pm

Re: Qmail Scanner with no scanning?

Unread post by netweblogic »

What about using psa-spam and clamav instead?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Qmail Scanner with no scanning?

Unread post by scott »

Not sure I understand the question you're asking, qmail-scanner will use spamassassin and clamav if that is what you are asking.
netweblogic
Forum User
Forum User
Posts: 29
Joined: Mon Jan 12, 2009 2:31 pm

Re: Qmail Scanner with no scanning?

Unread post by netweblogic »

Hi Scott,

Sorry, if I'm being vague.

Ideally what I want is to leave the plesk defaults (i.e. the spam filter and AV) as they are and add something that will just archive messages. By this I mean that qmail-scanner doesn't even deal with the "scanning" of emails.

That way I keep the hosting provider for any support issues and emails get archived, which is what I need.

I'm probably asking too much here because if I remember correctly you can't use psa-sa with QS :) but the way I'm asking is if QS isn't actually used as a milter, just an archiver. Maybe there's a plugin like qs which just archives mail (both incoming and outgoing)?

Thanks
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Qmail Scanner with no scanning?

Unread post by scott »

You can't use drweb with it, but you can set it to not scan and just archive messages. Plesk's spamassassin interface would still work just fine.
netweblogic
Forum User
Forum User
Posts: 29
Joined: Mon Jan 12, 2009 2:31 pm

Re: Qmail Scanner with no scanning?

Unread post by netweblogic »

Thanks as always! That could be the solution to my problem scott :)

Where do you alter these settings so it just archives? I can't see an appropriate place on the ini file?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Qmail Scanner with no scanning?

Unread post by scott »

If you're lazy (and I am) I just turn off clamd and spamd, run qmail-scanner-reconfigure and restart them again. If you want to do it the "right" way, youd edit /var/qmail/bin/qmail-scanner-queue.pl and remove the clam or spamassassin reference from the @scanners array
netweblogic
Forum User
Forum User
Posts: 29
Joined: Mon Jan 12, 2009 2:31 pm

Re: Qmail Scanner with no scanning?

Unread post by netweblogic »

scott wrote:If you're lazy (and I am) I just turn off clamd and spamd, run qmail-scanner-reconfigure and restart them again. If you want to do it the "right" way, youd edit /var/qmail/bin/qmail-scanner-queue.pl and remove the clam or spamassassin reference from the @scanners array
The fact that you're so helpful makes you far from lazy :) Thanks for the help Scott!
Post Reply