Firstly thanks to those who have helped me already to get courier logging in to the ldap server.

 

Well having got courier working using this script I am having trouble getting it to start and run at startup

 

#!/bin/sh

MAXIMAP=`cat /var/qmail/control/concurrencyimap`

 

  exec_prefix=/usr/lib/courier-imap

 

 

  exec /usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.imap4.cdb  -c "$MAXIMAP" 0 imap ${exec_prefix}/sbin/imaplogin /var/qmail/bin/auth_imap ${exec_prefix}/bin/imapd Maildir  2>&1

 

if I create a start up script it runs in the foreground? Has anyone any idea’s how I can get it to run st startup

 

 

Thanks in advance

 

Simon

 

Reply via email to