imap_pass password management

2011-05-18 Thread Ђорђе Тодоровић
I'm using mutt + offlineimap + msmtp to work with my 10+ IMAP accounts. The problem is that each account has it's own imap_pass and smtp_pass stored in plaintext somewhere im muttrc, .msmtprc and .offlineimaprc. That makes password management very hard, because every time I change my passwords

Re: imap_pass password management

2011-05-18 Thread Richard
On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote: Is it possible to have my imap_pass set dynamicaly to be an output of some CLI password management program (like pwsafe)? Exaple: imap_pass = echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n 1) | does that work? imap_pass =

Re: imap_pass password management

2011-05-18 Thread Ђорђе Тодоровић
On Wed, 18 May 2011, Richard wrote: On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote: Is it possible to have my imap_pass set dynamicaly to be an output of some CLI password management program (like pwsafe)? Exaple: imap_pass = echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n

Re: imap_pass password management

2011-05-18 Thread Ђорђе Тодоровић
On Wed, 18 May 2011, Ђорђе Тодоровић wrote: On Wed, 18 May 2011, Richard wrote: On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote: Is it possible to have my imap_pass set dynamicaly to be an output of some CLI password management program (like pwsafe)? Exaple: imap_pass =

Re: imap_pass password management

2011-05-18 Thread Jean-Christophe Bach
* Ђорђе Тодоровић postmanmi...@gmail.com [18.05.2011. @13:43:05 +0200]: I'm using mutt + offlineimap + msmtp to work with my 10+ IMAP accounts. The problem is that each account has it's own imap_pass and smtp_pass stored in plaintext somewhere im muttrc, .msmtprc and .offlineimaprc. That

Re: imap_pass password management

2011-05-18 Thread Ed Blackman
On Wed, May 18, 2011 at 07:24:49PM +0200, Ђорђе Тодоровић wrote: On Wed, 18 May 2011, Ђорђе Тодоровић wrote: On Wed, 18 May 2011, Richard wrote: imap_pass = `echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n 1) ` That works fine, thank you. Also I found this link:

Re: imap_pass password management

2011-05-18 Thread Todd Hesla
Subject: Re: imap_pass password management On Wed, 18 May 2011, Ђорђе Тодоровић wrote: On Wed, 18 May 2011, Richard wrote: On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote: Is it possible to have my imap_pass set dynamicaly to be an output of some CLI password management