[offlineimap] Mac OS X and keychain access (#244)

John Mastro notifications at github.com
Sun Sep 20 00:46:22 UTC 2015


@5c0tt, I'm not familiar with photon either but I may be able to help with one other aspect.

The `-u sjl` part of that command assumes that your user name on the computer is `sjl`. If it's not, you should change it appropriately. (I suspect the command was copied from Steve Losh's [The Homely Mutt](http://stevelosh.com/blog/2012/10/the-homely-mutt/), a nice article indeed).

Likewise, if the file has something like the below, you'll need to change the `'keychain'` value to point at your actual `login.keychain` file. That probably just means replacing the `sjl` part again.

```python
params = {
    'security': '/usr/bin/security',
    'command': 'find-internet-password',
    'account': account,
    'server': server,
    'keychain': '/Users/sjl/Library/Keychains/login.keychain',  # <-- Here
}
```

---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/244#issuecomment-141722576
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20150919/24b1ee3b/attachment.html>


More information about the OfflineIMAP-project mailing list