RE: Questions about authentication
[snip] >Basically I'm wondering if I can have Cyrus look to the MySQL >server for >authorization. I know Cyrus looks to SASL, which in turn looks >to MySQL >(through auxprop), for authentication, and I originally >thought I could >do this with authorization also. I thought I read somewhere Cyrus IMAP >didn't need UNIX accounts to exist, but there may have been a "with >Kerberos" part in there, or something similar, that I didn't notice. I >actually don't think I let the difference between the two >auth's sink in >enough at first. Now it looks like I still need a UNIX account >for each >user, which cramps the virtual host setup (I don't like the whole >"user0014" method, but if I have no alternative...). Or maybe I should >look into using LDAP or Kerberos, h. I use postfix and cyrus 2.2 with sasl/auxprop into mySQl to manage virtual domains and users without ever having to create unix users. It is all held within mySQL. -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.
RE: problems with imap and imsp installation
In fairness, the discussion about cyrus documentation and the info about apple that was triggered by your message was also constructive, at least for me... :-) -Original Message- From: Phil Chambers [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: Re: problems with imap and imsp installation Despite a flurry of messages which my original message triggered, I have received just one constructive response. Thanks to Richard Hopkins. I still need ideas on sorting out the dynamic loading problem I have with cyradm though. Since my message I have installed autoconf, m4, etc and had a go with the 1.6a3 version of IMSP from the cvs and built the configure files. However, even though I have used --disable-gssapi and --without-krb I get The DES Kerberos library is required for Kerberos support when I run configure. Any ideas how I can get round this? Phil. --- Phil Chambers ([EMAIL PROTECTED]) University of Exeter -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.
RE: 2.2a, virtual domains and squirrelmail
Yes! I use SM and hold domains and users in mySQL. Works well with 2.2a and has worked for ages with 2.2prealpha. > -Original Message- > From: Mike O'Rourke [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 13:04 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 2.2a, virtual domains and squirrelmail > > > Mine works! > > cyrus-imapd 2.2 cvs from about Mar. 26 (OK, I am busy and haven't had > time to get the recently released version, but it is working for me > (TM)) > squirrelmail 1.4rc2a (see excuse above) > PHP 4.3.2rc1 > Apache 2.0.44 > > Mike. > > >>> "Kervin L. Pierre" <[EMAIL PROTECTED]> 04/03/03 05:39am > >>> > > Has anyone tried using squirrelmail with 2.2 virtual domains > and got it > > to work with a mailbox on a virtual domain? > > http://www.squirrelmail.org/ > -- > > > Kervin Pierre > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > >
RE: virtual domains and cyrus 2.1.12
I believe that virtual domain support is only available in the 2.2 version. -Original Message- From: Andreas Meyer [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:51 To: [EMAIL PROTECTED] Subject: virtual domains and cyrus 2.1.12 Hi! Just subscribed to the list because I wanted to try out cyrus's virtual domain support. I compiled and installed version 2.1.12. The tools like mkimap were not installed automatically. Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK eta Cyrus IMAP4 v2.1.12 server ready . logout * BYE LOGOUT received . OK Completed According to the install-virtualdomains.html I made a: eta:/home/sourcen/cyrus-imapd-2.1.12/tools # ./mkimap -d meyer.foo can't open -d at (eval 1) line 15, line 82. eta:/home/sourcen/cyrus-imapd-2.1.12/tools # su cyrus [EMAIL PROTECTED]:/home/sourcen/cyrus-imapd-2.1.12/tools> ./mkimap -d meyer.foo can't open -d at (eval 1) line 15, line 82. I also read man imapd.conf and cannot find a notice about virtdomains. My imapd.conf looks like this: ... sasl_pwcheck_method: auxprop defaultdomain: meyer.home virtdomains: meyer.foo compdot.foo So my question is, are virtual domains supported, do I have to wait or will this never happen? Another thing I noticed: master[970]: setrlimit: Unable to set file descriptors limit to -1: \ Operation not permitted master[970]: retrying with 1024 (current max) master[970]: process started Is this ok or do I have to worry? -- Andreas Meyer Object Class Common Name userPassword posixAccount andreas {SSHA}hpyqObx1/BXbKFgXoqCayoGsvIgPYiVc -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.