15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courierd not proc...
FromSent OnAttachments
Mark RobinsonJun 27, 2006 12:51 pm 
Sam VarshavchikJun 27, 2006 3:32 pm 
Mark RobinsonJun 27, 2006 3:37 pm 
Mark RobinsonJun 27, 2006 5:07 pm 
Sam VarshavchikJun 27, 2006 5:56 pm 
ecu...@encontacto.netJun 28, 2006 4:26 am 
Mark RobinsonJun 28, 2006 7:24 am 
Sergiy ZhukJun 28, 2006 8:49 am 
Mark RobinsonJun 28, 2006 2:33 pm 
Julie S. LinJun 29, 2006 2:12 pm 
Julie S. LinJun 29, 2006 2:29 pm 
Sam VarshavchikJun 29, 2006 2:42 pm 
Julie S. LinJun 29, 2006 3:01 pm 
Sam VarshavchikJun 29, 2006 3:05 pm 
fjar Uno al díaJun 30, 2006 1:10 am 
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: [courier-users] courierd not processing newly received mailActions...
From:Mark Robinson (ma@reoins.com)
Date:Jun 28, 2006 2:33:19 pm
List:net.sourceforge.lists.courier-users

Hi Serge

On Jun 28, 2006, at 10:49 AM, Sergiy Zhuk wrote:

hi

On Wed, 28 Jun 2006, Mark Robinson wrote:

found" message again when courier.sh starts: "Starting/libexec/ld-elf.so.1: Shared object "libcourierauth.so.0" not found"

Look for ldconfig_paths in /etc/defauts/rc.conf and add /usr/local/lib or whatever place where you've installed that library. That will help the "library disappearing after a reboot" problem. Alternatively you can set LD_LIBRARY_PATH in your courier startup scripts.

-- rgds, serge

Thanks for the super suggestion. I used: ldconfig -elf -m /usr/local/lib/courier-authlib ldconfig -elf -m /usr/local/lib/mysql

and that solved the missing file problem.

I then had a maildir quota problem which I fixed and now everything is peachy.

So, the two components to solving this problem for me were: 1. preventing sendmail from starting up by setting 'sendmail_enable="NONE"' in /etc/rc.conf and 2. adding the 2 courier library directories to the shared library path using ldconfig

Thanks for all the help folks!!!