On Thu, Oct 29, 2009 at 10:00:54AM -0700, Andrew Morgan wrote: > I always thought that it uses the service name from cyrus.conf (the first > column on a service definition), but now that I look at my own systems I > see that I am missing the /etc/pam.d/imaps file as well. Go figure! ... and if you actually check the code, you find: if (sasl_server_new("imap", config_servername, NULL, NULL, NULL, NULL, 0, &imapd_saslconn) != SASL_OK) { So the service name is hard-coded as "imap". Gabor -- --------------------------------------------------------- MTA SZTAKI Computer and Automation Research Institute Hungarian Academy of Sciences --------------------------------------------------------- ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html