[qmailtoaster] Domain over quota?

2006-01-23 Thread Eric Webster
I am having a problem with emails bouncing saying that the domain is
over quota. These users do not have a quota set, nor should the
domain, and other users with no quota (and more messages) do not have
any problems.

Any ideas?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail Toaster spamassassin whitelisting

2006-01-23 Thread Jake Vickers

Elliot Adler wrote:

Can anyone advise me where you enter the addresses you want to 
whitelist is this done some where in simscan or is it in 
/etc/mail/spamassassin/local.cf and then restart spamassassin


In your /etc/mail/spamassassin/local.cf file, add the following line:
whitelist_from [EMAIL PROTECTED]
or for whole domains:
whitelist_from [EMAIL PROTECTED]

That will assign the incoming message for that user (or domain) a score 
of -100 before it gets processed by spamassassin. Hopefully it doesn't 
get more than 107 points
As far as restarting spamassassin, you can either grab the script I've 
already set up from my site for this (jake.com/qmail) or issue the 
following commands:

svc -d /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svc -t /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svc -u /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svstat /var/qmail/supervise/spamd
svstat /var/qmail/supervise/spamd/log


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Re: Domain over quota?

2006-01-23 Thread Eric Webster
Apparently this was caused by these users not having the Spam
Detection box checked. When checked it works fine, when not, they get
quota errors.

On 1/23/06, Eric Webster [EMAIL PROTECTED] wrote:
 I am having a problem with emails bouncing saying that the domain is
 over quota. These users do not have a quota set, nor should the
 domain, and other users with no quota (and more messages) do not have
 any problems.

 Any ideas?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail Toaster spamassassin whitelisting

2006-01-23 Thread Elliot Adler

Thanks for your help


Jake Vickers wrote:


Elliot Adler wrote:

Can anyone advise me where you enter the addresses you want to 
whitelist is this done some where in simscan or is it in 
/etc/mail/spamassassin/local.cf and then restart spamassassin



In your /etc/mail/spamassassin/local.cf file, add the following line:
whitelist_from [EMAIL PROTECTED]
or for whole domains:
whitelist_from [EMAIL PROTECTED]

That will assign the incoming message for that user (or domain) a 
score of -100 before it gets processed by spamassassin. Hopefully it 
doesn't get more than 107 points
As far as restarting spamassassin, you can either grab the script I've 
already set up from my site for this (jake.com/qmail) or issue the 
following commands:

svc -d /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svc -t /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svc -u /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
svstat /var/qmail/supervise/spamd
svstat /var/qmail/supervise/spamd/log


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail Toaster spamassassin whitelisting

2006-01-23 Thread Warren
I wouldn't put that in local.cf.  I make a file called 1-whitelist.cf
and put all of my whitelists in there.

Any file in that directory that ends in .cf will be read by
spamassassin, so why clutter up your local file?

W

Jake Vickers wrote:
 Elliot Adler wrote:

 Can anyone advise me where you enter the addresses you want to
 whitelist is this done some where in simscan or is it in
 /etc/mail/spamassassin/local.cf and then restart spamassassin

 In your /etc/mail/spamassassin/local.cf file, add the following line:
 whitelist_from [EMAIL PROTECTED]
 or for whole domains:
 whitelist_from [EMAIL PROTECTED]

 That will assign the incoming message for that user (or domain) a
 score of -100 before it gets processed by spamassassin. Hopefully it
 doesn't get more than 107 points
 As far as restarting spamassassin, you can either grab the script I've
 already set up from my site for this (jake.com/qmail) or issue the
 following commands:
 svc -d /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
 svc -t /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
 svc -u /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
 svstat /var/qmail/supervise/spamd
 svstat /var/qmail/supervise/spamd/log


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster/qmail management tools

2006-01-23 Thread Jake Vickers

Alex wrote:

Can anyone point to some reliable qmail scripts/tools to make the qmail 
management on a qmailtoaster server easier. 


Queue/spam/virus/stats etc..
 

I have some scripts on my site to help with a couple items (from the 
command line at least) at jakev.com/qmail
Another good source is qmail.org . There are a lot of items on there for 
queue management and what-not. Toaster adheres to the LifeWithQmail 
standard, so anything that is compatible with that install should work 
without too much extra work.

Hope that helps. If you have any specific questions, feel free to ask.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster/qmail management tools

2006-01-23 Thread Alex
I found these tools any feedback?

http://www.redwoodsoft.com/~dru/mailRemove/

http://jeremy.kister.net/code/qmqtool/

neither seem to work with qmailtoaster, I think due to the system 
layout.

 Alex wrote:
 
 Can anyone point to some reliable qmail scripts/tools to make the 
qmail 
 management on a qmailtoaster server easier. 
 
 Queue/spam/virus/stats etc..
   
 
 I have some scripts on my site to help with a couple items (from the 
 command line at least) at jakev.com/qmail
 Another good source is qmail.org . There are a lot of items on there 
for 
 queue management and what-not. Toaster adheres to the LifeWithQmail 
 standard, so anything that is compatible with that install should 
work 
 without too much extra work.
 Hope that helps. If you have any specific questions, feel free to ask.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: qmailtoaster-list-
[EMAIL PROTECTED]
 
 
 

-- 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail Toaster spamassassin whitelisting

2006-01-23 Thread Johnny Hughes
On Mon, 2006-01-23 at 14:22 -0500, Jake Vickers wrote:
 Warren wrote:
 
 I wouldn't put that in local.cf.  I make a file called 1-whitelist.cf
 and put all of my whitelists in there.
 
 Any file in that directory that ends in .cf will be read by
 spamassassin, so why clutter up your local file?
   
 
 Personal preference. I only whitelist about 12 domains, so it was easier 
 for me while I was in changing values in my local.cf file to add them 
 there anyway.
 If you have more than a few to add, a secondary file is a good idea. I 
 just haven't had a need for it yet grin
 
Be careful with upgrades :)

Latest upgrade replaced my local.cf ... luckily I had it backed up.


signature.asc
Description: This is a digitally signed message part


Re: [qmailtoaster] Domain over quota?

2006-01-23 Thread Wiliarto Prio Utomo
It's not about user quota... This is quota for domain.
You can change quota for domain in :

/home/vpopmail/etc/vlimits.default
maxpopaccounts: -1
maxaliases: 0
maxforwards: -1
maxautoresponders: -1
maxmailinglists: -1
quota: 5000  --- quota for domain 
maxmsgcount: 10
default_quota: 51943040
default_maxmsgcount: 4000
perm_account: 0
perm_alias: 0
perm_forward: 0
perm_autoresponder: 0
perm_maillist: 0
perm_quota: 0
perm_defaultquota: 0

or you can use ./vmoddomlimits
in /home/vpopmail/bin
read help for syntax


- Original Message - 
From: Eric Webster [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, January 23, 2006 11:14 PM
Subject: [qmailtoaster] Domain over quota?


I am having a problem with emails bouncing saying that the domain is
over quota. These users do not have a quota set, nor should the
domain, and other users with no quota (and more messages) do not have
any problems.

Any ideas?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] What does the spam detection button (qmailadmin) change??

2006-01-23 Thread Chris Le Brese


Hi Everyone, 

I was wondering what does the Spam Detection button within qmailadmin alter? 


I know it creates a .qmail file inside the users home directory
/home/vpopmail/domains/mydomain/brezey 


Inside the file:
|/var/qmail/bin/preline /usr/bin/maildrop -A 'Content-Filter: 
maildrop-toaster' /etc/mail/mailfilter 

Is this the only thing the Spam Detection checkbox does, or does it add 
something somwhere else? 

I have tried copying this .qmail file into another users directory to see if 
it will redirect spam for a different user. It didn't work. 


I am trying to write my own script so that users can choose between:
1) Tagging spam with ***SPAM*** and leaving it in their inbox; or
2) Moving Spam into their spam folder and dropping after a score of 12. 

Our users will have access to our custom email settings site and not the 
normal qmailadmin so thats why I need to know whats altered. 

Any other ways of doing it will be great. 

Thanx in advance for any help, 

 Chris 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] qmailtoaster/qmail management tools

2006-01-23 Thread Linux Rockz
I have a package that I working on/ developing called MyBashAdmin.
http://mybashadmin.sourceforge.net/
One of the administrative  sections/menus is for Qmailtoaster
administration (myqmail).
Also in the download/files section of my SourceForge project...

I have a Qmailtoaster package.
Customizable Qmailtoaster install script for those that prefer
Qmail-scanner Patched.
As well as a Squirrelmail Customization, Qmailtoaster Admin
Customization, Rotational Backup scripts

These do need a little tweaking for the lastest QMT release.
However they are a very good templates. 
I will update these scripts, as well for those going with the normal simscan 
route soon.



Qmailtoaster install script for those that prefer Qmail-scanner Patched.
Requirements:
Clean CentOS 4 Server install.
DAG Repository enabled (http://dag.wieers.com/home-made)

1. LSN-QMTInstall Script
Features:
* Qmail-scanner Patched
* Spamassassin with Mysql Bayes and User preferences
* ClamAV
* Mysql Bayes
* Qmail Spam/Ham/Trash Maintainance run Daily

2. Squirrelmail Customization and Plugins
Auto install of following plugins:
* SASQL
* Email Footer
* Compose Extras
* Image Buttons
* Msg Flags
* Legend
* Selelct Range
* Archive Mail
* Preview Plane
* Tnef Attachments
* Html Mail
* View As Html
* GPG Plugin
* Auto Complete
* Show IP
* Templates
* Addressbook Import
* File Manager
* Timeout Plugin
* Empty Folder

3. Qmailtoaster Admin Customization script
4. Qmail Rotational Backup Script





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]