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.

93 lines
3.1 KiB

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