
mutt가 Outlook.com SMTP 서버로 메일을 보내도록 강제할 수 없습니다. 내 구성은 다음과 같습니다.
set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = "mysecretpassword"
set ssl_force_tls = yes
SASL 인증이 실패했다는 메시지가 항상 나타납니다.
동일한 구성(사용자 이름, 비밀번호, 서버, 포트)이 에서 사용될 때 잘 작동합니다 msmtp
.
set sendmail="msmtp"
msmtp 구성:
account cs-outlook
tls on
tls_certcheck off
host smtp-mail.outlook.com
port 587
from [email protected]
auth on
user [email protected]
password mysecretpassword
account default : cs-outlook
mutt에 일종의 버그가 있는 것 같지만 확실하지 않습니다. 아마도 추가 구성이 누락된 것일까요?
답변1
의 버그로 밝혀졌습니다 mutt
. mutt-patched
데비안 저장소의 패키지는 이 설정으로 잘 작동합니다.