Здравствуйте! Имеются maildir'ы, почта в которые доставляется procmail'ом. Решил читать эту почту по IMAP, установил courier-imap (из Woody). telnet localhost 143 отвечает, далее a1 login username password- аутентификация проходит, но:
$ telnet localhost 143 Trying 127.0.0.1... Connected to tatuine. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See * COPYING for distribution information. a1 login username password a1 OK LOGIN Ok. a2 list "" * * LIST (\HasNoChildren) "." "INBOX.Trash" * LIST (\Noselect \HasChildren) "." "INBOX" a2 OK LIST completed. a3 create testbox a3 NO Invalid mailbox name Непонятно, оно что не "is started from the logged-in account's home directory"? Где выводимый list'ом INBOX? status говорит что он пуст... Почему ящики не создаются и существующие в изобилии у залогинившегося юзера maildir'ы команда list не показывает? В /etc/courier/imapd : AUTHMODULES="authdaemon" В /etc/courier/authdaemonrc : authmodulelist="authpam" Подскажите, plz, куда посмотреть чтобы разобраться в чем тут дело. P.S. $ ps aux| grep imap webmast 1756 0.0 1.0 2008 948 pts/1 S 01:17 0:00 man imapd root 2013 0.0 0.5 1532 532 ? S 02:01 0:00 /usr/sbin/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -maxprocs=40 -maxperip=4 -pid=/var/run/courier/imapd.pid -nodnslookup -noidentlookup 143 /usr/lib/courier/courier/imaplogin /usr/lib/courier/authlib/authdaemon /usr/bin/imapd Maildir root 2016 0.0 0.4 1436 448 ? S 02:01 0:00 /usr/sbin/courierlogger imaplogin webmast 2102 0.0 0.5 1692 552 ? S 02:20 0:00 /usr/bin/imapd Maildir -- Геннадий "Мы угнетены нашими электронными рабами" Джеф Раскин

