Simon Josefsson <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to