* Denis Immoos <[EMAIL PROTECTED]> [20020326 13:26]:
> -------- Original Message --------
> Subject: Starting courier-imap with the authvchkpw authmodule over svscan ?
> From: "Denis Immoos" <[EMAIL PROTECTED]>
> Date: Tue, March 26, 2002 13:02
> To: <[EMAIL PROTECTED]>
> 
> Hi there,
> is there a way to start courier-imap with the authvchkpw authmodule over
> svscan ?
> I tried almost everything without success
>  !
> Perhaps some nerd knows a solution and can mail me her/his scripts I
> promise to worship him/her forever !

My courier lives under /local/courier. Change that path according to
your local configuration:

/service/imapd overview:

/service/imapd/
    env/
        IMAP_CAPABILITY
        IMAP_CHECK_ALL_FOLDERS
        IMAP_DISABLETHREADSORT
        IMAP_EMPTYTRASH
        IMAP_IDLE_TIMEOUT
        IMAP_MOVE_EXPUNGE_TO_TRASH
    run

Content of ./env files:

IMAP_CAPABILITY:
IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT

IMAP_CHECK_ALL_FOLDERS:
0

IMAP_DISABLETHREADSORT:
0

IMAP_EMPTYTRASH:
Trash:7

IMAP_IDLE_TIMEOUT:
60

IMAP_MOVE_EXPUNGE_TO_TRASH:
0

/service/imapd/run file contains following:

#!/bin/sh
exec 2> /dev/null
exec envdir ./env tcpserver -DRHl0 -b 20 -c 10 0 143 \
    /local/courier/sbin/imaplogin \
    /local/courier/libexec/authlib/authcram \
    /local/courier/libexec/authlib/authuserdb \
    /local/courier/bin/imapd Maildir

You would change authcram and authuserdb lines to use vchkpw for
authentication.

-- 
Kirill

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to