[EMAIL PROTECTED]:/usr/local/vpopmail/domains/freedomvoice.com/devemails# ls -l
.qmail
-rw-r--r--    1 vpopmail vchkpw        104 Jul 13 12:20 .qmail
[EMAIL PROTECTED]:/usr/local/vpopmail/domains/freedomvoice.com/devemails# cat
.qmail
|/usr/local/vpopmail/bin/vdelivermail ''
/usr/local/vpopmail/domains/freedomvoice.com/jeremiah/Maildir/
[EMAIL PROTECTED]:/usr/local/vpopmail/domains/freedomvoice.com/devemails#

So I created a .qmail file in a test user directory, devemails, and I put in
that the line:

|/usr/local/vpopmail/bin/vdelivermail ''
/usr/local/vpopmail/domains/freedomvoice.com/jeremiah/Maildir/

But it does not deliver the email to my user when I email the devemails
account.


-----Original Message-----
From: Ken Jones [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 13, 2007 11:51 AM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] Using vdelivermail

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 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 quickly.  I need a way to deliver the email to the box in question
> without going back through qmail-queue.  I was hoping to use vdelivermail
to
> provide that path.
> 
> -----Original Message-----
> From: Ken Jones [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 13, 2007 10:57 AM
> To: vchkpw@inter7.com
> Subject: Re: [vchkpw] Using vdelivermail
> 
> 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 ( <mailto:&[EMAIL PROTECTED]>
>> &[EMAIL PROTECTED]) because if I do, QUEUE_EXTRA will loop the forwarded
>> email back to the log address again, causing a massive email loop.  So
>> instead, I'm trying to use vdelivermail to push the email directly into
> the
>> managers' inboxes to avoid going back through the queue.  So I have:
>>
>>  
>>
>> /usr/local/vpopmail/domains/blah.com/log/.qmail:
>>
>>  
>>
>> |/usr/local/vpopmail/bin/vdelivermail ''
>> /usr/local/vpopmail/domains/blah.com/managerguy
>>
>> |/usr/local/vpopmail/bin/vdelivermail ''
>> /usr/local/vpopmail/domains/blah.com/othermanager
>>
>>  
>>
>> That's it.  I just want to pipe copies to those users.  Neither user gets
>> the message.  There are no messages in my qmail logs from vdelivermail.
> I'm
>> wondering if my syntax is wrong or how I can figure out what vpopmail is
>> doing and why it doesn't forward the email.  Any hints / information
> greatly
>> appreciated.
> 
> Try using this syntax
> &[EMAIL PROTECTED]
> |/usr/local/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]
> 
> .qmail supports a standard forwarding
> 
> Ken Jones
> 
> 

Reply via email to