hey list; I'm having some configuration problems with tmda 1.0.2 and, after reading and testing for three days with no luck, I've finally broken down and am asking for help.
First problem is that email address are being auto-whitelisted to my /home/domain.com/.tmda/lists/whitelist as I would expect, yet despite this subsequent messages from that same email address have to go through the confirmation process again. Once confirmed, messages are delivered to [EMAIL PROTECTED] but the original "from" is replaced by User Name [EMAIL PROTECTED] where domain2.com is the name of the box and User Name is the unix user name. Another strange thing is that my SpamAssassin headers disappear. I'm using qmail, vmailmgr, and SpamAssassin. I have no /etc/tdmarc file, my /home/domain.com/.tmda/config file is as follows : --------------------------------------------------------------- import os CRYPT_KEY_FILE = "/home/domain.com/.tmda/crypt_key" DATADIR = "/home/domain.com/.tmda/" ACTION_INCOMING = "confirm" ACTION_OUTGOING = "bare" CONFIRM_APPEND = "/home/domain.com/.tmda/lists/whitelist" FILTER_INCOMING = "/home/domain.com/.tmda/filters/incoming" FILTER_OUTGOING = "/home/domain.com/.tmda/filters/outgoing" PENDING_WHITELIST_APPEND = CONFIRM_APPEND PENDING_BLACKLIST_APPEND = "/home/domain.com/.tmda/lists/blacklist" PENDING_RELEASE_APPEND = CONFIRM_APPEND HOSTNAME = "domain.com" LOGFILE_INCOMING = "/home/domain.com/.tmda/logs/incoming" LOGFILE_OUTGOING = "/home/domain.com/.tmda/logs/outgoing" LOGFILE_DEBUG = "/home/domain.com/.tmda/logs/debug" BARE_APPEND = "/home/domain.com/.tmda/lists/whitelist" --------------------------------------------------------------- My /home/domain.com/.tmda/filters/incoming file : --------------------------------------------------------------- from <> ok from-file /home/domain.com/.tmda/lists/confirmed ok from-file /home/domain.com/.tmda/lists/whitelist ok from-file /home/domain.com/.tmda/lists/blacklist bounce --------------------------------------------------------------- I setup a .qmail file in /home/domain.com/.qmail-user (.qmail-user-default is symlinked to it) with the following : --------------------------------------------------------------- | spamc | preline /usr/bin/tmda-filter |/usr/bin/vdeliver -d -r --------------------------------------------------------------- Perhaps I'm not quite getting how this is supposed to work. My understanding is that once you "confirm" from a specific email address all subsequent messages originating from that address will be accepted....right?!? I'd appreciate any suggestions while I still have some hair left :o) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004 _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
