You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
435 B

  1. --- a/src/util/sys_defs.h
  2. +++ b/src/util/sys_defs.h
  3. @@ -760,9 +760,8 @@ extern int initgroups(const char *, int);
  4. #define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK
  5. #define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
  6. #define HAS_FSYNC
  7. -#define HAS_DB
  8. #define NATIVE_DB_TYPE "hash"
  9. -#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/aliases"
  10. +#define ALIAS_DB_MAP DEF_DB_TYPE ":/etc/postfix/aliases"
  11. #ifndef NO_NIS
  12. #define HAS_NIS
  13. #endif