From adeb485292f1a76b4888567e6c5a2b8d66f1646d Mon Sep 17 00:00:00 2001 From: itojun Date: Fri, 5 May 2000 18:17:43 +0000 Subject: [PATCH] catch up with sendmail 8.10 "aliases" pathname. (postfix tries to be very compatible to sendmail, so this is the right thing to do I believe) --- gnu/dist/postfix/util/sys_defs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/dist/postfix/util/sys_defs.h b/gnu/dist/postfix/util/sys_defs.h index 18dfb31d19f4..f749e94b59fd 100644 --- a/gnu/dist/postfix/util/sys_defs.h +++ b/gnu/dist/postfix/util/sys_defs.h @@ -31,7 +31,11 @@ #define HAS_DB #define HAS_SA_LEN #define DEF_DB_TYPE "hash" +#if 0 /*before sendmail 8.10*/ #define ALIAS_DB_MAP "hash:/etc/aliases" +#else /*sendmail 8.10*/ +#define ALIAS_DB_MAP "hash:/etc/mail/aliases" +#endif #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin" #define USE_STATFS