--- Begin Message ---
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"
 #define        REFORMIME       BINDIR "/reformime"
 #define        MAXRCPTS        20

Ciao
        Racke

-- 
Think of it !

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: [EMAIL PROTECTED]; Phone: 0041-1-3884400)



--- End Message ---


-- 
Think of it !

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: [EMAIL PROTECTED]; Phone: 0041-1-3884400)

Reply via email to