sendmailはしばらくするとメールの送信を停止します

sendmailはしばらくするとメールの送信を停止します

CentOS 7を新規インストールしました(howtoforgeのこのガイドに従いました)https://www.howtoforge.com/perfect-server-centos-7-apache2-mysql-php-pureftpd-postfix-dovecot-and-ispconfig3 より) があり、sendmail があります。問題は、しばらくすると sendmail がメールの配信を停止することです。これを実行すると、正常に動作し、キュー内のすべてのメールが送信されます。しかし、その後、何らかの理由でメールの送信が再び停止します。

cd /etc/mail
make
make restart

これらはメールの送信に失敗したときに表示されるメッセージです

Mar 17 15:53:18 ******** postfix/smtpd[9868]: disconnect from localhost[127.0.0.1]
Mar 17 15:53:18 ******** sendmail[9948]: v2HCrIqC009948: from=********@gmail.com, size=245, class=0, nrcpts=1, msgid=<201703171253.v2HCrIqC009948@********.********>, relay=root@localhost
Mar 17 15:53:18 ******** postfix/smtpd[9868]: connect from localhost[127.0.0.1]
Mar 17 15:53:18 ******** sendmail[9948]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=****************-SHA384, bits=256/256
Mar 17 15:53:18 ******** postfix/smtpd[9868]: NOQUEUE: filter: RCPT from localhost[127.0.0.1]: <********@gmail.com>: Sender address triggers FILTER amavis:[127.0.0.1]:10026; from=<********@gmail.com> to=<********@gmail.com> proto=ESMTP helo=<********.********>
Mar 17 15:53:18 ******** postfix/smtpd[9868]: warning: hash:/etc/mailman/virtual-mailman is unavailable. open database /etc/mailman/virtual-mailman.db: No such file or directory
Mar 17 15:53:18 ******** postfix/smtpd[9868]: warning: hash:/etc/mailman/virtual-mailman lookup error for "********@gmail.com"
Mar 17 15:53:18 ******** postfix/smtpd[9868]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 451 4.3.0 <********@gmail.com>: Temporary lookup failure; from=<********@gmail.com> to=<********@gmail.com> proto=ESMTP helo=<********.********>
Mar 17 15:53:18 ******** sendmail[9948]: v2HCrIqC009948: to=********@gmail.com, ctladdr=********@gmail.com (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30245, relay=[127.0.0.1] [127.0.0.1], dsn=4.3.0, stat=Deferred: 451 4.3.0 <********@gmail.com>: Temporary lookup failure
Mar 17 15:53:18 ******** postfix/smtpd[9868]: disconnect from localhost[127.0.0.1]

関連情報