Install OpenARC on CentOS 7 with epel-repo

Facebooktwittermail

CentOS 7で構築されたメールサーバにAuthenticated Received Chain(ARC)を実装するためにOpenARCをインストールしてみました。

Authenticated Received Chain(ARC)については、こちらのサイトが分かりやすかったです。
ARC について
https://www.naritai.jp/technology_arc.html

trusteddomainproject/OpenARC: Open source ARC
https://github.com/trusteddomainproject/OpenARC

環境
・CentOS Linux release 7.9.2009 (Core)
・Kernel 3.10.0-1160.2.2.el7.x86_64
・Postfix 2.10.1-9

OpenARCはepep repositoryにあります。

  1. インストール
  2. 設定ファイル /etc/openarc.conf の編集
  3. デフォルトの設定ファイルです。

    internal.hostsファイルには内部ネットワークなどが記述されています。
    KeyFileにはDKIMの秘密鍵ファイルをコピーして設定してあります。

  4. /var/run/openarc/の作成
  5. /var/run/openarc/ を作成します。

  6. 自動起動の設定と起動
  7. postfix nain.cfの編集
  8. milterにopenarcを追加します。
    8891はopendkim,8893はopendmarcが動作しています。

  9. postfix再起動

届いたメールをgmailに転送してテストしみました。

rootlinks.netでARC検証、ARC署名してからgmailでARC検証arc=pass (i=1);してARC署名を追加(i=2)していました。
実際のヘッダは60行ぐらいにありました(^^;

man openarc.conf

Leave a Reply