summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-af
blob: 93fc233f5ad858e0da60007145393adef3bee592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
$NetBSD: patch-af,v 1.5 2000/10/15 14:10:20 itojun Exp $

--- 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.5 2000/10/15 14:10:20 itojun Exp $
+#
 # Global Postfix configuration file. This file lists only a subset
@@ -19,3 +21,3 @@
 #
-command_directory = /usr/sbin
+command_directory = __PREFIX/sbin
 
@@ -26,3 +28,8 @@
 #
-daemon_directory = /usr/libexec/postfix
+daemon_directory = __PREFIX/libexec/postfix
+
+# Shared files and etc directory
+etc_directory = /etc/postfix
+share_directory = __PREFIX/share/postfix
+man_directory = __PREFIX/man
 
@@ -43,3 +50,3 @@
 #
-#default_privs = nobody
+default_privs = nobody
 
@@ -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 @@
 #
-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