Hello all,
I am fairly new to both tmda and tmda-cgi but I am running into a weird problem.
I am running tmda-cgi 0.10 and tmda 0.80
everything seems to work fine 'except' when you "install tmda" onto a useraccount when using the tmda-cgi it always places the following two lines into the default config file:
LOGFILE_DEBUG = "/home/vpopmail/tmdadebug.log"
LOGFILE_INCOMING = "/home/vpopmail/tmdaincoming.log"
LOGFILE_INCOMING = "/home/vpopmail/tmdaincoming.log"
if i simply comment them out it starts working fine.
the strangest part is i do not run vpopmail (never even had it instlaled on this machine)...
here is the complete config file it creates:
username: test8888
------
CGI_VIRTUALUSER = 0
CRYPT_KEY_FILE = "/home/test8888/.tmda/crypt_key"
CONFIRM_APPEND = "/home/test8888/.tmda/lists/confirmed"
DATADIR = "/home/test8888/.tmda/"
FILTER_INCOMING = "/home/test8888/.tmda/filters/incoming"
FILTER_OUTGOING = "/home/test8888/.tmda/filters/outgoing"
LOGFILE_DEBUG = "/home/vpopmail/tmdadebug.log"
LOGFILE_INCOMING = "/home/vpopmail/tmdaincoming.log"
ADDED_HEADERS_CLIENT = {"X-Primary-Address": [EMAIL PROTECTED]}
PENDING_BLACKLIST_APPEND = "/home/test8888/.tmda/lists/blacklist"
PENDING_WHITELIST_APPEND = "/home/test8888/.tmda/lists/whitelist"
TEMPLATE_DIR = "/home/test8888/.tmda/templates/"
------
CRYPT_KEY_FILE = "/home/test8888/.tmda/crypt_key"
CONFIRM_APPEND = "/home/test8888/.tmda/lists/confirmed"
DATADIR = "/home/test8888/.tmda/"
FILTER_INCOMING = "/home/test8888/.tmda/filters/incoming"
FILTER_OUTGOING = "/home/test8888/.tmda/filters/outgoing"
LOGFILE_DEBUG = "/home/vpopmail/tmdadebug.log"
LOGFILE_INCOMING = "/home/vpopmail/tmdaincoming.log"
ADDED_HEADERS_CLIENT = {"X-Primary-Address": [EMAIL PROTECTED]}
PENDING_BLACKLIST_APPEND = "/home/test8888/.tmda/lists/blacklist"
PENDING_WHITELIST_APPEND = "/home/test8888/.tmda/lists/whitelist"
TEMPLATE_DIR = "/home/test8888/.tmda/templates/"
------
any ideas? so far i jumped into the skell/install anomalies file and set the VIRTUAL_TEST to ^/dev/null to make sure it wasnt "thinking" they were vpopper user (which it doesnt seem to notice for the rest of the config but i figured what the hey)...
thanks for any information!
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
