Well things never get better it seems. In my previous mail I wrote that 

ls /usr/lib/courier-imap/libexec/authlib/ :
authdaemon  authdaemond  authdaemond.ldap  authdaemond.plain

the authshadow or authpam where not there, why I don't know.

I set up to recompile the whole thing:

$ ./configure --with-authshadow --with-authpam --without-authldap
$ make 
$ make check 
$ su
$ make install_strip
$ make install-configure
$ vi /etc/rc.d/init.d/imapd-ssl (to add authshadow)
$ /etc/rc.d/init.d/imapd-ssl start
$ telnet 192.168.1.3 993 (to verify)

I try to connect and it doesn't work, I check the log and get
/var/log/maillog:Oct  2 00:01:52 khemir imapd-ssl: Connection, 
ip=[::ffff:192.168.1.3]
/var/log/maillog:Oct  2 00:01:52 khemir imapd-ssl: authshadow: No such file 
or directory

ls /usr/lib/courier-imap/libexec/authlib/  confirms that no authshadow was 
installed there.

$ /etc/rc.d/init.d/imapd-ssl stop
$ cp /home/nadim/courier-imap-1.5.3.20020910/authlib/authshadow 
/usr/lib/courier-imap/libexec/authlib/
$ /etc/rc.d/init.d/imapd-ssl start

Same old thing, I try to connect to the imaps server, fail and the log 
displays the same message:
/var/log/maillog:Oct  2 00:31:49 khemir imapd-ssl: Connection, 
ip=[::ffff:192.168.1.3]
/var/log/maillog:Oct  2 00:31:49 khemir imapd-ssl: authshadow: No such file 
or directory
$ 
ls -lsa /usr/lib/courier-imap/libexec/authlib
total 256
   4 drwxr-xr-x    2 root     root         4096 Oct  1 23:57 .
   4 drwxr-xr-x    3 root     root         4096 Oct  1 23:50 ..
  16 -rwxr-xr-x    1 root     root        16080 Oct  1 23:50 authdaemon
   4 -rwxr-xr-x    1 root     root          406 Oct  1 23:50 authdaemond
  64 -rwxr-xr-x    1 root     root        59812 Sep 17 21:26 
authdaemond.ldap
  48 -rwxr-xr-x    1 root     root        47244 Oct  1 23:50 
authdaemond.plain
 116 -rwxr-xr-x    1 root     root       112866 Oct  1 23:57 authshadow

Please someone save me from insanity!

Nadim.






-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server
today at http://www.ServePath.com/indexfm.htm
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to