Mail comes in and then a challenge is sent out immediately.
When the user responds to my challenge, TMDA simply sends out another challenge for that. . . it never matches the challenge with the response.
Does anyone have any idea what I could be doing wrong here? Here is my config file (with my real domain written as xxx.com):
CGI_VIRTUALUSER = 0
DELIVERY = "~/Maildir/"
MAIL_TRANSFER_AGENT = "postfix"
CRYPT_KEY_FILE = "/home/keith/.tmda/crypt_key"
CONFIRM_ADDRESS = "[EMAIL PROTECTED]"
CONFIRM_APPEND = "/home/keith/.tmda/lists/confirmed"
DATADIR = "/home/keith/.tmda/"
FILTER_INCOMING = "/home/keith/.tmda/filters/incoming"
FILTER_OUTGOING = "/home/keith/.tmda/filters/outgoing"
FULLNAME = 'Keith G. Weinberg'
HOSTNAME = "xxx.com"
LOGFILE_DEBUG = "/home/keith/tmdadebug.log"
LOGFILE_INCOMING = "/home/keith/tmdaincoming.log"
LOGFILE_OUTGOING = "/home/keith/tmdaoutgoing.log"
ADDED_HEADERS_CLIENT = {"X-Primary-Address": "[EMAIL PROTECTED]"}
PENDING_BLACKLIST_APPEND = "/home/keith/.tmda/lists/blacklist"
PENDING_WHITELIST_APPEND = "/home/keith/.tmda/lists/whitelist"
TEMPLATE_DIR = "/home/keith/.tmda/templates/"
My .forward file says this: "| /usr/bin/tmda-filter"
I'm pretty stumped and don't know where to look from here. Any help would be greatly appreciated
/<
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
