Re: [exim] More secure authentication with dyndns.com's mail…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: exim-users
CC: Adam Funk
Betreff: Re: [exim] More secure authentication with dyndns.com's mailhop outbound service?
On Tue, 11 Apr 2006, Tony Finch wrote:

> On Tue, 11 Apr 2006, Adam Funk wrote:
> >
> > I would like exim to be able to authenticate to outbound.mailhop.org
> > without storing the unencrypted password on disk. Is this possible?
>
> Where else can it get the password from?


A socket. You can write a daemon that starts up when you boot the
machine and get it to prompt you (the console) for the password. It can
keep the password in main memory (though of course this could get
written to swap disk; you'll have to think about that). Exim can read
the password using ${readsocket. Alternatively, you could use a named
pipe.

-- 
Philip Hazel            University of Cambridge Computing Service
Get the Exim 4 book:    http://www.uit.co.uk/exim-book