Disable gssapi auth
This commit is contained in:
parent
1b01251432
commit
e1f5039422
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@
|
|||
key = "5130416C797067B6";
|
||||
};
|
||||
imap.host = "xc.hs-mittweida.de";
|
||||
mbsync = darkkirb.mbsync // {
|
||||
extraConfig.account = {
|
||||
AuthMechs = "LOGIN";
|
||||
};
|
||||
};
|
||||
passwordCommand = "${pkgs.coreutils}/bin/cat /run/secrets/email/mdelenk@hs-mittweida.de";
|
||||
realName = "Morten Delenk";
|
||||
signature.text = ''
|
||||
|
|
Loading…
Reference in a new issue