Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Ken Jones
Jeremiah Gowdy wrote: I am using qmail with vpopmail, having qmail compiled with QUEUE_EXTRA to log all of the received emails on my domain to a particular address. I want to forward copies of these emails to managers for quality monitoring. I can't use standard qmail forward syntax (

RE: [vchkpw] Using vdelivermail

2007-07-13 Thread Jeremiah Gowdy
Yeah, I was trying to describe that unfortunately I can't use qmail's standard forwarding system with QUEUE_EXTRA, because the forwarded message passes through the queue, and is then duplicated again back to the log account. This creates an infinite loop of emails that crushes the server pretty

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Ken Jones
If you know the path to the maildir you can use that instead like: /home/vpopmail/domains/somedomain/someuser/Maildir/ then the vdelivermail line That will keep it out of the queue since qmail-local will just drop it into the Maildir/new directory. Ken Jeremiah Gowdy wrote: Yeah, I was

RE: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Romero
On Fri, 2007-07-13 at 11:48 -0700, Jeremiah Gowdy wrote: Yeah, I was trying to describe that unfortunately I can't use qmail's standard forwarding system with QUEUE_EXTRA, because the forwarded message passes through the queue, and is then duplicated again back to the log account. This

RE: [vchkpw] Using vdelivermail

2007-07-13 Thread Jeremiah Gowdy
[EMAIL PROTECTED]:/usr/local/vpopmail/domains/freedomvoice.com/devemails# ls -l .qmail -rw-r--r--1 vpopmail vchkpw104 Jul 13 12:20 .qmail [EMAIL PROTECTED]:/usr/local/vpopmail/domains/freedomvoice.com/devemails# cat .qmail |/usr/local/vpopmail/bin/vdelivermail ''

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Remo Mattei
here is the .qmail-devemails that you need to use copy and paste this: make sure it's in one line |/home/vpopmail//bin/vdelivermail '' /home/vpopmail/domains/freedomvoice.com/devemails Bye, Remo Jeremiah Gowdy wrote: [EMAIL

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Remo Mattei
update forgot the /Maildir/ at the end of the path. Remo Mattei wrote: here is the .qmail-devemails that you need to use copy and paste this: make sure it's in one line |/home/vpopmail//bin/vdelivermail '' /home/vpopmail/domains/freedomvoice.com/devemails Bye, Remo Jeremiah Gowdy

[vchkpw] deleting user from mysql backend

2007-07-13 Thread Matt
Hello all, I'm getting a strange error when I try to delete a domain from the mysql backend. I use command: vdeldomain domain and it returns with: Warning: Failed while attempting to delete domain from auth backend Everything seems to delete okay though, the entry from rcpthosts,

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Remo Mattei wrote: here is the .qmail-devemails that you need to use copy and paste this: make sure it's in one line |/home/vpopmail//bin/vdelivermail '' /home/vpopmail/domains/freedomvoice.com/devemails That would be valid contents for .qmail-default in a vpopmail domain directory. That

Re: [vchkpw] deleting user from mysql backend

2007-07-13 Thread Ismail YENIGUL
Hi Matt, Check your mysql tables. Possible domain is not deleted from MySQL DB for a reason (db connection problem, corrupted tables etc...) Does this happen only when you delete the domain? what about creating domains and users? Friday, July 13, 2007, 10:39:59 PM, you wrote: Hello all, I'm

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Remo Mattei
good point Rick those options have worked good for me as well. Remo Rick Widmer wrote: Remo Mattei wrote: That would be valid contents for .qmail-default in a vpopmail domain directory. That or one of the three variations qmailadmin uses and vdelivermail supports is the ONLY

RE: [vchkpw] Using vdelivermail

2007-07-13 Thread Jeremiah Gowdy
Qmailtap is exactly what I'm looking for, thanks! -Original Message- From: Rick Widmer [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 1:27 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] Using vdelivermail Remo Mattei wrote: here is the .qmail-devemails that you need to use

[vchkpw] Fixup for qmailtaps

2007-07-13 Thread Jeremiah Gowdy
I noticed with qmailtaps, if a message matches a tap rule for the from address, it can't match a tap rule for a to address. So I'm trying to use the program with a list of employees for one dept, forwarding to their manager, and a list of employees for another dept etc. If an employee in one

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Jeremiah Gowdy wrote: Qmailtap is exactly what I'm looking for, thanks! Great, glad to hear it. In response to this thread, and several similar, recent threads I've added a README.vdelivermail file to the vpopmail CVS. It should appear in the next stable release. Here it is:

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Tom Collins
On Jul 13, 2007, at 3:31 PM, Rick Widmer wrote: Bounce-no-mailbox is no longer recommended, as it allows your mail server to be used in Joe-Jobs. It now seems better to delete all mail to invalid addresses rather than spamming the random senders used by spam-bots. I still recommend

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Tom Collins wrote: snip Please reconsider that recommendation. Perhaps some discussion on the list is in order... Discussion is most welcome. That's a major reason why I posted it. With chkuser, is it possible to pull a joe-job? The spammer connects directly to my SMTP server, but

Re: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Widmer
Tom Collins wrote: snip Please reconsider that recommendation. Perhaps some discussion on the list is in order... Discussion is most welcome. That's a major reason why I posted it. With chkuser, is it possible to pull a joe-job? The spammer connects directly to my SMTP server, but I