\fidogate\lib\config.gate

Haupt-Konfigurationsdatei von Fidogate. Diese Datei basiert auf einer Konfigurationsdatei, die ich im Fidogate-Paket FG2_42.RAR von Albi Rebmann gefunden habe.


#:ts=8
#
# FIDOGATE config file gateway programs
#
# Format:  keyword arg ...
#          keyword and args may be put in double quotes "..."
#

#
# Include common stuff (%L = LIBDIR)
#
include		f:/fidogate/lib/config.common


#
# FTN addresses - there must be a corresponding `uplink' statement 
# for each `address' statement
#
#               real
#               ----
#
# Die folgenden zwei Adressen müssen unbedingt angepaßt werden!
#
# "Uplink" ist unsere eigene Node-Adresse
#
# "Address" ist die Adresse unseres Gateways, eine Downlink-Adresse
# von uns (Point- oder Node-AKA).
#
# Wenn in mehreren FTN-Netzen gegatet wird, können hier mehrere
# Address/Uplink-Einträge vorgenommen werden!
#
# Siehe auch weiter unten den Eintrag unter Gateway!
#

Address         286:4907/301.999
Uplink          286:4907/301


#
# Default origin line for EchoMail messages
#
Origin          "RFC <-> FTN Gateway at"

#
# Organization header for News
#
Organization    "RFC <-> FTN Gateway"


#
# Use text from * Origin line for Organization header
#
#UseOriginForOrganization


#
# Use text from Organization header for * Origin line
#
#UseOrganizationForOrigin


#
# Use FTN to address for mail addressed to the gateway without a To
# line, e.g. mail to
#     Max Mueller @ 2:2452/110.2
# with a HOSTS entry
#     2:2452/110.2  orodruin-ftn.fido.de
# is converted to
#     To: Max_Mueller@orodruin-ftn.fido.de
#
# Without this option the standard local HOST.DOMAIN is used
#     To: Max_Mueller@orodruin.fido.de
#
UseFTNToAddress


#
# Type of 4D EchoMail control lines.
#
# With this enabled FIDOGATE generates SEEN-BY and ^APATH like:
#     SEEN-BY: 2452/110.2
#     ^APATH: 2452/110.2
# Else (undef'ed) only the boss node's address is used:
#     SEEN-BY: 2452/110
#     ^APATH: 2452/110
# There seems to be no standard for 4D EchoMail addressing. If you run
# into problems with this kind of EchoMail message, please change the
# code in rfc2ftn.c:print_origin().
#
#EchoMail4D


#
# FTN - Internet gateway. If set, Internet mail will be routed via FTN
# and this gateway.

#
# Achtung: die folgende Adresse muß unbedingt angepaßt werden!
#
Gateway		286:4907/301.999


#
# Generate `User.Name@do.main' instead of `User_Name@do.main'
#
DotNames


#
# Don't gate messages with unknown zone in ^AMSGID (known zones are defined
# in config.common).
#
#KillUnknownMSGIDZone

#
# Don't gate messages without a valid ^AMSGID (or similar)
#
#KillNoMSGID


#
# X-FTN header:
#
#     f    X-FTN-From
#     t    X-FTN-To
#     T    X-FTN-Tearline
#     O    X-FTN-Origin
#     V    X-FTN-Via
#     D    X-FTN-Domain
#     S    X-FTN-Seen-By
#     P    X-FTN-Path
#
X-FTN		ftOVP


#
# Maximum size of FTN messages (default value)
#
#MaxMsgSize		15000
MaxMsgSize		500000


#
# MAUS gateway support:
#
# If set, convert addresses for `User_Name@XY.MAUSDomain' to
# `User Name % XY @ MAUSGate' for the Fido-MAUS gateway.
#
#MAUSDomain		.maus.de
#MAUSGate		2:2452/101.6


#
# CC of bounced messages
#
#BounceCCMail            albi@albi.life.de


#
# Send mail from message trackers to
#
#TrackerMail             albi@albi.life.de


#
# Restrict gateway usage to FTN nodes registered in HOSTS
#
#HostsRestricted


#
# Newsgroup for unknown FTN areas
#
FTNJunkGroup		junk

#
# Errors-To header
#
Errors-To		postmaster@domain.de


#
# Translation of chars for automatic areas <-> newsgroup conversion
# (-H hierarchy option in AREAS)
#
#                       area chars	newsgroup chars
#			----------	---------------
#AreasXlate		_		-


#
# NOTE 1: real gateways should *not* disable FSC0035/47 kludges, the
#         From: line is obsoleted by both ^ARFC-Xxxx kludges and
#         FSC0035 and not necessarily needed.
#
# NOTE 2: points without Internet connectivity (using FIDOGATE for
#         Fido only) should set
#             RFCLevel 0
#             NoFromLine
#             NoFSC0035
#
#
# Default ^ARFC level
#     0  -  no ^ARFC-Xxxx kludges
#     1  -  ^ARFC-Xxxx kludges for some headers (config.h, RFC_LVL_1_HEADERS)
#     2  -  ^ARFC-Xxxx kludges for all headers
#
RFCLevel	1

#
# Don't generate From: line at beginning of text body.
#
NoFromLine

#
# Don't generate FSC-0035 kludges (^AREPLYADDR, ^AREPLYTO)
#
#NoFSC0035

#
# Don't generate FSC-0047 kludges (^ASPLIT)
#
#NoFSC0047


#
# Parameters for ftnin/ftninpost/ftninrecomb
#
# sendmail program path and parameters
#
#    %s is replaced with the envelope sender
#
#FTNInSendmail	rmail %s -f

#
# rnews program path
#
# Für unser Gateway unnötig!
#FTNInRnews	f:\changi\rnews

#
# run ftninrecomb
#
##FTNInRecombine


#
# Use 8bit ISO-8859-1 characters when gating from FTN to RFC
#
NetMail8bit

#
# Use MIME quoted-printable ISO-8859-1 characters when gating from FTN to RFC
#
#NetMailQuotedPrintable

#     Do not allow `@ ! %' chars in the FTN to field, thus preventing
#     users from putting Internet addresses in the to field.
#NoAddressInToField