patch-src_util_sys_defs_h 506 B

12345678910111213
  1. --- postfix-2.10.2.orig/src/util/sys_defs.h 2012-09-25 01:53:56.000000000 +0200
  2. +++ postfix-2.10.2/src/util/sys_defs.h 2013-10-10 16:30:37.000000000 +0200
  3. @@ -753,8 +753,8 @@ extern int initgroups(const char *, int)
  4. #define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
  5. #define HAS_FSYNC
  6. #define HAS_DB
  7. -#define DEF_DB_TYPE "hash"
  8. -#define ALIAS_DB_MAP "hash:/etc/aliases"
  9. +#define DEF_DB_TYPE "cdb"
  10. +#define ALIAS_DB_MAP "cdb:/etc/postfix/aliases"
  11. #ifndef NO_NIS
  12. #define HAS_NIS
  13. #endif