Skip to content

ozzi-/macos10.13_mail_insec_auth_fix

Repository files navigation

Apple Mail Fix - 10.13

See https://discussions.apple.com/thread/8087473 for infos.

This java programm will manipulate your Apple Mail Account in a way to allow insecure authentication. Furtheremore, there is a crude PHP tool that does the same.

Manual steps

  1. Setup an account in Mail up to the point where you need to tick the allow insecure flag and save
  2. pkill Mail
  3. open with a SQLite Browser (such as sqlitebrowser.org) ~/Library/Accounts/Accounts4.sqlite
  4. From ZACCOUNT table find the account you want to fix and note the Z_PK and ZACCOUNTTYPE of it
  5. From the ZACCOUNTTYPE table get all rows that have ZKEY = PortNumber, DisableDynamicConfiguration or AllowsInsecureAuthentication and where ZWONER is Z_PK of ZACCOUNT
  6. Insert into ZACCOUNTPROPERTY Z_ENT=3,Z_OPT=1,ZOWNER=Z_PK of ZACCOUNT, ZKEY = ortNumber, DisableDynamicConfiguration or AllowsInsecureAuthentication, ZVALUE a blob containing the value (see examples)
  7. Start Mail

About

Resources to fix the broken "allow insecure authentication" functionality in macOS 10.13

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published