hi mailinglist since i updated tmda from 0.57 to 0.65 my old config doesen't work anymore.
i am runing tmda together with vpopmail on a freebsd 4.6 box. originally i set up tmda with the following howto: http://www.visca.com/tmda/tmda_vpop.html here is my tmda config file: -- CONFIRM_APPEND = "/var/mh/outof.ch/sdr/lists/whitelist_confirmed" CONFIRM_MAX_MESSAGE_SIZE = 5000 DATADIR = "/var/mh/outof.ch/sdr/" DELIVERED_CACHE = "/var/mh/outof.ch/sdr/pending/.delivered_cache" FILTER_INCOMING = "/var/mh/outof.ch/sdr/lists/incoming" import time localtime = time.localtime(time.time()) YYYYmm = time.strftime('%Y-%m',localtime) LOGFILE_INCOMING = "/var/mh/outof.ch/sdr/log/tmdalog." + YYYYmm LOGFILE_DEBUG = "/var/mh/outof.ch/sdr/log/debug" PENDING_CACHE = "/var/mh/outof.ch/sdr/pending/.msgcache" TEMPLATE_DIR = "/var/mh/outof.ch/sdr/" BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]" -- when i am sending a message that is in one of the defined lists, everything works okay. if the message isn't in the list, the please confirm mail is sent. but if i confirm this message tmda doesn't seem to recognize that mail as a confirmation, it simply sends the same "please confirm"-mail again. it also doesn't write the adress in the whitelist_confirmed even though i defined: CONFIRM_APPEND = "/var/mh/outof.ch/sdr/lists/whitelist_confirmed" a debug entry is not written. did i miss something important by uptating to 0.65? any help would be gratefully appreciated. emanuel haupt _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
