Discussion:
specified setup
Care4U
2009-10-21 19:43:24 UTC
Permalink
Dear all,

I would like to host some virtual domains. I had decided to install qmail,
vpopmail, simscan, clamav, spamassassin and maildrop. I will be providing 2
types of mail packages. The first package comes with filtering, and the
second does not, depending on preference of the domain owner. For the
filtering package, if a mail scored between 5 - 20, it will be dropped into
a .Spam folder. And above 20, the mail will be deleted. A notice will be
deliver back to the sender. At any point of time, domains can switch between
the 2 types of packages. I am wondering if this toaster combination allows
me to do that and what should I take note off? Any input is appreciated.

Thanks a lot and best regards
wL.




!DSPAM:4adf646b32712835415176!
Jake Vickers
2009-10-21 20:00:02 UTC
Permalink
Post by Care4U
Dear all,
I would like to host some virtual domains. I had decided to install qmail,
vpopmail, simscan, clamav, spamassassin and maildrop. I will be providing 2
types of mail packages. The first package comes with filtering, and the
second does not, depending on preference of the domain owner. For the
filtering package, if a mail scored between 5 - 20, it will be dropped into
a .Spam folder. And above 20, the mail will be deleted. A notice will be
deliver back to the sender. At any point of time, domains can switch between
the 2 types of packages. I am wondering if this toaster combination allows
me to do that and what should I take note off? Any input is appreciated.
Thanks a lot and best regards
wL.
Easy enough. You would define the domains and their settings in your
simcontrol file, like this:
example1.com:clam=yes,spam=no
:clam=yes,spam=yes,spam_hits=20

This would provide no spam filtering for example.com (add as many
domains as you wish to not have filtering, one per line), and by default
the other domains would have spam and virus filtering, with messages
deleted after a score of 20.
To move messages that score between 5-20 to a spam folder, you need to
write a maildrop script. We have one built in for out project,
qmailtoaster.com, that provides everything you've asked for so far in RPMs.


!DSPAM:4adf684832717453318034!
Care4U
2009-10-23 04:30:50 UTC
Permalink
Post by Jake Vickers
Easy enough. You would define the domains and their settings in your
example1.com:clam=yes,spam=no
:clam=yes,spam=yes,spam_hits=20
This would provide no spam filtering for example.com (add as many
domains as you wish to not have filtering, one per line), and by default
the other domains would have spam and virus filtering, with messages
deleted after a score of 20.
To move messages that score between 5-20 to a spam folder, you need to
write a maildrop script. We have one built in for out project,
qmailtoaster.com, that provides everything you've asked for so far in RPMs.
Thanks Jake. I will give it a try and test it.


!DSPAM:4ae1317f32711835496144!

Loading...