Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv20076/TMDA
Modified Files:
Defaults.py
Log Message:
Clarify the descriptions for the direct SMTP method.
Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- Defaults.py 17 May 2002 23:22:49 -0000 1.126
+++ Defaults.py 17 May 2002 23:30:56 -0000 1.127
@@ -175,17 +175,18 @@
CRYPT_KEY = binascii.unhexlify(open(CRYPT_KEY_FILE).read().strip())
# OUTGOINGMAIL
-# Final delivery method for outgoing mail, both for replies to
-# incoming messages, and also for the client side of TMDA. Possible
-# values include:
+# Final delivery method for all outgoing mail (server and client).
+# Possible values include:
#
# "smtp"
-# Deliver messages via SMTP to a locally specified daemon. Be sure
-# that the "SMTPHOST" variable (see below) is set correctly.
+# Deliver messages by handing them off to an SMTP server (i.e,
+# smarthost). Be sure that the "SMTPHOST" variable (see below) is
+# set correctly.
#
# "sendmail"
# Deliver messages via the command line interface to the sendmail
-# program. Use at your own risk. smtp is recommended.
+# program (/usr/sbin/sendmail). Use at your own risk. "smtp" is
+# highly recommended.
#
# SECURITY WARNING: The 'sendmail' method is not secure. Because
# this method uses popen(), it goes through the shell. It does not
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|