We want rmail to deliver the mail direct ager receiving it. To activate, compile with thw option -DEXPRESS --- rmail/rmail.c.orig Sat Jul 18 00:23:38 1998 +++ rmail/rmail.c Sat Jul 18 00:28:17 1998 @@ -49,6 +49,9 @@ #include #include +#ifdef USE_PAKET +#define _PATH_SENDMAIL USE_PAKET "/sbin/sendmail" +#endif #ifdef BSD4_4 # define FORK vfork # include @@ -273,7 +276,9 @@ i = 0; args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ args[i++] = "-oee"; /* No errors, just status. */ +#ifndef EXPRESS args[i++] = "-odq"; /* Queue it, don't try to deliver. */ +#endif args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ /* set from system and protocol used */