hallo temans....
saya sedang mencoba memasang plugin courier vacation di squirrelmail....
mail servernya pake qmail ala qmailrocks ( pake vpopmail dg mysql )
saya sudah create di /home/vpopmail/domains/domain.com/user1/.qmail dengan
isi :
| maildrop maildroprc

isi maildroprc berasal dr READMEnya courier vacation....yaitu

#
## MAILDROPRC
#

# test for vacation file, if it exists, send autoresponse
#
`test -f vacation.txt`
if ($RETURNCODE==0)
{


   # test for vacation message subject, use it if found
   #
   `test -f vacation_subject.txt`
   if ($RETURNCODE==0)
   {

      SUBJECT=`cat vacation_subject.txt`
      cc "| mailbot -t vacation.txt -A 'From: $LOGNAME' -A 'Subject:
$SUBJECT' /usr/sbin/sendmail -f ''"


   # otherwise, regular "Re:" syntax for subject is automatic
   #
   }
   else
   {

      cc "| mailbot -t vacation.txt -A 'From: $LOGNAME'
/usr/sbin/sendmail -f ''"

   }


   # test for any cc addresses, forward to those addresses if present
   #
   `test -f vacation_cc_addresses.txt`
   if ($RETURNCODE==0)
   {

      # grab cc addresses
      #
      CCADDRESSES=`cat vacation_cc_addresses.txt`


      # do we need to keep a copy of messages in this account or not?
      #
      `test -f vacation_keep_messages.txt`
      if ($RETURNCODE==0)
      {
         cc "! -f \"$FROM\" $CCADDRESSES"
      }
      else
      {
         to "! -f \"$FROM\" $CCADDRESSES"
      }

   }

}

di config.php udah saya set sesuai dg field2 yg ada di mysql...
file .qmail dan maildroprc sudah saya set 600 dg user/group vpopmail dan
vchkpw...
saya sudah aktifkan courier vacationnya buat user1 dan user2 mengirim email
ke user 1....tetapi tidak ada autoreply buat user 2 dr user1.....kalo liat
log di /var/log/qmail/qmail-send/current tidak ada error....
trus kalo saya jalankan
# test -f vacation.txt && echo "ada" ( di direktori /home/*/user1)
return "ada" muncul.....

kiranya temen2 ada yg dpt memberi solusi atas problem ini....
sebelum dan sesudahnya saya ucapkan terima kasih....

legowo



---------------------------------------------------------------------------------------------
 +++++++++++++++++++  Scanned by our internal antivirus  +++++++++++++++++++
---------------------------------------------------------------------------------------------


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis

Kirim email ke