- 1. 概要
- 2. インストール
1. 概要
以前に書いたものは、すっかり書き直しなのです。
2. インストール
下記のものをインストールします。
・opendkim
「root」ユーザ権限で。
cd /usr/ports/mail/opendkim
make config
オプションは、デフォルトのままで。
cd /usr/ports/mail/opendkim
make NO_DIALOG=yes
make install
インストール時のメッセージを記載しておきます。
===> Installing for opendkim-2.10.3_20
===> Checking if opendkim is already installed
===> Registering installation for opendkim-2.10.3_20
Installing opendkim-2.10.3_20...
In order to run this port, write your opendkim.conf and:
if you use sendmail, add the milter socket 'socketspec' in
/etc/mail/<your_configuration>.mc:
INPUT_MAIL_FILTER('dkim-filter', 'S=_YOUR_SOCKET_SPEC_, F=T, T=R:2m')
or if you use postfix write your milter socket 'socketspec' in
/usr/local/etc/postfix/main.cf:
smtpd_milters = _YOUR_SOCKET_SPEC_
And to run the milter from startup, add milteropendkim_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
Note: milter sockets must be accessible from postfix/smtpd;
using inet sockets might be preferred.
なんか、「Sendmail」や「postfix」の注意書きがあるようですが、「qmail」なので、対応しなくていいのかな?
|
|