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