Re: [vchkpw] Delete messages receiveds by a user.

2003-07-14 Thread Tom Collins
On Monday, July 14, 2003, at 02:18  PM, Jaime Chereau wrote:
I have a ".qmail-user" with "| /var/vpopmail//bin/vdelivermail ''
/dev/null"
Is this right or i have another option???
Just put a "#" in the .qmail-user file.  vdelivermail can't handle 
comments (the "#" line) in .qmail files, but qmail-local should process 
a .qmail-user file before vdelivermail even gets involved.

Another way that works for both qmail-local and vdelivermail is

|/bin/true

or

/dev/null

Note that you can bounce messages as well with a .qmail-user file like 
this:

|/var/qmail/bin/bouncesaying 'Invalid account'

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



[vchkpw] Delete messages receiveds by a user.

2003-07-14 Thread Jaime Chereau
Hi all.

I'm new working with vpopmail, and i have a question

I have old's direction in my system and i need "delete" emails
to this...

I have a ".qmail-user" with "| /var/vpopmail//bin/vdelivermail ''
/dev/null"

Is this right or i have another option???

I have all option's in qmail working with vpopmail or not???

thanks