pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mail/courier-imap does not start after latest update



Daniel Eggert wrote:
I have updates courier-imap to
    courier-imap-4.1.1nb2
    couriertcpd-0.53.2nb1

but now, when I start, I get:
    Jun 25 10:31:27 kelvin couriertcpd: exec: No such file or directory
in /var/log/maillog.

What it that file, that can not be found? How can I find out?

This used to work with courier-imap-4.1.0.

Thanks in advance, for any input.

I guess that the appended patch fixes the message to be more informative. Install it into net/couriertcpd/patches, run "make mps" in net/couriertcpd and rebuild the package.

Roland
$NetBSD$

--- courier/courier.c.orig      2005-01-30 06:22:51.000000000 +0100
+++ courier/courier.c   2006-06-25 18:16:00.000000000 +0200
@@ -200,7 +200,7 @@ int main(int argc, char **argv)
 #endif
                                execl( DATADIR "/courierctl.start",
                                        "courierctl.start", (char *)0);
-                               perror("exec");
+                               perror("exec: " DATADIR "/courierctl.start");
                                _exit(1);
                        }
                        _exit(0);


Home | Main Index | Thread Index | Old Index