Mailinglist Archive: opensuse (818 mails)
| < Previous | Next > |
Re: [opensuse] Cyrus IMAP password
- From: Adam Tauno Williams <awilliam@xxxxxxxxxxxxx>
- Date: Thu, 08 Sep 2011 14:57:58 -0400
- Message-id: <1315508279.3645.18.camel@linux-yu4c.site>
On Fri, 2011-08-26 at 11:13 -0400, James Knott wrote:
The simples form of authentication is LOGIN/PLAIN; which with Cyrus [or
SASL in general] is performed via the saslauthd service. In
your /etc/imapd.conf file set/add -
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
And start the saslauthd service - "service saslauthd start"
By default that will authenticate users via PAM; which can be changed
via the SASLAUTHD_AUTHMECH setting in /etc/sysconfig/saslauthd
Recent versions of Cyrus IMAP will be virtuously cranky about letting
you perform plain text authentication over a unsecure [unencrypted]
connection so if you want to do that also add -
allowplaintext: 1
- to your /etc/imapd.conf file.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I'm trying to set up a Cyrus IMAP server. It requires an IMAP password,
but I don't see any default or way to set it. What's the secret here?
The simples form of authentication is LOGIN/PLAIN; which with Cyrus [or
SASL in general] is performed via the saslauthd service. In
your /etc/imapd.conf file set/add -
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
And start the saslauthd service - "service saslauthd start"
By default that will authenticate users via PAM; which can be changed
via the SASLAUTHD_AUTHMECH setting in /etc/sysconfig/saslauthd
Recent versions of Cyrus IMAP will be virtuously cranky about letting
you perform plain text authentication over a unsecure [unencrypted]
connection so if you want to do that also add -
allowplaintext: 1
- to your /etc/imapd.conf file.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |