Sam Varshavchik wrote:
Martin Byrne writes:
Martin Byrne writes:
Now I want to add maildrop support (basically some server side scripts
ala
procmail) - so I download the maildrop tar and build it, getting no
errors.
maildrop -v gives me:
maildrop 1.8.0 Copyright 1998-2004 Double Precision, Inc.
Where did you download this prehistoric dinosaur from?
http://www.courier-mta.org/download.php#maildrop
Version: 2.0.3 (30-Dec-2006)
Filename: maildrop-2.0.3.tar.bz2 (2.0M)
I tried the 2.0.3 version initially and then tried the other versions
from
sourceforge in the hope that one version would work. The mailserver is
running fc3 so I thought maybe an old version of maildrop would work
- im
getting desperate.
I have tried the newest version and get the same results. what am i
doing
wrong ??
Well, what exactly are you doing? Explain how you go about building
courier-authlib, and maildrop. If you want to figure out what the
problem is, that cannot be done until you explain what you do.
Ok well authlib was installed through an rpm - there also seems to be a
courier-authlib-mysql rpm installed.
With maildrop ive done both :
rpmbuild -ta maildrop.tar.bz
and
./configure
./make
./make install
Ive tried setting LDFLAGS="-L/usr/lib/courier-authlib" and
LD_LIBRARY_PATH="/usr/lib/courier-authlib" and then running
config/make/make install and still nothing.