I do not have a /etc/tmdarc but I do have a .tmdarc-tmda file and here are
it's contenets:

ww3# cat .tmdarc-tmda
CONFIRM_APPEND = "/var/vpopmail/domains/techropolis.com/tmda/lists/whitelist"
CONFIRM_MAX_MESSAGE_SIZE = 5000
DATADIR = "/var/vpopmail/domains/techropolis.com/tmda"
FILTER_INCOMING = "/var/vpopmail/domains/techropolis.com/tmda/lists/incoming"

import time
localtime = time.localtime(time.time())
YYYYmm = time.strftime('%Y-%m',localtime)
LOGFILE_INCOMING =
"/var/vpopmail/domains/techropolis.com/tmda/log/tmdalog." + YYYYmm
LOGFILE_DEBUG = "/var/vpopmail/domains/techropolis.com/tmda/log/debug"

PENDING_CACHE =
"/var/vpopmail/domains/techropolis.com/tmda/pending/.msgcache"
TEMPLATE_DIR = "/var/vpopmail/domains/techropolis.com/tmda/"

BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"


I'm also going to ask some of the guys in #qmail on efnet today see if
they have any ideas.  Incedentaly here are my software version:


vpopmail-5.2.1
qmail-1.03
courier-imap-1.6.2


Thanks
Bryan




> I would ask on either the qmail or vpopmail lists if anyone has any
> ideas why qmail wouldn't deliver to a maildir after a program returned
> 0.  A 0 return means to keep processing the qmail file and that's what
> TMDA returns when it quits, right after it logs "OK
> good_confirm_done_cookie".  This is on about line 510 in tmda-rfilter.
> It logs, it takes out a header field and calls mta.deliver().  Since you
> haven't changed the DELIVERY variable in your config file, it
> should be set to "_qok_" by default, which just means exit with the 0
> return code.
>
> Just an odd thought at the end here... do you by any chance have a
> /etc/tmdarc file hanging around?  If so, what are its contents?
>
>
> Tim
> _____________________________________________
> tmda-users mailing list ([EMAIL PROTECTED])
> http://tmda.net/lists/listinfo/tmda-users



_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to