Initial revision
[citadel.git] / citadel / network / internetmail.config
1 #
2 # internetmail.config
3
4 # This file contains a bunch of defs which you must edit to reflect the
5 # local environment on your system.
6 #
7 # The purpose of this file (and the programs that use it) is to enable
8 # the exchange of Internet e-mail to and from Citadel.
9
10
11 # Where to find the alias table.  Usually there is no need to change this.
12 aliases = ./network/mail.aliases
13
14 # If you are networking with Citadel-86 systems via Internet e-mail, they
15 # will be sending uuencoded network packets to "cit86net@yourhost.fqdn".
16 # Define CIT86NET to the name of the directory you wish these packets to be
17 # unpacked into.
18 cit86net spoolin = ./network/spoolin.cit86net
19
20 # Command to use to transmit mail (usually it's sendmail)
21 sendmail = sendmail %s
22
23 # Fallback mailer for delivery to non-Citadel local users (lmail, procmail...)
24 fallback = lmail %s
25
26 # Other names which this host is known by (specify up to ten names)
27 # deliver local = uncnsrd.spaghetti.com
28 # deliver local = uncnsrd.local
29
30 # Set to 0 to prevent the immediate processing of incoming Internet mail.
31 # This can be useful if mail tends to arrive in big batches.  Setting this
32 # value to 1 will run netproc immediately after each message arrives.
33 run netproc = 0
34
35 # If you are participating in a network in which any Citadel may gateway
36 # Internet mail to any Citadel on the local network, define GW_DOMAIN to the
37 # base name of the domain containing all the Citadels.  Otherwise, comment it
38 # out to disable this functionality.
39 gateway domain = citadelia.org
40
41 # If you are providing access to Internet mailing lists via Citadel rooms
42 # in order to allow everyone to access a list without everyone having to
43 # subscribe to the list, TABLEFILE defines where to locate the information
44 # to process the lists.  (This is NOT the same thing as using a networked room
45 # to *host* a mailing list, which you can also do.)  See mailinglists.txt for
46 # more information.
47 table file = ./network/mailinglists