--Stefan Hornburg (Racke) wrote on 22.03.2002 19:02 +0100: > Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> writes: > >> Package: courier-mlm >> Version: 0.37.3-1 >> >> For some strange reason, couriermlm is trying to exec /usr/bin/sendmail >> when handling a subscription request. This file does not exist. >> (It should be /usr/sbin/sendmail instead.) > > You are right. This patch fixes it: > > --- courier-0.37.3-vanilla/courier/cmlm.h Sun Aug 5 22:01:35 2001 > +++ courier-0.37.3/courier/cmlm.h Fri Mar 22 09:36:37 2002 > @@ -51,8 +51,9 @@ > #define MSGSEPARATOR "====" > > #include "bindir.h" > +#include "sbindir.h" > > -#define SENDMAIL BINDIR "/sendmail" > +#define SENDMAIL SBINDIR "/sendmail"
Courier's sendmail gets installed into BINDIR/sendmail, the patch would break couriermlm. I assume the couriermlm-rpm of the original poster has some bugs and should not abuse /usr for the $PREFIX anyway. Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
