Re: [Exim] AUTH (don't shoot me...)

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Kirill Miazine
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] AUTH (don't shoot me...)
mike wrote:

> I have created the /etc/exim/passwd file.
> And... now what? What do I put in the file? It says 'crypted
> passwords in the second column'. Crypted how? Columns separated with
> what?


Following command will give you a crypted password:

    perl -le 'print crypt shift, $>' <password>


In /etc/exim/passwd you put

    username:password


where password is crypted as explained above.

--
    -- K.M.