head 1.12; access; symbols pkgsrc-2013Q2:1.12.0.48 pkgsrc-2013Q2-base:1.12 pkgsrc-2012Q4:1.12.0.46 pkgsrc-2012Q4-base:1.12 pkgsrc-2011Q4:1.12.0.44 pkgsrc-2011Q4-base:1.12 pkgsrc-2011Q2:1.12.0.42 pkgsrc-2011Q2-base:1.12 pkgsrc-2009Q4:1.12.0.40 pkgsrc-2009Q4-base:1.12 pkgsrc-2008Q4:1.12.0.38 pkgsrc-2008Q4-base:1.12 pkgsrc-2008Q3:1.12.0.36 pkgsrc-2008Q3-base:1.12 cube-native-xorg:1.12.0.34 cube-native-xorg-base:1.12 pkgsrc-2008Q2:1.12.0.32 pkgsrc-2008Q2-base:1.12 pkgsrc-2008Q1:1.12.0.30 pkgsrc-2008Q1-base:1.12 pkgsrc-2007Q4:1.12.0.28 pkgsrc-2007Q4-base:1.12 pkgsrc-2007Q3:1.12.0.26 pkgsrc-2007Q3-base:1.12 pkgsrc-2007Q2:1.12.0.24 pkgsrc-2007Q2-base:1.12 pkgsrc-2007Q1:1.12.0.22 pkgsrc-2007Q1-base:1.12 pkgsrc-2006Q4:1.12.0.20 pkgsrc-2006Q4-base:1.12 pkgsrc-2006Q3:1.12.0.18 pkgsrc-2006Q3-base:1.12 pkgsrc-2006Q2:1.12.0.16 pkgsrc-2006Q2-base:1.12 pkgsrc-2006Q1:1.12.0.14 pkgsrc-2006Q1-base:1.12 pkgsrc-2005Q4:1.12.0.12 pkgsrc-2005Q4-base:1.12 pkgsrc-2005Q3:1.12.0.10 pkgsrc-2005Q3-base:1.12 pkgsrc-2005Q2:1.12.0.8 pkgsrc-2005Q2-base:1.12 pkgsrc-2005Q1:1.12.0.6 pkgsrc-2005Q1-base:1.12 pkgsrc-2004Q4:1.12.0.4 pkgsrc-2004Q4-base:1.12 pkgsrc-2004Q3:1.12.0.2 pkgsrc-2004Q3-base:1.12 pkgsrc-2004Q2:1.9.0.2 pkgsrc-2004Q2-base:1.9 pkgsrc-2004Q1:1.8.0.2 pkgsrc-2004Q1-base:1.8 pkgsrc-base:1.1.1.2 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.7 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 NetBSD-current-20000814:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.12 date 2004.08.07.08.11.26; author jlam; state dead; branches; next 1.11; 1.11 date 2004.07.31.05.53.44; author jlam; state Exp; branches; next 1.10; 1.10 date 2004.07.02.08.03.04; author martti; state Exp; branches; next 1.9; 1.9 date 2004.06.06.13.50.41; author taca; state Exp; branches; next 1.8; 1.8 date 2004.03.06.15.08.32; author grant; state Exp; branches; next 1.7; 1.7 date 2001.03.20.13.15.54; author hubertf; state dead; branches; next 1.6; 1.6 date 2001.01.13.07.46.57; author itojun; state Exp; branches; next 1.5; 1.5 date 2000.10.15.14.10.20; author itojun; state Exp; branches; next 1.4; 1.4 date 2000.08.14.05.10.53; author itojun; state Exp; branches; next 1.3; 1.3 date 2000.08.14.05.07.17; author itojun; state Exp; branches; next 1.2; 1.2 date 2000.08.14.04.40.00; author itojun; state dead; branches; next 1.1; 1.1 date 2000.08.14.04.33.24; author itojun; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.08.14.04.33.24; author itojun; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 2004.03.06.15.04.13; author grant; state Exp; branches; next ; desc @@ 1.12 log @Mirror changes to mail/postfix: Reduce the number of patches needed by Postfix by using the subst framework and also by explicitly specifying more default values for Postfix parameters. Also pass -I/usr/pkg/include/sasl to the compiler when building using Cyrus SASLv2, which allows me to remove the patches that added an unnecessary USE_SASL2_AUTH check. @ text @$NetBSD: patch-af,v 1.11 2004/07/31 05:53:44 jlam Exp $ --- conf/main.cf.orig 2004-04-15 09:27:21.000000000 -0400 +++ conf/main.cf 2004-05-23 22:51:16.000000000 -0400 @@@@ -32,13 +32,18 @@@@ # The command_directory parameter specifies the location of all # postXXX commands. # -command_directory = /usr/sbin +command_directory = @@PREFIX@@/sbin # The daemon_directory parameter specifies the location of all Postfix # daemon programs (i.e. programs listed in the master.cf file). This # directory must be owned by root. # -daemon_directory = /usr/libexec/postfix +daemon_directory = @@PREFIX@@/libexec/postfix + +# Shared files and etc directory +etc_directory = @@PKG_SYSCONFDIR@@ +share_directory = @@PREFIX@@/share/examples/postfix +man_directory = @@PREFIX@@/man # QUEUE AND PROCESS OWNERSHIP # @@@@ -56,7 +61,7 @@@@ # These rights are used in the absence of a recipient user context. # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. # -#default_privs = nobody +default_privs = nobody # INTERNET HOST AND DOMAIN NAMES # @@@@ -611,7 +616,7 @@@@ # 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 # html_directory: The location of the Postfix HTML documentation. # @@@@ -619,13 +624,13 @@@@ # manpage_directory: The location of the Postfix on-line manual pages. # -manpage_directory = +manpage_directory = @@PREFIX@@/man # sample_directory: The location of the Postfix sample configuration files. # This parameter is obsolete as of Postfix 2.1. # -sample_directory = +sample_directory = @@PREFIX@@/share/examples/postfix # readme_directory: The location of the Postfix README files. # -readme_directory = +readme_directory = @@PREFIX@@/share/doc/postfix @ 1.11 log @Minimize diffs with pkgsrc/mail/postfix to simplify maintenance of this package. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.10 2004/07/02 08:03:04 martti Exp $ @ 1.10 log @Updated postfix-current to 2.2-20040628 * Sync with pkgsrc/mail/postfix * Get rid of canonical_classes patch * No IPv6 patch @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.19 2004/06/21 16:13:23 martti Exp $ d10 1 a10 1 +command_directory = __PREFIX/sbin d17 1 a17 1 +daemon_directory = __PREFIX/libexec/postfix d20 3 a22 3 +etc_directory = __PKG_SYSCONFDIR +share_directory = __PREFIX/share/examples/postfix +man_directory = __PREFIX/man d49 1 a49 1 +manpage_directory = __PREFIX/man d55 1 a55 1 +sample_directory = __PREFIX/share/examples/postfix d60 1 a60 1 +readme_directory = __PREFIX/share/doc/postfix @ 1.9 log @Update postfix-current pacakge to postfix-20040504. pkgsrc changes: - install smtpd-policy script as example. - adapot NetBSD 2.X and later. - make local(8) handle EDQUOT as temporary error. - enable RECEIVED_ENVELOPE_FROM. Postfix changes: 20040324 Portability: ekkoBSD support by Philip Reynolds. Files: makedefs, util/sys_defs.h. 20040325 Cleanup: smtp_skip_4xx_greeting and smtp_skip_5xx_greeting functionality is moved from connection management to SMTP protocol processing, so that Postfix now logs the server response when a server refuses to provide service. Files: smtp/smtp_connect.c, smtp/smtp_proto.c. Cleanup: smtp_skip_4xx_greeting is no longer configurable; it is now permanently turned on. 20040326 Workaround: in the trivial-rewrite server, turn on the code to strip trailing "." while rewriting addresses, and change the address resolver to strip trailing "." in a compatible manner. This does not eliminate the problem that the SMTP server may use a different address for recipient validation than what the cleanup server uses for virtual alias mapping. 20040329 Bugfix: the SMTP server did not log client (and SASL) information with the real-time content filter was enabled. Files: smtpd/smtpd.c, smtpd/smtpd_sasl_proto.c. Compatibility: smtpd_reject_unlisted_sender is turned off by default, to avoid trouble with with in-house software that sends out mail software with an unreplyable address. 20040331 Bugfix: postdrop should not abandon mail submission after receiving a SIGHUP signal when SIGHUP was ignored by the parent process. Victor Duchovni, Morgan Stanley. File: postdrop/postdrop.c. Bugfix: parsing bug in PgSQL dictionaries causing UNIX sockets to be ignored. Liviu Daia. Files: global/dict*sql.c. Performance: allow MySQL and PgSQL database connections to be closed when idle for more than 1 minute; Liviu Daia. Files: global/dict*sql.c. 20040401 Sanity: the SMTP server no longer accepts sender or recipient addresses that end in the "@@" null domain, as well as addresses that rewrite into such a form. Specify "resolve_null_domain=yes" to get the old behavior back. File: trivial-rewrite/resolve.c. 20040402 Cleanup: added WARN action support for access maps, for consistency with the WARN action in header and body checks. File: smtpd/smtpd_check.c. 20040407 Bugfix: missing return statement at the end of the FREE_MEMORY_AND_RETURN error handling macro. Adi Prasaja. File: trivial-rewrite/resolve.c. 20040411 Future proofing: client_rate_time_unit is renamed to anvil_rate_time_unit, so that it is no longer limited to clients only. File: src/global/mail_params.h. Cleanup: postalias and postmap now log problems to syslogd. Files: postalias/postalias.c, postmap/postmap.c. 20040413 Feature: "postfix set-permissions" (re)sets ownership and access permissions of Postfix files and directories. Feature: "postfix upgrade-configuration" updates main.cf and master.cf. This is for people who people copy over their old files after installing a newer Postfix version. Feature: HTML files are now optionally installed under control of the html_directory configuration parameter. Files: postfix-install, conf/postfix-files, conf/post-install. Cleanup: README file installation is now optional. Files: postfix-install, conf/postfix-files, conf/post-install. 20040414 Cleanup: references to sample-mumble.cf files removed, conf/mumble_table files removed, new commands added to conf/postfix-script. Cleanups: function declared in but used as void, missing include file, missing const qualifier, unused variable. Matthias Andree. Files: bounce/bounce_notify_util.c, bounce/bounce_service.h, postlog/postlog.c, smtpd/smtpd_check.c, util/attr_scan64.c. Bugfix: more robust version of SIGHUP test of 20040331. Victor Duchovni, Morgan Stanley. File: postdrop/postdrop.c. Safety: added NOCLOBBER qualifiers to local variables that might be clobbered by longjmp(). Files: util/sys_defs.h, smtp/smtp_proto.c, lmtp/lmtp_proto.c, smtpd/smtpd_check.c, smtpstone/smtp-source.c. Bugfix: sub-level Makefiles no longer turned on the extra compiler warnings. Files: Makefile.in.*, makedefs.*. 20040415 Bugfix: the LMTP client attempted to reuse a connection after timeout, causing protocol synchronization errors. Reported by Rob Mueller. File: lmtp/lmtp.c. 20040416 Cleanup: non-delivery reports now include the original recipient information. File: bounce/bounce_notify_util.c. 20040415-18 Typos: many documentation fixes by Rob Foehl. 20040418 Cleanup: "int" versus "const int" prototype mismatch between the DICT sequence method prototype and possible implementations. Files: util/dict_db.c, util/dict_dbm.c. 20040419 Bugfix: the code that rejects client/helo RESTRICTIONS with smtpd_delay_reject=no looked at the wrong evidence and rejected client/helo ACCESS MAP lookups instead. Michael Tokarev. Files: smtpd/smtpd.c, smtpd/smtpd_check.c. Bugfix: missing # in master.cf in optional submission service. 20040420 Bugfix: smtpd logged the client too often. Michael Tokarev. File: smtpd/smtpd.c. Cleanup: client_event_status_update_time renamed to anvil_status_update_time. Files: mantools/postlink, proto/postconf.proto, anvil/anvil.c. 20040421 Workaround: allow pipelined SMTP clients to overshoot the SMTP server recipient limit without triggering the server hard error limit. The SMTP server does not count "too many recipients" towards the hard error limit, as long as the number of excess recipients stays within a configurable overshoot limit (default: smtpd_recipient_overshoot_limit = 1000). Solution in cooperation with Victor Duchovni. Files: smtpd/smtpd.c, smtpd/smtpd_state.c, smtpd/smtpd.h. 20040502 Missing test for a never used flag (the problematic and thus never completed INSPECT feature that doesn't re-inject mail into Postfix). Victor Duchovni, Morgan Stanley. File: virtual/virtual.c. 20040503 Bugfix: missing "sasl enabled" guard in the SMTPD policy client. File: smtpd/smtpd_check.c. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.8 2004/03/06 15:08:32 grant Exp $ d3 3 a5 3 --- conf/main.cf.orig 2004-04-15 22:27:21.000000000 +0900 +++ conf/main.cf @@@@ -32,13 +32,18 @@@@ queue_directory = /var/spool/postfix d26 1 a26 1 @@@@ -56,7 +61,7 @@@@ mail_owner = postfix d35 1 a35 1 @@@@ -611,7 +616,7 @@@@ mailq_path = d44 1 a44 1 @@@@ -619,13 +624,13 @@@@ html_directory = @ 1.8 log @resolve conflicts @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.18 2004/01/21 06:56:48 martti Exp $ d3 3 a5 3 --- conf/main.cf.orig 2003-09-06 03:30:35.000000000 +0300 +++ conf/main.cf 2004-01-21 08:40:42.000000000 +0200 @@@@ -31,13 +31,18 @@@@ d26 1 a26 1 @@@@ -55,7 +60,7 @@@@ d35 1 a35 1 @@@@ -621,16 +626,16 @@@@ d42 4 d52 1 @ 1.7 log @second attempt to nuke postfix-current (the files were copied to the postfix pkg, per PR 12426. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.6 2001/01/13 07:46:57 itojun Exp $ d3 3 a5 9 --- conf/main.cf.orig Fri Dec 15 07:44:19 2000 +++ conf/main.cf Sat Jan 13 16:39:28 2001 @@@@ -1,3 +1,5 @@@@ +# $NetBSD: patch-af,v 1.6 2001/01/13 07:46:57 itojun Exp $ +# # Global Postfix configuration file. This file lists only a subset # of all 100+ parameters. See the sample-xxx.cf files for a full list. # @@@@ -28,14 +30,19 @@@@ d7 1 a7 1 # postXXX commands. The default value is $program_directory. d13 2 a14 3 # daemon programs (i.e. programs listed in the master.cf file). The # default value is $program_directory. This directory must be owned # by root. d20 2 a21 2 +etc_directory = /etc/postfix +share_directory = __PREFIX/share/postfix d26 1 a26 1 @@@@ -52,7 +59,7 @@@@ d35 11 a45 9 @@@@ -440,8 +447,7 @@@@ # the process marches on. If you use an X-based debugger, be sure to # set up your XAUTHORITY environment variable before starting Postfix. # -debugger_command = - PATH=/usr/bin:/usr/X11R6/bin - xxgdb $daemon_directory/$process_name $process_id & sleep 5 +debugger_command = PATH=/usr/bin:/usr/X11R6/bin; \ + xxgdb $daemon_directory/$process_name $process_id & sleep 5 d47 9 a55 1 # Other configurable parameters. @ 1.6 log @upgrade to 20001217 snapshot. Major changes with snapshot-20001217 ==================================== This release involves little change in functionality and a lot of small changes to lots of files. The code is put out as a separate snapshot release so that I have a tested baseline for further work. All time-related configuration parameters now accept a one-letter suffix to indicate the time unit (s: second, m: minute, h: hour, d: day, w: week). The exceptions are the LDAP and MYSQL modules which are maintained separately. The mysql client was partially rewritten in order to elimimate some memory allocation/deallocation problems. The code needs more work, and needs to be tested in a real production environment. The local_transport and default_transport configuration parameters can now be specified in transport:destination notation, just like the mailbox_transport and fallback_transport parameters. The :destination part is optional. However, these parameters take only one destination, unlike relayhost and fallback-relay which take any number of destinations. Incompatible changes with snapshot-20001210 =========================================== If this release does not work for you, you can go back to a previous Postfix version without losing your mail, subject to the "incompatible changes" listed for previous Postfix releases below. When delivering to /file/name (as directed in an alias or .forward file), the local delivery agent now logs a warning when it is unable to create a /file/name.lock file. Mail is still delivered as before. The "sun_mailtool_compatibility" feature is going away (a compatibility mode that turns off kernel locks on mailbox files). It still works, but a warning is logged. Instead of using "sun_mailtool_compatibility", specify the mailbox locking strategy as "mailbox_delivery_lock = dotlock". The Postfix SMTP client now skips SMTP server replies that do not start with "CODE SPACE" or with "CODE HYPHEN" and flags them as protocol errors. Older Postfix SMTP clients silently treated "CODE TEXT" as "CODE SPACE TEXT", i.e. as a valid SMTP reply. This snapshot does not yet change default relay settings. That change alone affects a dozen files, most of which documentation. This may be an incompatibility with some people's expectations, but such are my rules - between code freeze and release no major functionality changes are allowed. Several interfaces of libutil and libglobal routines have changed. This may break third-party code written for Postfix. In particular, the safe_open() routine has changed, the way the preferred locking method is specified in the sys_defs.h file, as well as all routines that perform file locking. When compiling third-party code written for Postfix, the incompatibilities will be detected by the compiler provided that #include file dependencies are properly maintained. Major changes with snapshot-20001210 ==================================== This snapshot includes bugfixes that were already released as patches 12 and 13 for the 19991231 "stable" release: - The queue manager could deadlock for 10 seconds when bouncing mail under extreme load from one-to-one mass mailings. - Local delivery performance was substandard, because the per-user concurrency limit accidentally applied to the entire local domain. The mailbox locking style is now fully configurable at runtime. The new configuration parameter is called "mailbox_delivery_lock". Depending on the operating system type, mailboxes can be locked with one or more of "flock", "fcntl" or "dotlock". The command "postconf -l" shows the available locking styles. The default mailbox locking style is system dependent. This change affects all mailbox and all "/file/name" deliveries by the Postfix local delivery agent. The new "import_environment" and "export_environment" configuration parameters now provide explicit control over what environment variables Postfix will import, and what environment variables Postfix will pass on to a non-Postfix process. This is better than hard-coding my debugging environment into public releases. The "mailbox_transport" and "fallback_transport" parameters now understand the form "transport:nexthop", with suitable defaults when either transport or nexthop are omitted, just like in the Postfix transport map. This allows you to specify for example, "mailbox_transport = lmtp:unix:/file/name". The MYSQL client now supports server connections over UNIX-domain sockets. Code provided by Piotr Klaban. See the file MYSQL_README for examples of "host" syntax. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 +# $NetBSD: patch-af,v 1.5 2000/10/15 14:10:20 itojun Exp $ @ 1.5 log @use 2000/10/05 + IPv6 patch. changes are really too many to paste here. mostly SASL related changes, it seems. @ text @d3 4 a6 4 --- conf/main.cf.orig Fri Oct 6 00:01:00 2000 +++ conf/main.cf Wed Oct 11 11:40:57 2000 @@@@ -1 +1,3 @@@@ +# $NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ d9 5 a13 1 @@@@ -19,3 +21,3 @@@@ d18 4 a21 1 @@@@ -26,3 +28,8 @@@@ d31 5 a35 1 @@@@ -43,3 +50,3 @@@@ d40 5 a44 6 @@@@ -84,2 +91,4 @@@@ #inet_interfaces = $myhostname, localhost +# listen to IPv4 and IPv6 smtp socket +inet_interfaces = 0.0.0.0, :: @@@@ -417,5 +426,4 @@@@ d52 1 @ 1.4 log @add a comment line. regenerate patch-sum. @ text @d2 3 a4 2 --- conf/main.cf.orig Mon Aug 14 13:51:15 2000 +++ conf/main.cf Mon Aug 14 14:07:32 2000 d6 1 a6 1 +# $NetBSD: patch-af,v 1.4 2000/04/09 08:10:20 simonb Exp $ d34 1 a34 1 @@@@ -376,5 +385,4 @@@@ @ 1.3 log @install appropriate default value for main.cf. @ text @d1 1 d3 1 a3 1 +++ conf/main.cf Mon Aug 14 14:06:06 2000 d28 1 a28 1 @@@@ -84,2 +91,3 @@@@ d30 1 d33 1 a33 1 @@@@ -376,5 +384,4 @@@@ @ 1.2 log @postfix 20000531 + IPv6 patch (not sure if it works right - please test). uses postfix Makefiles, not patches/*. experimental. @ text @d1 4 a4 6 $NetBSD: patch-af,v 1.1 2000/08/14 04:33:24 itojun Exp $ --- conf/main.cf.orig Fri Jan 7 01:52:45 2000 +++ conf/main.cf Thu Mar 2 10:56:58 2000 @@@@ -1,3 +1,5 @@@@ +# $NetBSD: patch-af,v 1.1 2000/08/14 04:33:24 itojun Exp $ d7 1 a7 5 # of all 100+ parameters. See the sample-xxx.cf files for a full list. # @@@@ -17,14 +19,19 @@@@ # The command_directory parameter specifies the location of all # postXXX commands. The default value is $program_directory. d12 1 a12 4 # The daemon_directory parameter specifies the location of all Postfix # daemon programs (i.e. programs listed in the master.cf file). The # default value is $program_directory. This directory must be owned # by root. d22 1 a22 5 # QUEUE AND PROCESS OWNERSHIP # @@@@ -41,7 +48,7 @@@@ # These rights are used in the absence of a recipient user context. # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. d27 5 a31 5 # INTERNET HOST AND DOMAIN NAMES # @@@@ -376,8 +383,7 @@@@ # the process marches on. If you use an X-based debugger, be sure to # set up your XAUTHORITY environment variable before starting Postfix. a38 1 # Other configurable parameters. @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.4 2000/04/09 08:10:20 simonb Exp $ d6 1 a6 1 +# $NetBSD: patch-af,v 1.4 2000/04/09 08:10:20 simonb Exp $ @ 1.1.1.1 log @mail/postfix-current, for experimental postfix code - based on mail/postfix @ text @@ 1.1.1.2 log @Initial import of postfix-current into The NetBSD Packages Collection. This package is the snapshot from 20040209. Postfix aims to be an alternative to the widely-used sendmail program. Sendmail is responsible for 70% of all e-mail delivered on the Internet. With an estimated 100 million users, that's an estimated 10 billion (10^10) messages daily. A stunning number. Although IBM supported the Postfix development, it abstains from control over its evolution. The goal is to have Postfix installed on as many systems as possible. To this end, the software is given away with no strings attached to it, so that it can evolve with input from and under control by its users. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.18 2004/01/21 06:56:48 martti Exp $ d3 9 a11 3 --- conf/main.cf.orig 2003-09-06 03:30:35.000000000 +0300 +++ conf/main.cf 2004-01-21 08:40:42.000000000 +0200 @@@@ -31,13 +31,18 @@@@ d13 1 a13 1 # postXXX commands. d19 3 a21 2 # daemon programs (i.e. programs listed in the master.cf file). This # directory must be owned by root. d27 2 a28 2 +etc_directory = __PKG_SYSCONFDIR +share_directory = __PREFIX/share/examples/postfix d33 1 a33 1 @@@@ -55,7 +60,7 @@@@ d42 9 a50 11 @@@@ -621,16 +626,16 @@@@ # 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 = __PREFIX/man d52 1 a52 9 # sample_directory: The location of the Postfix sample configuration files. # -sample_directory = +sample_directory = __PREFIX/share/examples/postfix # readme_directory: The location of the Postfix README files. # -readme_directory = +readme_directory = __PREFIX/share/doc/postfix @