Removed reference to firepower altogether; MTA is a required keyword.

This commit is contained in:
Peter Simons 2000-12-16 12:06:09 +00:00
parent bcca21a2e6
commit 529649f343

View File

@ -9,7 +9,7 @@
# should use. This will usually be the 'real' name of the machine the # should use. This will usually be the 'real' name of the machine the
# software is running on, for example: # software is running on, for example:
# #
# HostName listserver.foo.bar # Hostname listserver.foo.bar
# #
# The name of the machine and the used name need not necessarily be # The name of the machine and the used name need not necessarily be
# the same, though. Please consult the manual for further details # the same, though. Please consult the manual for further details
@ -38,8 +38,8 @@ AdminPassword @ADMINPASSWORD@
# #
# MTA "/usr/sbin/sendmail" # MTA "/usr/sbin/sendmail"
# #
# The default, if the option is unset, is to use the Firepower SMTP # This option is REQUIRED. Petidomo will abort with an error, if it is
# client, which is part of the package. # unset.
MTA @MTA@ MTA @MTA@
# TAG: MTA_Options <string> # TAG: MTA_Options <string>