Hi list...
I have...
qmail + vpopmail 5.3.8 8 (include seekable ) +
maildrop 1.4.0

in the .qmail-default file i have...
| /usr/local/bin/maildrop

when I send email to non-existen or existen user I got
the error in the subject:
vdelivermail: no HOST environment varilable.
The question is why I get that message, if I use in
the .qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
I have not problem...
any idea???

Help is welcome!!!

JM:.


below is the maildroprc script

<---
# --- Script Begin ---
import HOME
import EXT
import HOST

VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`
if ( $VHOME == /"no such user ${EXT}@${HOST}"/)
  {
   to "| /home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox"
   #to "| `/home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox`"
   exit
  }
#else
#{
if ( $SIZE < 262144 )
    {
    xfilter "/usr/bin/spamc -f -u $EXT@$HOST"
    if (/^X-Spam-Flag: *YES/)
        {
        `test -d $VHOME/Maildir/.JunkMail`
        if( $RETURNCODE != 1 )
            {
            to $VHOME/Maildir/.JunkMail
           exit
            }
        else
            {
            to $VHOME/Maildir
            exit
            }
        }
        else
            {
            to $VHOME/Maildir
            exit
            }
        }
    else
        {
        to $VHOME/Maildir
        exit
        }
#} # End first else
# --- Script End ---:1


  --->


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

Reply via email to