What exactly does TMDA blacklist? I am trying to make sure I have this sut up properly so that any mail that is instantly bounced is blacklisted and removed from pending. My mail directory is very tiny untill I can get this new machine and get it installed. Right now my pending direcory has 2000 messages and that is in a 2 day time. Here are teh variables I have set:

incoming:
from-file /var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/whitelist ok
from-file /var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/blacklist bounce


config:
CONFIRM_APPEND = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/whitelist"
CONFIRM_MAX_MESSAGE_SIZE = 5000
DELIVERED_CACHE = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/pending/.delivered_cache"
FILTER_INCOMING = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/incoming"
CRYPT_KEY_FILE="/var/vpopmail/domains/techropolis.com/iceberg/.tmda/crypt_key"
PENDING_CLEANUP_ODDS = 1.00
import time
localtime = time.localtime(time.time())
YYYYmmdd = time.strftime('%d-%m-%Y',localtime)
LOGFILE_INCOMING = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/log/tmdalog." + YYYYmmdd
LOGFILE_DEBUG = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/log/debug." + YYYYmmdd
PENDING_WHITELIST_APPEND = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/whitelist"
PENDING_LIFETIME = "3d"
PENDING_BLACKLIST_APPEND = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/lists/blacklist"
RESPONSE_DIR = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/responses"
PENDING_DIR = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/pending"
PENDING_CACHE = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/pending/.msgcache"
TEMPLATE_DIR = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda"
CONFIRM_ACCEPT_TEXT_INITIAL = "/var/vpopmail/domains/techropolis.com/iceberg/.tmda/confirm_accept.txt"
BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]"



Any suggestions or corrections to my config are GREATLY appriciated.



Bryan



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

Reply via email to