From: spork <sp...@fa...> - 2003-07-19 08:45:28
|
On Fri, 18 Jul 2003, Chris Hallgren wrote: > Wow looks like it fixes the .qmail for the catchall account now. I have not > tested it yet. That would be a no-go. It appears that something is clobbering some environment variables I need to deliver the mail with maildrop. My maildrop filters still work fine for mail sent directly to a "real" account, but here's what I'm getting from maildrop when sending to a catchall: 2003-07-19 04:35:34.824884500 starting delivery 11733: msg 43650 to local fas...@fa... 2003-07-19 04:35:34.826738500 status: local 1/10 remote 0/20 2003-07-19 04:35:35.272375500 delivery 11733: deferral: Message_start_at_45_bytes,_envelope_sender=sp...@in.../maildrop:_Attempting_/usr/local/etc/mailfilter.user/maildrop:_Filtering_through_`/home/vpopmail/bin/vuserinfo_-d_$EXT@$HOST`//usr/local/bin/maildrop:_Unable_to_create_log_file./ 2003-07-19 04:35:35.352168500 status: local 0/10 remote 0/20 This is domain "fasttrackmonkey.com" and I'm sending to "as...@fa...". The domain's .qmail-default looks like this: | /home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/fasttrackmonkey.com/spork And the user's .qmail file looks like this: |preline /usr/local/bin/maildrop -V 2 /usr/local/etc/mailfilter.user The beginning of mailfilter.user looks like this (I added the "import" statements, for testing, they were not there before; same result with or without them): SHELL="/bin/sh" import EXT import HOST VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST` logfile "$VHOME/maildrop.log" log "=====" if ( $SIZE < 262144 ) { exception { xfilter "/usr/local/bin/spamc -f -u $EXT@$HOST" } } So I've got to back out to 5.3.20, but I'll gladly test any patches, it's fairly trivial to switch between versions. Thanks, Charles > Chris > ----- Original Message ----- > From: "Tom Collins" <to...@to...> > To: <qma...@li...> > Sent: Thursday, July 17, 2003 19:50 > Subject: [qmailadmin-devel] Updated vpopmail -- please review before public > announcement > > > > <http://sourceforge.net/projects/vpopmail/> > > > > There were a lot of patches that went into this release, and I have yet > > to set up a development server for vpopmail/qmailadmin testing with > > MySQL databases (although I'm very close to doing so). > > > > Can some of you download and compile 5.3.21 on one of your > > development/test boxes to make sure it at least compiles? All of the > > changes seemed sane, but I could have botched something along the way. > > > > -T > > > > 5.3.21 - released 17-Jul-03 > > > > Ole Gjerde > > - Check return code from vdeliver_mail in valias code and exit > > appropriately on errors. Previously, mail could be lost. > > > > Cory Wright (and others) > > - Fix missing "\" in multi-line #define in vmysql.h. > > > > Maurice Snellen > > - When logging POP3 logins, now includes system accounts. > > > > Emris and Jeff Hedlund > > - Ignore comments when processing .qmail files. > > > > Moshe Jacobson > > - Allow colons in cleartext passwords (vqpasswd() in > > vpopmail.c). > > > > Jonas Thomsen > > - Ignore final '.' in users/assign when running 'vconvert -c > > -m'. > > > > Michael Bowe > > - Remove debug printfs from vdelivermail on overquota bounces. > > > > Jeff Hedlund > > - Ignore comments when processing .qmail files. > > - Process .qmail file when delivering to local (Maildir) > > catchall. > > - vdelivermail now properly sets $EXT@$HOST and sets Deliver-To > > header on local deliveries. > > > > Tom Collins > > - Fix usage formatting on vconvert. > > - Support for MB/KB quota formats in vmoduser. > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: VM Ware > > With VMware you can run multiple operating systems on a single machine. > > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > > _______________________________________________ > > qmailadmin-devel mailing list > > qma...@li... > > https://lists.sourceforge.net/lists/listinfo/qmailadmin-devel > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > qmailadmin-devel mailing list > qma...@li... > https://lists.sourceforge.net/lists/listinfo/qmailadmin-devel > |