Re: imap_pass password management

2011-05-18 Thread Todd Hesla
BTW, I use gpg-agent to avoid having to key in my passphrase multiple times per day. Regards, -- Todd Hesla On Wed, May 18, 2011 at 07:24:49PM +0200, Ђорђе Тодоровић wrote: > Date: Wed, 18 May 2011 19:24:49 +0200 > To: Richard , mutt-users@mutt.org > From: Ђорђе Тодоровић >

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: http://www.mail-archive.com

Re: imap_pass password management

2011-05-18 Thread Jean-Christophe Bach
* Ђорђе Тодоровић [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 makes password mana

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 = "ec

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 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_

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