From: Bo Andresen <bo.andresen@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] courier-imap won't start
Date: Sun, 2 Apr 2006 15:05:13 +0200 [thread overview]
Message-ID: <200604021505.14600.bo.andresen@gmail.com> (raw)
In-Reply-To: <20060401221559.7417b556@keelie.localdomain>
On Sunday 02 April 2006 05:15, JimD wrote:
> I have it up and running with no issues. Maybe try to go through the
> HOWTO again? What I usually do is look at the startup script and try
> to make a test script to get it running. Here is an example for
> starting courier-imap. Just copy it to a file and try to execute it as
> root:
>
> #!/bin/bash
>
> ADDRESS=0
> MAXDAEMONS=10
> MAXPERIP=10
> PIDFILE=/var/run/imapd.pid
> TCPDOPTS="-nodnslookup -noidentlookup"
> PORT=143
> MAILDIR=.maildir
> exec_prefix=/usr
>
> /usr/lib/courier-imap/couriertcpd -address=$ADDRESS \
> -stderrlogger=/usr/lib/courier-imap/courierlogger \
> -stderrloggername=imapd \
> -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
> -pid=$PIDFILE $TCPDOPTS \
> $PORT ${exec_prefix}/sbin/imaplogin \
> /usr/lib/courier-imap/courier-imapd.indirect ${MAILDIR}
This script does start it up successfully. Still the initscript doesn't. I
have tested that all the variables are set to the same things in the
initscript simply by printing them with echo and they are.
/usr/lib/courier-imap/courier-imapd.indirect doesn't exist btw...
I trying to use version 4.0.1
# eix courier -I -c
[I] net-libs/courier-authlib (0.58): courier authentication library
[I] net-mail/courier-imap (4.0.1): An IMAP daemon designed specifically for
maildirs
--
Bo Andresen
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-04-02 13:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-02 0:50 [gentoo-user] courier-imap won't start Bo Andresen
2006-04-02 3:15 ` JimD
2006-04-02 13:05 ` Bo Andresen [this message]
2006-04-02 14:16 ` Jim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200604021505.14600.bo.andresen@gmail.com \
--to=bo.andresen@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox