Re: GSSAPI error with mbsync

2018-08-16 Thread Dan White
presume). 'klist' should produce the same output. If so, you'll need to initizlize your ticket cache (kinit). -- Dan White

Re: Somewhat tangential... clients automatically detecting correct config settings

2018-06-10 Thread Dan White
On 06/10/18 17:00 -0600, Philip Prindeville wrote: Hi. I was wondering how do popular clients (like Mail.app) detect what the settings should be for an email client when you initially enter the email address. Does anyone know how it tries to detect this stuff? I’m trying to set up my email

Re: Regarding issue with auxprop plugin

2018-05-22 Thread Dan White
On 05/21/18 17:15 -0700, Om Kale wrote: Hi Dilyan, These are the contents of my /usr/lib/sasl2. okale:/usr/local/lib/sasl2$ ls -lrth total 904K -rw-r--r-- 1 root root4 May 9 18:11 berkeley_db.active -rwxr-xr-x 1 root root 93K May 18 15:12 libcrammd5.so.3.0.0 lrwxrwxrwx 1 root root 19 May

Re: Regarding issue with auxprop plugin

2018-05-17 Thread Dan White
On 05/17/18 18:41 -0700, Om Kale wrote: Hi All, I am trying to integrate cyrus-sasl with memcached. I am repeatedly seeing the following error on the memcached application server: SASL (severity 5): could not find auxprop plugin, was searching for 'sasldb' SASL (severity 5): could not find

Re: Using LDAP with Cyrus [was: Re: [Diffusion] [Committed] rI0b8b7ab02b36: Documentated several saslauthd ldap options.]

2018-03-13 Thread Dan White
d return the 'normalized' user using the configured ldapdb_canon_attr. On 03/14/2016 02:52 AM, Phabricator wrote: Dan White <dwh...@olp.net> committed rI0b8b7ab02b36: Documentated several saslauthd ldap options. (authored by Dan White <dwh...@olp.net>). Herald added auditors: Documentation. Documentated several saslauthd ldap options. -- Dan White

Re: SASL 2.1.27 rc6

2017-12-22 Thread Dan White
ching on google, but it had no effect. All Heimdal tests are using version 7.5.0, manually compiled. Do you have suggestions of where to debug? On 12/20/17 10:14 -0600, Dan White wrote: Ken, I'll try to lab up my original test case (for bug 3480) tomorrow evening. On 12/20/17 11:00 -0500, Ken Murch

Re: SASL 2.1.27 rc6

2017-12-20 Thread Dan White
/419 I'd really like to make a final release by Christmas as promised, but I also don't want to make a release that folks will have to patch immediately. -- Dan White

Re: libsasl + smtp w/o clear passwd storage?

2016-02-05 Thread Dan White via Cyrus-devel
to saslauthd. See saslauthd/LDAP_SASLAUTHD in the source code for documentation. Another approach is to use the pam backend, and use a pam ldap module to handle authentication, which makes since if you're already using one for other authentication systems. -- Dan White

Re: libsasl + smtp w/o clear passwd storage?

2016-02-04 Thread Dan White via Cyrus-devel
On 02/04/16 18:24 -0800, Jan Parcel via Cyrus-devel wrote: I think there MUST be a way to use libsasl with smtp without storing passwords in the clear, and ESPECIALLY not on each local system, but nowhere in the docs is an example for how to do so. I would think the ldapdb auxprop plugin

Re: Understanding mailbox SELECT

2015-09-17 Thread Dan White
Are there any errors in syslog? localhost> lam localhost!user/hello anyone lrswipkxtecda hello@localhost lrswipkxtecdan localhost> lam localhost!shared/contact anyone lrswipkxtecda How was this shared mailbox created, and has any of your virtual domain config changed since you created it? 'localhost!shared/contact' looks fishy for a shared mailbox. -- Dan White

Re: Small hiccups on server config

2015-07-16 Thread Dan White
for the same reason as above. Are these on temporary filesystems? https://docs.cyrus.foundation/imap/developer/basicserver.html -- Dan White

Re: Getting cyradm to work over SSL

2015-06-05 Thread Dan White
On 06/04/15 14:23 -0600, Philip Prindeville wrote: I'm running cyrus 2.4.17 on Fedora 21 (with cyrus-sasl 2.1.26). I'm trying to write some test automation, but can only get it to work with IMAP, not IMAP/SSL. If I run: % cyradm --user cyrus --port 143 --auth login --notls localhost that

Re: What about cyrus-sasl?

2015-02-19 Thread Dan White
meeting, which is scheduled to take place in a couple of hours: http://goo.gl/ryQToF -- Dan White

Re: Time to move away from Berkeley DB

2013-07-02 Thread Dan White
else?). With regards to cyrus-sasl, Lightining DB is another option: http://lists.andrew.cmu.edu/pipermail/cyrus-sasl/2012-March/002479.html It's released under the OpenLDAP Public License, which I assume is compatible since ldapdb is released under the same license. -- Dan White

Re: sync_client fails with GSSAPI error 'unknown mech-code 0 for mech unknown'

2013-06-04 Thread Dan White
with: syncserver_sasl_mech_list: digest-md5 Additionally in cyrus.conf we only bind imap to 127.0.0.1 - imaps/pop3s are used for off-host connections (in case that's an issue?) -- Dan White

Re: Cyrus Pop3 and Client Side Certificates

2012-12-17 Thread Dan White
cmd=pop3d -s -U 30 listen=pop3s prefork=0 maxchild=100 in imapd.conf: pop3s_tls_require_cert: 1 You'll also need to configure tls_ca_file or tls_ca_path. -- Dan White

Re: Cyrus saslauthd shadow

2011-08-26 Thread Dan White
using the pam backend. I have not tested any of the other backends. With an empty passwd in /etc/shadow (or /etc/passwd with the getpwent backend), I cannot actually authenticate with a blank password: testsaslauthd -u testuser -p but any other password succeeds. -- Dan White

Re: Cyrus CalDAV design decision

2011-08-23 Thread Dan White
. Hiding the mailboxes could be a configurable option. Giving users IMAP permissions to modify the contents of the folders is kind of a problem though. -- Dan White

sqlite3 support in sasl

2011-04-15 Thread Dan White
Hi Alexey, Could you take a look at?: http://bugzilla.cyrusimap.org/bugzilla3/show_bug.cgi?id=3208 Thank You, -- Dan White

Re: SASL lib 2.1.24

2011-04-14 Thread Dan White
) libgs2_la_DEPENDENCIES = $(COMPAT_OBJS) libgs2_la_LIBADD = $(GSSAPIBASE_LIBS) $(GSSAPI_LIBS) $(LIB_SOCKET) $(COMPAT_OBJS) -- Dan White

Re: SASL lib 2.1.24

2011-04-14 Thread Dan White
. Pre-sort the list of currently 26 patches in the Debian package for SASL lib 2.1.23 and identify those who are NOT Debian adjustments and provide them for review (what format?) Check out the Changelog around 2009-02-20. Alexey applied 4 Debian patches. -- Dan White

Re: SASL lib 2.1.24

2011-04-05 Thread Dan White
On 05/04/11 13:14 +0100, Alexey Melnikov wrote: Hi Dan, Dan White wrote: [...] I'd also like to offer time to test current CVS and patches to get an RC2 out the door. I gather one of the sticking points is developer access to Mac OS X. I have access to a Mac system and can do some testing

Re: SASL lib 2.1.24

2011-04-04 Thread Dan White
gather one of the sticking points is developer access to Mac OS X. I have access to a Mac system and can do some testing. Are there intentions to move away from CVS to git for sasl? Are there any developer TODO lists for the project? -- Dan White

Re: Murder send client to backend

2011-02-11 Thread Dan White
remote syslogging on your frontends to all your backends. -- Dan White

Re: Wiki, information on database back ends.

2010-09-15 Thread Dan White
. I'm not trying to make a judgement, just trying to answer the question what is skiplist?, which due to my own ignorance I can't answer. -- Dan White

Re: Documentation Updates

2010-09-05 Thread Dan White
On 05/09/10 14:18 -0400, Dave McMurtrie wrote: Dave McMurtrie wrote: On Sep 4, 2010, at 6:34 PM, Dan White dwh...@olp.net wrote: I've submitted a documentation patch via bugzilla (#3255) on the contents of the /doc directory, of the imapd distribution, which contains miscellaneous link

Documentation Updates

2010-09-04 Thread Dan White
bugzilla. -- Dan White

Re: Add cyrus-devel list to Bugzilla bugs?

2010-05-25 Thread Dan White
, Look for useqacontact. -- Dan White