How can I use fetchmail (or another email grabber) with OSX keychain for authentication?
        Posted  
        
            by bias
        on Server Fault
        
        See other posts from Server Fault
        
            or by bias
        
        
        
        Published on 2010-06-08T23:47:54Z
        Indexed on 
            2010/06/08
            23:53 UTC
        
        
        Read the original article
        Hit count: 389
        
Every fetchmail tutorial I've read says putting your email account password clear-text in a config file is safe. However, I prefer security through layers (since, if my terminal is up and someone suspecting such email foolery slides over and simply types "grep -i pass ~/.*" then, oops, all my base are belong to them!).
Now, with msmtp (as opposed to sendmail) I can authenticate using the OSX keychain. Is there an email 'grabber' that lets me use Keychains (or at least, that lets me MD5 the password)?
© Server Fault or respective owner