sendmail로 발신 이메일을 보낼 때 메일 서버가 HELO / EHLO에 표시하는 FQDN (호스트 및 도메인 이름)을 어떻게 지정합니까?
답변
sendmail.mc에 다음을 추가했습니다.
define(`confDOMAIN_NAME', `mail.foo.com')dnl
그리고:
m4 sendmail.mc > sendmail.cf
service sendmail restart
또한 이것이 http://www.port25.com/domainkeys/(auth-results@verifier.port25.com) 의 이메일 검증 서비스와 함께 작동하는지 확인했습니다 . 깔끔한 서비스, 당신은 이메일을 보내고 SPF, 도메인 키 등에 대한 정보와 함께 from 헤더에 응답합니다 …
답변
완전성을 위해-또한 사용할 수 있습니다
define(confHELO_NAME,`something.not.the.same.as.the.domain.name')
보다 완전한 통제가 필요한 경우 (예 : freeb-bsd 교도소에서) confDOMAIN_NAME 및 MASQUERADE_AS를 HELO / EHLO 이름과 매우 다르게 설정하는 것이 바람직 할 수 있습니다.
Dw.
답변
define(`confSMTP_LOGIN_MSG', `$j; $b')dnl
/etc/hosts
아래와 같이 파일을 구성 하십시오.
xxx.xxx.xxx.xxx server server.yourdomain.com server
127.0.0.1 server server.yourdomain.com server