Hi,
 
 Thanks to all the people who have kindly given me advice so far.
 Could anybody please tell me why sent emails aren't being automatically being added to users whitelist ? I have tried different advice from previous posts but all to no avail.
 Could the problem be that I am not using tmda-ofmipd ? I am using postfix with redhat. TMDA-CGi works otherwise great.
 
My config file looks like:
import os
CONFIRM_APPEND = "/home/sylvan/.tmda/lists/confirmed"
DATADIR = "/home/sylvan/.tmda/"
FILTER_INCOMING = "/home/sylvan/.tmda/filters/incoming"
FILTER_OUTGOING = "/home/sylvan/.tmda/filters/outgoing"
LOGFILE_DEBUG = "/home/sylvan/tmdadebug.log"
LOGFILE_INCOMING = "/home/sylvan/tmdaincoming.log"
LOGFILE_OUTGOING = "/home/sylvan/tmdaincoming.log"
ADDED_HEADERS_CLIENT = {"X-Primary-Address": "[EMAIL PROTECTED]"}
PENDING_BLACKLIST_APPEND = "/home/sylvan/.tmda/lists/blacklist"
PENDING_WHITELIST_APPEND = "/home/sylvan/.tmda/lists/whitelist"
TEMPLATE_DIR = "/home/sylvan/.tmda/templates/"
ACTION_OUTGOING = "bare=append"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
 
I have tried replacing the bottom line with a straight BARE_APPEND = "/home/sylvan/.tmda/lists/whitelist"
 
Do I need another line/rule in my filter outgoing ? I have the defaults left in there.
 
My etc/tmdarc file looks like:
 
MAIL_TRANSFER_AGENT = "postfix"
RECIPIENT_DELIMITER = "-"
LOGFILE_DEBUG = "/var/log/tmda.log"
PRIMARY_ADDRESS_MATCH = 0
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
 
Does anybody have any ideas or advice they can share ? Much appreciated !
 
Regards
 
Sylvan
 

 
 
 

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

Reply via email to