[vchkpw] All e-mails tagged from Spamassassin automatically in a different directory

2006-01-03 Thread lists
Hi, I'm using qmail with vpopmail and simscan. Via simscan I'm using Spamassassin 3.1. Is there any possibility to move any incoming mails, which are tagged by sa, in a special directory for that perticular domain? Or is this a qmail question? Regards Christoph

RE: [vchkpw] All e-mails tagged from Spamassassin automatically in a differentdirectory

2006-01-03 Thread Charles J. Boening
You would probably want to use maildrop to do this. You could do it at a domain level or user level. In a user .qmail or the domain .qmail-default, you'd call maildrop |maildrop mailfilter Then you'd have a mailfilter file, in the same directory as the .qmail file, that looks similar to this:

[vchkpw] Feature for vdelivermail

2006-01-03 Thread lists
Hi, after the resultless search for a filter for emails tagged by spamassassin I now want to add some small code to vdelivermail. The plan: When the mail is tagged by spamassassin vdelivermail should not deliver to $DOMAIN/$USER/Maildir/new but to $DOMAIN/$USER/Maildir/.Spam/new. This

[vchkpw] Re: Feature for vdelivermail

2006-01-03 Thread Robin Bowes
[EMAIL PROTECTED] said the following on 03/01/2006 15:28: Hi, after the resultless search for a filter for emails tagged by spamassassin I now want to add some small code to vdelivermail. The plan: When the mail is tagged by spamassassin vdelivermail should not deliver to

Re: [vchkpw] Re: Feature for vdelivermail

2006-01-03 Thread lists
Hi Robin, Zitat von Robin Bowes [EMAIL PROTECTED]: As someone has already replied, maildrop can do this for you. This sort of code does not belong in vdelivermail. Yeah, that mail was too late. I've seen it a few minutes after my last mail :D. Some other question: Why maildrop doesn't

RE: [vchkpw] Re: Feature for vdelivermail

2006-01-03 Thread Charles J. Boening
I don't believe you need the HOME=$HOME/$EXT line. $HOME should point to the user directory containing Maildir. I've had problems with maildrop when I first set things up. It was like indentation had to be a certain way or something. Of course, it could just be that while changing indentation

RE: [vchkpw] Re: Feature for vdelivermail

2006-01-03 Thread lists
Zitat von Charles J. Boening [EMAIL PROTECTED]: I don't believe you need the HOME=$HOME/$EXT line. $HOME should point to the user directory containing Maildir. The first error was, that maildrop has forgotton the username. So HOME=$HOME/$EXT ends in the absolute path to the maildir for me.

RE: [vchkpw] Re: Feature for vdelivermail

2006-01-03 Thread Charles J. Boening
Make sure you check permissions on the mailfilter file. Should be vchkpw.vpopmail and chmod 600 One thing you can do is echo out information to a temp file as you're running. `echo $HOME /tmp/home.txt` I think that should work. May help in debugging. Are you running the latest version of

[vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
Hi there, Anybody could help me. When I am trying to reply from Squirrel online I get this message: ERROR: ERROR : Could not append message to INBOX.Sent. Server responded: [ALERT] You exceeded your mail quota. Solution: Remove

RE: [vchkpw] reply problem

2006-01-03 Thread Robert Bartlett
It's basically saying it can't add the email into the sent folder because there's not enough space in your mailbox. The header error is php, meaning data was sent to the browser before the php header command was given. Robert -Original Message- From: Saimir Hafizi [mailto:[EMAIL

Re: [vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
Thank you Robert for your response. Could you tell me please how I deal with this problem. - Original Message - From: Robert Bartlett [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Tuesday, January 03, 2006 1:32 PM Subject: RE: [vchkpw] reply problem It's basically saying it can't add

RE: [vchkpw] reply problem

2006-01-03 Thread Robert Bartlett
Well if the error is telling the truth you need to either increase your mail quota or delete some emails from your inbox to free up space. Are you using qmailadmin to administrate your email accounts? Robert -Original Message- From: Saimir Hafizi [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: [vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
yes - Original Message - From: Robert Bartlett [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Tuesday, January 03, 2006 1:41 PM Subject: RE: [vchkpw] reply problem Well if the error is telling the truth you need to either increase your mail quota or delete some emails from your inbox

RE: [vchkpw] reply problem

2006-01-03 Thread Robert Bartlett
Then I would suggest to login to qmailadmin and up your quota on the account that is giving you this error. Robert -Original Message- From: Saimir Hafizi [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 12:17 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] reply problem yes

Re: [vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
it is being set up as NOQUOTA. what should I change for? - Original Message - From: Robert Bartlett [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Tuesday, January 03, 2006 2:08 PM Subject: RE: [vchkpw] reply problem Then I would suggest to login to qmailadmin and up your quota on the

RE: [vchkpw] reply problem

2006-01-03 Thread Robert Bartlett
If it is being setup as noquota then I believe there is something wrong. NOQUOTA usually means unlimited space for that account. Perhaps the domain settings are over quota? If you use vqadmin I would check that and up the quota for the mail domain and see if that works. Robert -Original

Re: [vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
I checked the domain for the quota and it is unlimited (NOQUOTA) fot its accounts. All together accounts have used around 0.1 ( is this MB?) - Original Message - From: Robert Bartlett [EMAIL PROTECTED] To: vchkpw@inter7.com Sent: Tuesday, January 03, 2006 2:16 PM Subject: RE: [vchkpw]

Re: [vchkpw] reply problem

2006-01-03 Thread Saimir Hafizi
Thank you Robert. For the moment I think I resolved it by deleting and recreating again that account. Shouldn't work in this way but I don't know much about qmail, so I used the easiest one. Anyways, thank you for your help saimir - Original Message - From: Robert Bartlett [EMAIL

RE: [vchkpw] vadduser from perl script via sudo

2006-01-03 Thread Jonathan Cutrer
I have created a user registration script to create a new email account. The script is written in perl and call vadduser, I have added a sudo entry to allow the webserver user to execute vadduser as root. The script has worked well for sometime but now receives the following error. This error

RE: [vchkpw] high cpu with qmail-smtpd-chk or vchkpw

2006-01-03 Thread Jonathan Cutrer
I recompiled vpopmail without domainquotas but the problem still exists. PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 9765 vpopmail 25 0 6884 1412 1176 R 16.6 0.1 1:54.98 qmail-smtpd-chk did you recompile that? vpopmail's library is a static library, meaning