contact.htm에서 이메일 보내기가 작동하지 않습니다.

contact.htm에서 이메일 보내기가 작동하지 않습니다.

Ubuntu 14 서버가 있고 내 웹사이트 contact.htm을 통해 내 주소로 메일을 보내려고 합니다.[이메일 보호됨]이것은 mail.log입니다:

Nov 18 17:22:34 ubuntu sendmail[7439]: tAIMMX5s007439: Authentication-Warning: ubuntu.localhost: www-data set sender to [email protected] using -f
Nov 18 17:22:34 ubuntu sendmail[7439]: tAIMMX5s007439: [email protected], size=495, class=0, nrcpts=1, msgid=<[email protected]>, relay=www-$
Nov 18 17:22:34 ubuntu sm-mta[7440]: tAIMMYL6007440: from=<[email protected]>, size=821, class=0, nrcpts=1, msgid=<[email protected]>, proto=ESMT$
Nov 18 17:22:34 ubuntu sendmail[7439]: tAIMMX5s007439: [email protected], [email protected] (33/33), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30495, $
Nov 18 17:22:35 ubuntu sm-mta[7442]: STARTTLS=client, relay=mx1.hotmail.com., version=TLSv1/SSLv3, verify=FAIL, cipher=ECDHE-RSA-AES256-SHA384, bits=256/256
Nov 18 17:22:35 ubuntu sm-mta[7442]: tAIMMYL6007440: to=<[email protected]>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=120821, relay=mx1.hotmail.com. [134.170.2.19$
Nov 18 17:22:35 ubuntu sm-mta[7442]: tAIMMYL6007440: tAIMMZL6007442: DSN: Service unavailable
Nov 18 17:22:36 ubuntu sm-mta[7442]: STARTTLS=client, relay=mx3.hotmail.com., version=TLSv1/SSLv3, verify=FAIL, cipher=ECDHE-RSA-AES256-SHA384, bits=256/256
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL6007442: to=<[email protected]>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30000, relay=mx3.hotmail.com. [65.55.37.120]$
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL6007442: to=MAILER-DAEMON, delay=00:00:01, mailer=local, pri=30000, dsn=5.1.1, stat=User unknown
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL6007442: to=postmaster, delay=00:00:01, mailer=local, pri=30000, dsn=5.1.1, stat=User unknown
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL6007442: tAIMMZL7007442: return to sender: User unknown
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL7007442: to=MAILER-DAEMON, delay=00:00:00, mailer=local, pri=0, dsn=5.1.1, stat=User unknown
Nov 18 17:22:36 ubuntu sm-mta[7442]: tAIMMZL6007442: Saved message in /var/lib/sendmail/dead.letter

무엇이 작동하지 않는지 알려주세요.

답변1

로그에는 Hotmail 인증에 실패했음을 나타내는 것 같습니다.

또한 오류를 보내는 기본 규칙 MAILER-DAEMON이 없다는 메시지도 표시됩니다. 이는 프로토콜의 요구 사항입니다. 규칙을 만들어 이메일로 리디렉션하세요. 이는 설정이 아니기 때문에 /var/lib/sendmail/dead.letter에 오류가 발생하고 이 파일은 시간이 지남에 따라 커집니다.

관련 정보