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 7:24:28 am
List:net.sourceforge.lists.courier-users

On Jun 28, 2006, at 6:26 AM, ecu@encontacto.net wrote:

Quoting Mark Robinson <ma@reoins.com>:

sendmail and courier processes are both running. in my rc.conf file, sendmail_enable="YES" i do not recall stopping sendmail previously when courier was receiving and processing mail (before power was cycled)

It sounds like you stopped and started everything manually.

Do you have something like the following in /etc/mail/mailer.conf?

# cat /etc/mail/mailer.conf # $FreeBSD: src/etc/mail/mailer.conf,v 1.3 2002/04/05 04:25:12 gshapiro Exp $ # # Execute the Courier sendmail program, named /usr/local/bin/sendmail # sendmail /usr/local/bin/sendmail send-mail /usr/local/bin/sendmail mailq /usr/local/bin/mailq newaliases /usr/local/sbin/makealiases

and in /etc/rc.conf sendmail_enable="NONE" courier_enable="YES" courier_authdaemond_enable="YES"

and the startup scripts should be in /usr/local/etc/rc.d/courier and courier-authdaemond

You can also try stopping the sendmail process and starting courier preferably using the /usr/local/etc/rc.d/ startup scripts but you will have the same problem when you reboot unless you fix the above.

Hopefully, I haven't missed anything. Actually, if you didn't build your courier from ports, as would seem, it would probably be recommendable because all of the details are taken care of very well.

Good luck,

Thanks for the info.

My mailer.conf looks like yours.

I was missing the courier_authdaemond_enable="YES" line from rc.conf. that is fixed now. And my startup scripts are where yours are.

I went ahead and rebooted my server and now it is giving me that "not found" message again when courier.sh starts: "Starting/libexec/ld-elf.so.1: Shared object "libcourierauth.so.0" not found" when I stop and start /usr/local/etc/rc.d/courier.sh the message shows up.

Also, I installed courier and courier-authlib from ports. This is what pkg_info shows: courier-0.52.1 Courier SMTP IMAP POP3 HTTP mail server suite courier-authlib-0.58 Meta-port for the courier authentication library courier-authlib-base-0.58 Courier authentication library base courier-authlib-mysql-0.58 MySQL support for the Courier authentication library

THanks, Mark