I don't recall making any changes in configuration, butthe incoming log 
stopped working 2 days ago.  The outgoing log is working fine.  Incoming 
filters and lists appear to be handled properly when I email in from a web 
mail site we use for such purposes.  The .tmdarc is below in case senility 
has caused me not to remember screwing up..err..editing something.

#################################################################

#MAIL_TRANSFER_AGENT = "exim"
MAIL_TRANSFER_AGENT = "postfix"
#MAIL_TRANSFER_AGENT = "sendmail"

#DELIVERY = "~/Maildir/"
#DELIVERY = "~/Mailbox"
DELIVERY = "/var/spool/mail/omega13"
#DELIVERY = "|/usr/bin/maildrop"
#DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda"
#DELIVERY = "[EMAIL PROTECTED]"

RECIPIENT_DELIMITER = "-"
#RECIPIENT_DELIMITER = "+"

######################################################################
# No other variables are required, but you may be interested in
# further customization.  See the "User configurable settings" section
# of TMDA/Defaults.py for more information on the other available
# configuration variables.
######################################################################

LOGFILE_INCOMING = os.path.expanduser("~/.tmda/tmda_incoming.log")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/tmda_outgoing.log")
USEVIRTUALDOMAINS = "0"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist_append")
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist_confirmed")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/tmda_debug.log")
FILTER_BOUNCE_CC = "[EMAIL PROTECTED]"
FILTER_DROP_CC = "[EMAIL PROTECTED]"
FINGERPRINT = "message-id", "from", "date"
CONFIRM_ADDRESS = "[EMAIL PROTECTED]"
CONFIRM_CC = "[EMAIL PROTECTED]"
ACTION_INCOMING = "confirm"
ACTION_OUTGOING = "bare=append"
TEMPLATE_DIR = os.path.expanduser("~/.tmda/templates")
PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")
PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_DELETE_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")


-- 

Robin Lynn Frank
Paradigm-Omega, LLC
=====================================
Notice:  Incoming e-mail is subject to security
restrictions, including confirmation requests.
=====================================
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to