changeset 3810:4ed2033584b2 HEAD

Deliver binary is out of date, dovecot-lda should be used for now.
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Jan 2006 15:45:40 +0200
parents 00d6d460966c
children 03a2ff05bd12
files src/Makefile.am src/deliver/deliver.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Mon Jan 02 15:39:44 2006 +0200
+++ b/src/Makefile.am	Mon Jan 02 15:45:40 2006 +0200
@@ -3,7 +3,7 @@
 endif
 
 if BUILD_DELIVER
-DELIVER = deliver
+#DELIVER = deliver
 endif
 
 SUBDIRS = \
--- a/src/deliver/deliver.c	Mon Jan 02 15:39:44 2006 +0200
+++ b/src/deliver/deliver.c	Mon Jan 02 15:45:40 2006 +0200
@@ -1,6 +1,7 @@
 /* Copyright (C) 2005 Timo Sirainen */
 
 /* FIXME: pretty ugly thing. */
+#error This program is somewhat out of date, use dovecot-lda instead
 
 #include "lib.h"
 #include "lib-signals.h"