이것이 내 문제에 맞는 스택 교환인지 확실하지 않습니다. 내 문제에 맞는 스택 교환이 여러 개 있습니다.
외부 SMTP 서버(내 ISP의 SMTP가 필요하기 때문에...)를 통해 이메일을 보내도록 postfix 구성을 설정했습니다. 하지만 외부 이메일 주소로 이메일을 보낼 때마다 이메일이 도착하지 않고 오류 이메일도 받지 않습니다("당신은 차단되었습니다" 이메일 등, 내 SMTP 서버를 사용하면 이런 종류의 이메일을 받게 됩니다). 이메일).
이것은 내 이메일 기록입니다. 저는 raspbian을 실행 중이고 확실히 하기 위해 모든 IP 주소와 도메인 이름을 바꿨습니다. 나는 squirrelmail에서 이 테스트 이메일을 보냈기 때문에 localhost라고 적혀 있습니다.
Feb 2 16:37:41 raspberrypi postfix/smtpd[1468]: connect from localhost[127.0.0.1]
Feb 2 16:37:41 raspberrypi postfix/smtpd[1468]: D7AEEC3940: client=localhost[127.0.0.1]
Feb 2 16:37:41 raspberrypi postfix/cleanup[1472]: D7AEEC3940: message-id=<[email protected]>
Feb 2 16:37:41 raspberrypi postfix/qmgr[1372]: D7AEEC3940: from=<[email protected]>, size=717, nrcpt=1 (queue active)
Feb 2 16:37:41 raspberrypi postfix/smtpd[1468]: disconnect from localhost[127.0.0.1]
Feb 2 16:37:42 raspberrypi postfix/smtp[1473]: D7AEEC3940: to=<[email protected]>, relay=smtp.myisp.com[IPmyisp]:587, delay=0.35, delays=0.07/0.01/0.19/0.07, dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> Queued mail for delivery)
Feb 2 16:37:42 raspberrypi postfix/qmgr[1372]: D7AEEC3940: removed
postfix의 내 main.cf 파일(일부 내용이 다시 교체됨):
smtpd_banner = $myhostname ESMTP $mail_name (Raspbian)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = mydomain.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = mydomain.com, raspberrypi, localhost.localdomain, localhost
relayhost = [smtp.myisp.com]:587
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = ipv4
home_mailbox = Maildir/
mailbox_command =
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
smtpd_helo_required = yes
smtpd_helo_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,
reject_unknown_helo_hostname
check_helo_access hash:/etc/postfix/helo_access
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
smtpd_tls_auth_only = yes
#################################
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = yes
smtp_tls_CAfile = /etc/ssl/certs/ssl-cert-snakeoil.pem
내 /etc/postfix/sasl_passwd 형식은
smtp.myisp.com:587 username:password
.여기서 사용자 이름과 비밀번호는 내 ISP의 사용자 이름과 비밀번호입니다.
내 ISP의 SMTP 서버는 TLS와 포트 587을 사용합니다.
이메일이 왜 도착하지 않았는지 모르겠습니다. 아시는 분 계시면 미리 감사드립니다.
편집: 이메일 클라이언트를 내 이메일 계정(예: Outlook)으로 사용하고 ISP의 SMTP 서버 세부 정보를 클라이언트에 직접 입력하면 이메일이 도착합니다. 그러나 그것은 내가 원하는 방식이 아닙니다.
EDIT2: 새 로그는 다음과 같습니다.
Feb 2 19:48:12 raspberrypi postfix/smtps/smtpd[2469]: connect from myhostname[myIP]
Feb 2 19:48:13 raspberrypi postfix/smtps/smtpd[2469]: 76CCBC3ABC: client=myhostname[myIP], sasl_method=PLAIN, sasl_username=username
Feb 2 19:48:13 raspberrypi postfix/cleanup[2482]: 76CCBC3ABC: message-id=<[email protected]>
Feb 2 19:48:13 raspberrypi postfix/qmgr[2467]: 76CCBC3ABC: from=<[email protected]>, size=1277, nrcpt=1 (queue active)
Feb 2 19:48:13 raspberrypi postfix/smtp[2483]: Untrusted TLS connection established to smtp.myisp.com[IPmyisp]:587: TLSv1 with cipher AES128-SHA (128/128 bits)
Feb 2 19:48:14 raspberrypi postfix/smtp[2483]: 76CCBC3ABC: to=<[email protected]>, relay=smtp.myisp.com[IPmyisp]:587, delay=0.58, delays=0.23/0.12/0.16/0.07, dsn=2$ dsn=2.6.0, status=sent (250 2.6.0 <[email protected]> Queued mail for delivery)
Feb 2 19:48:14 raspberrypi postfix/qmgr[2467]: 76CCBC3ABC: removed
답변1
ISP 릴레이 서버가 잘못 구성된 것 같습니다. 귀하의 메시지가 즉시 거부될 수 있습니다.
구성의 문제는 postfix가 ISP 릴레이에 대해 자체 인증을 하지 않는 것일 가능성이 높습니다. 놓다
smtp_sasl_auth_enable = yes
접미사를 다시로드하십시오. 그런 다음 이메일을 다시 보내보세요.
postfix 문서에서:
smtp_sasl_auth_enable (기본값: no)
Postfix SMTP 클라이언트에서 SASL 인증을 활성화합니다. 기본적으로 Postfix SMTP 클라이언트는 인증을 사용하지 않습니다.