Update of /cvsroot/tmda/tmda/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv26279/contrib

Modified Files:
        ChangeLog 
Added Files:
        sample.config 
Removed Files:
        sample.tmdarc 
Log Message:
Change all ~/.tmdarc references to ~/.tmda/config. ~/.tmdarc is
still supported, just not emphasized or documented.


--- NEW FILE ---
# -*- python -*-

# sample.config - Sample configuration file for TMDA.
#
# See http://tmda.net/config-vars.html for descriptions of all
# the available options.
#
# NOTE: ~/.tmda/config must be chmod 400 or chmod 600 !

#########################################################
# qmail/Courier required variables; required only for
# qmail/Courier users
#
# (none at this time)
#
#########################################################

#################################################################
# Non-qmail/Courier required variables; required only for
# non-qmail/Courier users
#
# Uncomment one line from each section.
#
# Please read http://tmda.net/config-vars.html for more information
# on these variables.
#################################################################

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

#RECIPIENT_DELIMITER = "-"
#RECIPIENT_DELIMITER = "+"

#DELIVERY = "~/Maildir/"
#DELIVERY = "~/Mailbox"
#DELIVERY = "/var/mail/jasonrm"
#DELIVERY = "|/usr/bin/maildrop"
#DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
#DELIVERY = "[EMAIL PROTECTED]"

######################################################################
# No other variables are required, but you may be interested in
# further customization.  See http://tmda.net/config-vars.html for
# more information on the other available configuration variables.
#
# Here are examples of some recommended configuration variables.
######################################################################

#CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
#LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
#LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
#LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")

Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   12 Nov 2002 00:18:10 -0000      1.85
+++ ChangeLog   14 Nov 2002 00:09:53 -0000      1.86
@@ -1,3 +1,7 @@
+2002-11-13  Jason R. Mastaler  <[EMAIL PROTECTED]>
+
+       * sample.tmdarc: Renamed sample.config.
+
 2002-11-11  Jason R. Mastaler  <[EMAIL PROTECTED]>
 
        * collectaddys (addys): Remove Python 2.0 compatibility, and also

--- sample.tmdarc DELETED ---

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to