
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]