Christian Mayer wrote: > Hello cyrus list > > I am setting up an cyrus-imap server. > There are some useres to connect with imap. > And the rest of the useres should connect with pop3. > So is it possible that the pop3 users are not allowed to connect with imap? > How should I setup the mailboxes for pop3 only users that they are not > allowed to use imap? > > Thanks > > Christian Mayer > System-, Netzwerkadministrator > Voss & Sonnenberg GmbH > mailto: [EMAIL PROTECTED] > >
I have done a similar configuration with cyrus 2.0.16 and openldap. The users are stored in a ldap directory. Cyrus uses pam (via sasl) for user authentication. To distinguish between POP3 and IMAP users i have configured different configs for "/etc/pam.d/imap" and "/etc/pam.d/pop". All users may use POP3. Only users with a ldap-attribute "imap: y" are allowed to use the imap server. That means that all users can connect to the imap-server, but only users with the specified ldap-attribute can login to imap. Regards, Philipp -- Philipp Sacha | Bosch Telecom GmbH [EMAIL PROTECTED] | Broadband Network Operations http://www.bosch-kabeltv.de/ | Zitadellenweg 34, D-13599 Berlin http://www.blue-cable.de/ | Tel.: +49 30 3388-1094, Fax:-1344