[vchkpw] Re: [toaster] simscan question

2005-05-14 Thread Jason 'XenoPhage' Frisvold
Prosite wrote:
Sorry, if I´m posting to the wrong list ...

There is a simscan list.  Check here : http://inter7.com/?page=simscan

Only 2 quick questions:
 
1. on http://www.inter7.com/?page=simscan
it says: "during the SMTP conversation so the email never makes it 
into your computers"
 
So far I use qmail-scanner which is putting it on the hdd and than has
clamav running over it. Is simscan doing that tests without writing to 
disk?

No, it writes it to disk..  The intended meaning is that it won't 
deliver the mail if it's infected...


And if so
2. Has anybody compared
qmailscanner and simscan
for performance. If so, what are the results?

Simscan is significantly faster.  This is mostly due to the fact that 
simscan is written in C and qmailscanner is written in perl.  That said, 
simscan doesn't bother with all of the "extra" stuff that qmailscanner 
does, namely the mime functionality.  Otherwise, I believe simscan does 
everything else including attachment blocking.  Simscan also has some 
extra abilities that qmail-scanner does not.  You can change settings 
based on domain and even email address.  So, for instance, you could set 
it to scan for viruses and spam for example.com, but only scan for 
viruses for [EMAIL PROTECTED] ...


Yes, call me lazy, if you want :). Just thought I could skip two days 
of work,
if someone allready has the answer.

:)

Thanks for your kindness - Ulrich

--
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."


[vchkpw] simscan question

2005-05-14 Thread Prosite



Sorry, if I´m posting to the wrong list 
...
 
Only 2 quick questions:
 
1. on http://www.inter7.com/?page=simscan
it says: "during the 
SMTP conversation so the email never makes it into your 
computers"
 
So far I use qmail-scanner which is putting it on 
the hdd and than has
clamav running over it. Is simscan doing that tests 
without writing to disk?
 
And if so
2. Has anybody compared 
qmailscanner and simscan
for performance. If so, what are the 
results?
 
Yes, call me lazy, if you want :). Just thought I 
could skip two days of work,
if someone allready has the answer.
 
Thanks for your kindness - 
Ulrich


Re: [vchkpw] Question about domains in vpopmail

2005-05-14 Thread Fernando Milovich
Thanks so much Sylwester !
- Original Message - 
From: "Sylwester S. Biernacki" <[EMAIL PROTECTED]>
To: "Fernando Milovich" 
Sent: Saturday, May 14, 2005 5:06 AM
Subject: Re: [vchkpw] Question about domains in vpopmail


On Saturday, May 14, 2005, 7:44:02 AM, Fernando wrote:
People, after i rebuild new 5.4.10 vpopmail  version, when i add
a new domain from CLI, breaks the typical structure  of
~vpopmail/domains/domain.com
for this one
~vpopmail/domains/1/domain.com
with numbers like 2,3, etc ... before the domain  ... why it is this 
happening?
count how much domains you have in your ~vpopmail/domains/ dir - it is
very useful if you have 100s of domains - all of them in one
directory could grow to the FD limit on the directory and operations
on that directory would be very very very slow. It's due to filesystem
limits. We have better and better filesystems with journaling but this
idea is one of the milestones in all unixes few years ago ;-)
you have similar solution in postfix where all mailboxes in domain are
divided into directories i.e. servit.com.ar/c/r/y/crypto
AFAIR if you don't want to use it check your configure options for
--enable-large-site=y and change it to 'n'
--
regards,
Sylwester Biernacki <[EMAIL PROTECTED]>




Re: [vchkpw] Question about domains in vpopmail

2005-05-14 Thread Sylwester S. Biernacki

On Saturday, May 14, 2005, 7:44:02 AM, Fernando wrote:

> People, after i rebuild new 5.4.10 vpopmail  version, when i add
> a new domain from CLI, breaks the typical structure  of
> ~vpopmail/domains/domain.com 
> for this one 
> ~vpopmail/domains/1/domain.com
> with numbers like 2,3, etc ... before the domain  ... why it is this 
> happening?

count how much domains you have in your ~vpopmail/domains/ dir - it is
very useful if you have 100s of domains - all of them in one
directory could grow to the FD limit on the directory and operations
on that directory would be very very very slow. It's due to filesystem
limits. We have better and better filesystems with journaling but this
idea is one of the milestones in all unixes few years ago ;-)

you have similar solution in postfix where all mailboxes in domain are
divided into directories i.e. servit.com.ar/c/r/y/crypto

AFAIR if you don't want to use it check your configure options for
--enable-large-site=y and change it to 'n'

-- 
regards,
Sylwester Biernacki <[EMAIL PROTECTED]>