Hello Sam,
Wednesday, November 29, 2006, 1:11:38 AM, you wrote:
Hello Sam,
Tuesday, November 28, 2006, 1:59:22 PM, you wrote:
And another one. Maybe this is problem. When I start courier only two
processes run by courier
courier 9561 0.0 0.4 1312 952 v3- I 5:44PM 0:00.13 [couriertcpd]
courier 9566 0.0 0.2 1200 612 v3- I 5:44PM 0:00.00
/usr/local/sbin/courierlogger courieresmtpd
but all another run by root.
But why?
What do you get in the output for:
ldd /usr/lib/courier/libexec/courier/submit
/usr/courier/libexec/courier/submit:
libgdbm.so.3 => /usr/local/lib/libgdbm.so.3 (0x280a9000)
libcourierauth.so.0 =>
/usr/local/lib/courier-authlib/libcourierauth.so.0 (0x280af000)
Nothing. I've built my courier with
LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include ./configure
--prefix=/usr/courier --exec-prefix=/usr/courier \
--sysconfdir=/usr/courier/etc --enable-https\
--localstatedir=/var/spool/courier --with-piddir=/var/run/courier \
--disable-autorenamesent \
--with-db=gdbm --without-ipv6
Because during making without "LDFLAGS=-L/usr/local/lib
CPPFLAGS=-I/usr/local/include" make can't found pcre.
Maybe it's was wrong.