|
Check-in Number:
|
235 | |
| Date: |
2000-Dec-15 13:06:09 (local)
2000-Dec-15 12:06:09 (UTC) |
| User: | simons |
| Branch: | |
| Comment: |
Removed reference to firepower altogether; MTA is a required keyword. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/petidomo/config/petidomo.conf 1.3 -> 1.4
--- petidomo.conf 2000/12/15 17:30:43 1.3
+++ petidomo.conf 2000/12/16 12:06:09 1.4
@@ -1,7 +1,7 @@
#
# ~petidomo/etc/petidomo.conf
#
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.3 2000/12/15 17:30:43 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.4 2000/12/16 12:06:09 simons Exp $
#
# TAG: Hostname <string>
@@ -9,7 +9,7 @@
# should use. This will usually be the 'real' name of the machine the
# 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 same, though. Please consult the manual for further details
@@ -38,8 +38,8 @@
#
# MTA "/usr/sbin/sendmail"
#
-# The default, if the option is unset, is to use the Firepower SMTP
-# client, which is part of the package.
+# This option is REQUIRED. Petidomo will abort with an error, if it is
+# unset.
MTA @MTA@
# TAG: MTA_Options <string>
|
|