add defaults for install parameters to stop errors

This commit is contained in:
perry 2002-02-03 02:20:05 +00:00
parent 98f3287e7d
commit ecf26eb9de

View File

@ -509,32 +509,32 @@ debugger_command =
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
#
sendmail_path =
sendmail_path = /usr/sbin/sendmail
# newaliases_path: The full pathname of the Postfix newaliases command.
# This is the Sendmail-compatible command to build alias databases.
#
newaliases_path =
newaliases_path = /usr/bin/newaliases
# mailq_path: The full pathname of the Postfix mailq command. This
# is the Sendmail-compatible mail queue listing command.
#
mailq_path =
mailq_path = /usr/bin/mailq
# setgid_group: The group for mail submission and queue management
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#
setgid_group =
setgid_group = maildrop
# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory =
manpage_directory = /usr/share/man
# sample_directory: The location of the Postfix sample configuration files.
#
sample_directory =
sample_directory = /usr/share/examples/postfix
# readme_directory: The location of the Postfix README files.
#
readme_directory =
readme_directory = /usr/share/examples/postfix