Eleknader schrieb am Thu, Dec 20, 2001 at 09:49:38AM +0200: * Thanks for your responses! * * I tried to install cyrus from sources before. seems like this installation * had messed up something like sasl or something. I simply installed the * rpms again, and Cyrus at least runs OK. * * I set up a couple accounts, but now I can't read mail from these accounts. * * systen log says, that user has logged in. The mail does not bouce back, * so where could I look at it? * * I can see local mail with pine, and can send mail with command line or pine * to local users, but it never gets delivered to imap. I'm sure that this is in * the docs, but I could not find it.
Maybe not. Which MTA do you employ? If problems arise within LMTP you won't see them: your mail -> sendmail/postfix/other-MTA -> deliver -> lmtpd -> cyrus-box ^^-- problem? One way to debug problems within LMTP (maybe box does not exist/cannot be found) goes as follows: - set preforks within /etc/cyrus.conf to 0 - start cyrus master - do an "strace -f -p <pid of cyrus master>", let it run - and send some mail while looking at the strace output (you will see even more with an "ltrace". Both are linux specific, if you use some other OS, those utils are called "truss", "ktrace" ....) You may then see that deliver/lmtpd could not deliver the mail because of some misconfiguration/permission problems. Regards, - Birger