Julien PHAM wrote:

So I have configured postfix, cyrus, and web-cyradm. I can log in in web-cyradm, and I can create new domain and users. But it seems those users are only in web-cyradm, and do not work outside this interface. Because on my linux (debian) box, when I enter cyradm and use the “lm” command, it returns no mailbox.

Perhaps you are having trouble connecting from Webcyradm to Cyrus IMAP. I had a problem like this recently and it was due to my file /etc/pam.d/imap was not containing just:

auth sufficient [..]
account required [..]

But also:

@include common-auth
@include common-account

(they came with the default install and I had to comment them for the connection to MySQL to happen).

Anyway, have a look at /var/log/mail.log and /var/log/auth.log and tell us what you read there. Use the logs, Luke! :-)

Btw, sasl seems to work fine, but according to a howto, they say to put a file in /etc/postfix/sasl directory, but I have no sasl directory in my postfix one. I installed cyrus 2.1 with the included debian packages, I’m running a debian sarge amd64 box.

In Debian Sid the package Postfix creates the subdirectory /etc/postfix/sasl.

# dpkg -S /etc/postfix/sasl
postfix: /etc/postfix/sasl

About Sarge, checking packages at debian dot org [1] will tell you that /etc/postfix/sasl is not part of the package (unless the postinstall script creates it, of course), so you should create it manually.

[1] http://packages.debian.org/cgi-bin/search_contents.pl?searchmode=filelist&word=postfix&version=stable&arch=amd64

--
Jaume Sabater
http://linuxsilo.net/

"Ubi sapientas ibi libertas"
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to