From: Andreas Winkelmann (ml@awinkelmann.de)
Date: Fri Aug 01 2003 - 17:59:58 CEST
Message-ID: <3F2A8E7E.6090106@awinkelmann.de> Date: Fri, 01 Aug 2003 17:59:58 +0200 From: Andreas Winkelmann <ml@awinkelmann.de> Subject: Re: [suse-imap-e] OTP unavailable because can't read/write key database /etc/opiekeys: No such file or directory
Erich Weidner wrote:
> Anyone know how to fix this?
> The SDB article (below) address this issue for imap (cyrus), which I'm
> not using.
> http://sdb.suse.de/en/sdb/html/rsimai_slox_sasldb_opiekey.html
>
> I suspect it's a similar fix though, as I'm using SASL with postfix for
> SSL pop3s and imap/ssl (not cyrus).
>
> Mail is working fine in both directions, everything is running, but I
> get the following error many many times in the log file:
>
> Jul 31 00:17:12 mercury postfix/smtpd[12002]: OTP unavailable because
> can't read/write key database /etc/opiekeys: No such file or directory
>
> Anyone have any suggestions?
SASL searches for all available Mechanisms in your plugin-dir and tries
to initialize them. OTP (One Time Password) is one of them.
If you use sasl2, there should be a "/usr/lib/sasl2/smtpd.conf", set a
option called "mechlist:" where you add all mechs you wants to use
except "otp". For example:
mechlist: plain login crammd5 digestmd5
Another chance, if you really don't want otp, is to delete the otp-library.
# cd /usr/lib/sasl2
# ls libotp.*
# rm libotp.*
This works for sasl-v1, too. Even the directory is called /usr/lib/sasl
-- Gruß, Andreas -- To unsubscribe, e-mail: suse-imap-e-unsubscribe@suse.com For additional commands, e-mail: suse-imap-e-help@suse.com
This archive was generated by hypermail 2.1.7 : Fri Aug 01 2003 - 18:01:21 CEST