Huseyin OZYURT <[EMAIL PROTECTED]> writes: > Hi; I installed courier-imap 1.6.1; I started > "/usr/lib/courier-imap/bin/imapd start" and I see this error > messages " INFO: LOGIN, user=user, ip=[127.0.0.1] chdir start: No > such file or directory * BYE [ALERT] Fatal error: start: No such > file or directory" How could i solve this problem? Regards....
Hi, You will notice that imapd takes one argument: the path to a maildir. In your example, there appears to be no start user. See the imapd man page that came with your installation: NAME imapd - Courier-IMAP server SYNOPSIS /usr/lib/courier-imap/bin/imapd $HOME/Maildir This is how imapd is run on our server (one line): /usr/lib/courier-imap/libexec/couriertcpd -address=0 -stderrlogger=/usr/lib/courier-imap/libexec/logger -stderrloggername=imapd-ssl -maxprocs=40 -maxperip=4 -pid=/var/run/imapd-ssl.pid -nodnslookup -noidentlookup 993 /usr/lib/courier-imap/bin/couriertls -server -tcpd /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/libexec/authlib/authdaemon /usr/lib/courier-imap/bin/imapd Maildir Then when individual users check their mail this is what shows up in `ps' output: username 10385 0.0 0.5 1684 640 ? S Dec11 0:02 /usr/lib/courier-imap/bin/imapd Maildir When run as `username', I guess the current working directory defaults to their home directory. HTH, --- Ricardo Anguiano http://www.codesourcery.com ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users