mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
14
mail/postfix/patches/400-cdb.patch
Normal file
14
mail/postfix/patches/400-cdb.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -Naur postfix-2.11.1/src/util/sys_defs.h postfix-2.11.1.patched/src/util/sys_defs.h
|
||||
--- postfix-2.11.1/src/util/sys_defs.h 2013-09-30 00:51:55.000000000 +0400
|
||||
+++ postfix-2.11.1.patched/src/util/sys_defs.h 2014-09-29 03:11:48.962277971 +0400
|
||||
@@ -767,9 +767,8 @@
|
||||
#define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK
|
||||
#define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
|
||||
#define HAS_FSYNC
|
||||
-#define HAS_DB
|
||||
#define NATIVE_DB_TYPE "hash"
|
||||
-#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/aliases"
|
||||
+#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/postfix/aliases"
|
||||
#ifndef NO_NIS
|
||||
#define HAS_NIS
|
||||
#endif
|
||||
Reference in New Issue
Block a user