1 message in net.sourceforge.lists.courier-maildrop[maildropl] Forwarding problems
FromSent OnAttachments
Christopher DavisJun 26, 2002 7:07 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Forwarding problemsActions...
From:Christopher Davis (chr@familyvoice.com)
Date:Jun 26, 2002 7:07:43 am
List:net.sourceforge.lists.courier-maildrop

Hi. I just posted this to the vpopmail list and no answers so far... I'm using maildrop-1.3.8 and vpopmail-5.2.1 with seekable patch. Here what happens. When a user on one of my local domains sets a .qmail file to forward (&us@otherlocaldomain.com) to another local domain, vpopmail/qmail just tries to move the message to the new maildir and does not add new headers and most importantly, it does not seem to reset the EXT and HOST vars. I have the following (simplified) maildroprc:

import EXT import HOST VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST` xfilter "/usr/bin/spamc -f -u $EXT@$HOST" to $VHOME/Maildir exit

So when an email is sent to us@localdomain1.com and is forwarded (or catchall) to vali@localdomain2.com, maildrop actually tries to deliver it the first domain because it still thinks that's where it's going to because (I'm assuming) EXT and HOST are still set to old. Of course, forwarding from offsite works fine. Any ideas?