You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
3.0 KiB

  1. --- a/conf/main.cf
  2. +++ b/conf/main.cf
  3. @@ -40,43 +40,8 @@ compatibility_level = 2
  4. #
  5. #soft_bounce = no
  6. -# LOCAL PATHNAME INFORMATION
  7. -#
  8. -# The queue_directory specifies the location of the Postfix queue.
  9. -# This is also the root directory of Postfix daemons that run chrooted.
  10. -# See the files in examples/chroot-setup for setting up Postfix chroot
  11. -# environments on different UNIX systems.
  12. -#
  13. -queue_directory = /var/spool/postfix
  14. -
  15. -# The command_directory parameter specifies the location of all
  16. -# postXXX commands.
  17. -#
  18. -command_directory = /usr/sbin
  19. -
  20. -# The daemon_directory parameter specifies the location of all Postfix
  21. -# daemon programs (i.e. programs listed in the master.cf file). This
  22. -# directory must be owned by root.
  23. -#
  24. -daemon_directory = /usr/libexec/postfix
  25. -
  26. -# The data_directory parameter specifies the location of Postfix-writable
  27. -# data files (caches, random numbers). This directory must be owned
  28. -# by the mail_owner account (see below).
  29. -#
  30. -data_directory = /var/lib/postfix
  31. -
  32. # QUEUE AND PROCESS OWNERSHIP
  33. #
  34. -# The mail_owner parameter specifies the owner of the Postfix queue
  35. -# and of most Postfix daemon processes. Specify the name of a user
  36. -# account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
  37. -# AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In
  38. -# particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
  39. -# USER.
  40. -#
  41. -mail_owner = postfix
  42. -
  43. # The default_privs parameter specifies the default rights used by
  44. # the local delivery agent for delivery to external file or command.
  45. # These rights are used in the absence of a recipient user context.
  46. @@ -632,45 +597,4 @@ debugger_command =
  47. # -dmS $process_name gdb $daemon_directory/$process_name
  48. # $process_id & sleep 1
  49. -# INSTALL-TIME CONFIGURATION INFORMATION
  50. -#
  51. -# The following parameters are used when installing a new Postfix version.
  52. -#
  53. -# sendmail_path: The full pathname of the Postfix sendmail command.
  54. -# This is the Sendmail-compatible mail posting interface.
  55. -#
  56. -sendmail_path =
  57. -
  58. -# newaliases_path: The full pathname of the Postfix newaliases command.
  59. -# This is the Sendmail-compatible command to build alias databases.
  60. -#
  61. -newaliases_path =
  62. -
  63. -# mailq_path: The full pathname of the Postfix mailq command. This
  64. -# is the Sendmail-compatible mail queue listing command.
  65. -#
  66. -mailq_path =
  67. -
  68. -# setgid_group: The group for mail submission and queue management
  69. -# commands. This must be a group name with a numerical group ID that
  70. -# is not shared with other accounts, not even with the Postfix account.
  71. -#
  72. -setgid_group =
  73. -
  74. -# html_directory: The location of the Postfix HTML documentation.
  75. -#
  76. -html_directory =
  77. -
  78. -# manpage_directory: The location of the Postfix on-line manual pages.
  79. -#
  80. -manpage_directory =
  81. -
  82. -# sample_directory: The location of the Postfix sample configuration files.
  83. -# This parameter is obsolete as of Postfix 2.1.
  84. -#
  85. -sample_directory =
  86. -
  87. -# readme_directory: The location of the Postfix README files.
  88. -#
  89. -readme_directory =
  90. inet_protocols = ipv4