bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Re: IMAP protocol violation in 1.1


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Re: IMAP protocol violation in 1.1
Date: Fri, 15 Aug 2008 21:36:55 +0300

Simon Josefsson <address@hidden> ha escrit:

> Excellent, I'll try to get it to work.  I note that imap4d doesn't
> mention --cram-passwd in the --help output?

Oh, this version differs very considerably from the 1.x series.  Among
other differences, it uses a another configuration file format.  I
haven't got enough time to update the docs, unfortunately, but you will
find a short description of configuration file format (and other new
features) here:

 http://lists.gnu.org/archive/html/bug-mailutils/2008-03/msg00000.html

Running `imap4d --config-help' will give you a detailed description of
the configuration statements for imap4d (of course, the same option
works for another MU programs as well).

> I wanted to put the TLS/SASL related parameters in there.

To illustrate, here's a relevant fragment from my configuration:

gsasl {
  cram-passwd "/var/db/cram.pass";
};

tls {
    tls yes;
    ssl-cert "/var/cert/mu.cert";
    ssl-key "/var/cert/mu.key";
};

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]