7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Location of maildroprc
FromSent OnAttachments
Mariusz Goch (pH4Lk0n)Dec 20, 2006 12:49 pm 
Devin RubiaDec 20, 2006 12:55 pm 
Mariusz Goch (pH4Lk0n)Dec 20, 2006 1:06 pm 
Devin RubiaDec 20, 2006 1:34 pm 
Mariusz Goch (pH4Lk0n)Dec 20, 2006 3:06 pm 
Lior KadoshDec 20, 2006 4:25 pm 
Mariusz Goch (pH4Lk0n)Dec 20, 2006 5:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Location of maildroprcActions...
From:Devin Rubia (dev@thezone.net)
Date:Dec 20, 2006 1:34:02 pm
List:net.sourceforge.lists.courier-maildrop

On Wed, Dec 20, 2006 at 10:06:47PM +0100, Mariusz Goch (pH4Lk0n) wrote:

Is there a possibility to make maildrop read configuration(maildroprc) form a different location for example: /myinstall/etc/maildroprc I tried setting --sysconfdir running ./configure but it didn't help. Any suggestions??

You do know you have to do a "make && make install-strip" afterwards?

I've been doing make && make install. Is there a difference between install and install-strip??

Not really, it just strips off the debugging/symbol info, making a smaller binary.

Try "make clean" first.

Once you've installed it do a "ls -l `which maildrop`" and see if it installed where you thought it was supposed to install. You could have different copies in different locations in your $PATH.

Then do a "strings `which maildrop` | grep maildroprc" and see where the binary thinks the maildroprc should reside.