Thanks. I checked the imap file and I had not the two lines you talked about. But I forgot to change password 'secret' in pop, sieve, smtp. Do you think it can be the reason?
Also the two '@' lines are present in the file lmtp. And the auth and account lines not present in this file. I have emptied my mail.log, and after a few seconds doing nothing, I have those messages: Jun 14 12:19:34 postfix/smtpd[1797]: fatal: open database /etc/postfix/virtual.db: No such file or directory Jun 14 12:19:35 postfix/master[1672]: warning: process /usr/lib/postfix/smtpd pid 1797 exit status 1 Jun 14 12:19:35 postfix/master[1672]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling Jun 14 12:20:35 postfix/smtpd[1799]: fatal: open database /etc/postfix/virtual.db: No such file or directory Jun 14 12:20:36 postfix/master[1672]: warning: process /usr/lib/postfix/smtpd pid 1799 exit status 1 Jun 14 12:20:36 postfix/master[1672]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling ____________________________________________________________ Julien PHAM Chargé de Mission Informatique SOMINICE - M.I.N DE NICE 04.92.29.75.75 http://www.min-de-nice.fr/ -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jaume Sabater Envoyé : mercredi 14 juin 2006 11:37 À : [email protected] Objet : Re: [WEB-CYRADM] Creating new users and new mailboxs fails 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, > Im 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&wo rd=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 _______________________________________________ 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
