Re: [exim] DKIM - signing mail

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Renaud Allard
日付:  
To: Odhiambo Washington
CC: David, exim users, Tom Kistner
題目: Re: [exim] DKIM - signing mail


Odhiambo Washington wrote:

>
> Wait a moment! Is OpenSSH the same thing as OpenSSL? I believe you
> meant the openssl from the ports (/usr/ports/security/openssl) which
> is at version 0.9.8g.
> My concern though - if I install from the ports, does it replace the
> base openssl or what happens? I am fearing having stale libs being
> left behind, which has bitten me before with other applications.
>
>


The best way would probably be to compile openssl0.9.8 in another prefix
(e.g. /usr/local/openssl098), then compile exim and libdkim against that
version. This way you wouldn't disrupt former applications.