400-cdb.patch (588B)
1 diff -Naur postfix-2.11.1/src/util/sys_defs.h postfix-2.11.1.patched/src/util/sys_defs.h 2 --- postfix-2.11.1/src/util/sys_defs.h 2013-09-30 00:51:55.000000000 +0400 3 +++ postfix-2.11.1.patched/src/util/sys_defs.h 2014-09-29 03:11:48.962277971 +0400 4 @@ -769,9 +769,8 @@ 5 #define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK 6 #define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */ 7 #define HAS_FSYNC 8 -#define HAS_DB 9 #define NATIVE_DB_TYPE "hash" 10 -#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/aliases" 11 +#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/postfix/aliases" 12 #ifndef NO_NIS 13 #define HAS_NIS 14 #endif