Hi,

I'm trying to switch my `offlineimap` setup to `mbsync` but can't seem
to get `mbsync` to use my Kerberos key to authenticate.
I have a valid Kerberos key and would like to connect via GSSAPI, but
`mbsync` seems to simply skip this option.

Here's the corresponding part of my ~/.mbsyncrc:

    IMAPAccount diro
        Host mail.iro.umontreal.ca
        User monn...@iro.umontreal.ca
        SSLType IMAPS
        AuthMechs GSSAPI LOGIN
        #AuthMechs LOGIN
    
    IMAPStore diro-remote
        Account diro

and here's a sample session:

    % kinit -R
    % mbsync --verbose --debug diro-local
    Reading configuration file ~/.mbsyncrc
    Channel diro-local
    Opening master store diro-remote...
    M: [ 1] Enter connect_store
    Resolving mail.iro.umontreal.ca... ok
    Connecting to mail.iro.umontreal.ca (132.204.27.60:993)... 
    M: [ 1] Leave connect_store
    Opening slave store diro-local...
    S: [ 2] Enter connect_store
    S: [ 2] Callback enter connect_store, sts=0
    pattern '*' (effective '*'): Path, no INBOX
    S: [ 3] Enter list_store, flags=2
    S: [ 3] Callback enter list_store
      INBOX
    S: [ 3] Callback leave list_store
    S: [ 3] Leave list_store
    S: [ 2] Callback leave connect_store
    S: [ 2] Leave connect_store
    Connection is now encrypted
    M: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE 
IDLE AUTH=GSSAPI AUTH=LOGIN AUTH=PLAIN] Dovecot ready.
    Logging in...
    NOT using available SASL mechanism(s): EXTERNAL
    Password (diro): 

Any idea what might be going on?
This is on a Debian stable machine using Debian's `isync` package.


        Stefan





_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to