]> code.citadel.org Git - citadel.git/commitdiff
Improved the comment-documentation in network/internetmail.config
authorArt Cancro <ajc@citadel.org>
Sat, 26 Dec 1998 21:59:04 +0000 (21:59 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 26 Dec 1998 21:59:04 +0000 (21:59 +0000)
citadel/ChangeLog
citadel/network/internetmail.config

index bfc96bfcaf7271bfd1ee63fed27b3c4f43482507..c9d5aa7c0bef9ab8d68c108ef4a978fc6d82cdc1 100644 (file)
@@ -1,3 +1,6 @@
+Sat Dec 26 16:56:46 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * internetmail.config: commented this file more clearly
+
 Wed Dec 23 20:42:49 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * citadel.c: added some experimental code to automatically reconnect
          to the server if the connection is broken.  For some reason, it only
index f14e47b715096b9d0d6e34ef32e13e07f7eee76e..81f7781921f5cbf902648075c28f100342a89659 100644 (file)
@@ -8,34 +8,47 @@
 # the exchange of Internet e-mail to and from Citadel.
 
 
-# Where to find the alias table.  Usually there is no need to change this.
+# Where to find the alias table (relative to the main Citadel directory).
+# Usually there is no need to change this.
+#
 aliases = ./network/mail.aliases
 
 # If you are networking with Citadel-86 systems via Internet e-mail, they
 # will be sending uuencoded network packets to "cit86net@yourhost.fqdn".
 # Define CIT86NET to the name of the directory you wish these packets to be
 # unpacked into.
+# If you are not networking with any Citadel-86 systems, this is irrelevant.
+#
 cit86net spoolin = ./network/spoolin.cit86net
 
-# Command to use to transmit mail (usually it's sendmail)
+# Command to use to transmit mail (usually it's sendmail).  When this command
+# is executed, the "%s" is replaced by the Internet e-mail address of the
+# recipient.  The message text will be received through standard input, in
+# fully RFC-822 standard compliant format.
+#
 sendmail = sendmail %s
 
 # Fallback mailer for delivery to non-Citadel local users (lmail, procmail...)
+# Again, the "%s" will be replaced by the recipient's address.
+#
 fallback = lmail %s
 
 # Other names which this host is known by (specify up to ten names)
+#
 # deliver local = uncnsrd.spaghetti.com
 # deliver local = uncnsrd.local
 
 # Set to 0 to prevent the immediate processing of incoming Internet mail.
 # This can be useful if mail tends to arrive in big batches.  Setting this
 # value to 1 will run netproc immediately after each message arrives.
-run netproc = 0
+#
+run netproc = 1
 
 # If you are participating in a network in which any Citadel may gateway
 # Internet mail to any Citadel on the local network, define GW_DOMAIN to the
 # base name of the domain containing all the Citadels.  Otherwise, comment it
 # out to disable this functionality.
+#
 gateway domain = citadelia.org
 
 # If you are providing access to Internet mailing lists via Citadel rooms
@@ -44,4 +57,5 @@ gateway domain = citadelia.org
 # to process the lists.  (This is NOT the same thing as using a networked room
 # to *host* a mailing list, which you can also do.)  See mailinglists.txt for
 # more information.
+#
 table file = ./network/mailinglists