・opendmarc の起動
[root@alma]# systemctl start opendmarc
・opendmarc の再起動
[root@alma]# systemctl restart opendmarc
・opendmarc の自動起動設定
[root@alma]# systemctl enable opendmarc
・opendmarc の自動起動の確認
[root@alma]# systemctl is-enabled opendmarc
enabledenabledと表示されれば OK
・opendmarc の status 確認
[root@alma]# systemctl status opendmarc
※Status に問題がないことを確認
・postfix の再起動
[root@alma]# systemctl restart postfix
・postfix の status 確認
[root@alma]# systemctl status postfix
※Status に問題がないことを確認