use /etc/mail/aliases as default alias file
This commit is contained in:
parent
76cc539945
commit
8f771bf3bd
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.132 2006/06/03 19:53:38 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.133 2006/06/04 18:11:28 jakob Exp $
|
||||
|
||||
VERSION= 2.3-20060601
|
||||
PKGNAME= postfix-${VERSION:S/-/./}p0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
|
13
mail/postfix/snapshot/patches/patch-src_util_sys_defs_h
Normal file
13
mail/postfix/snapshot/patches/patch-src_util_sys_defs_h
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_util_sys_defs_h,v 1.1 2006/06/04 18:11:28 jakob Exp $
|
||||
--- src/util/sys_defs.h.orig Tue May 16 22:19:45 2006
|
||||
+++ src/util/sys_defs.h Tue May 30 22:49:17 2006
|
||||
@@ -47,6 +47,9 @@
|
||||
#if (defined(__NetBSD_Version__) && __NetBSD_Version__ >= 104250000)
|
||||
#define ALIAS_DB_MAP "hash:/etc/mail/aliases" /* sendmail 8.10 */
|
||||
#endif
|
||||
+#if defined(OPENBSD3)
|
||||
+#define ALIAS_DB_MAP "hash:/etc/mail/aliases"
|
||||
+#endif
|
||||
#ifndef ALIAS_DB_MAP
|
||||
#define ALIAS_DB_MAP "hash:/etc/aliases"
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user