Removed from service 96 06 27 try without, if ok, delete This patch prepared by Julian H. Stacey *** config.h Fri Apr 1 21:09:07 1994 --- config.h Sun Nov 19 22:53:40 1995 *************** *** 37,50 **** /***** Mail Delivery Agent (MDA) definitions *****/ /* fully-qualified pathname for the MDA (usually /bin/mail) */ ! #define MDA_PATH "/bin/mail" /* passed as argv[0] to the MDA (usually just the basename of the mailer) */ #define MDA_ALIAS "mail" /* MDA command args; $u passes user's login id (usually "-d $u") */ /* (may be undefined if the mailer doesn't require arguments (?!)) */ ! #define MDA_ARGS "-d $u" /* MDA command arg count -- must be greater than or equal to the number of space-delimited arguments defined in MDA_ARGS. */ --- 37,51 ---- /***** Mail Delivery Agent (MDA) definitions *****/ /* fully-qualified pathname for the MDA (usually /bin/mail) */ ! #define MDA_PATH "/usr/bin/mail" /* passed as argv[0] to the MDA (usually just the basename of the mailer) */ #define MDA_ALIAS "mail" /* MDA command args; $u passes user's login id (usually "-d $u") */ /* (may be undefined if the mailer doesn't require arguments (?!)) */ ! /* #define MDA_ARGS "-d $u" ! perhaps -u might be appropriate ? */ /* MDA command arg count -- must be greater than or equal to the number of space-delimited arguments defined in MDA_ARGS. */