"AuthPassword를 설정할 수 없습니다" ssmtp

"AuthPassword를 설정할 수 없습니다" ssmtp

터미널을 통해 메일을 보내도록 smtp를 설정 중인데 "0이 아닌" 상태가 표시됩니다. 내 로그 파일에 "Unable to set AuthPassword"라는 로그가 있습니다. 비밀번호에는 문자와 숫자가 포함되어 있습니다.

ssmtp.conf:

 1 #
 2 # Config file for sSMTP sendmail
 3 #
 4 # The person who gets all mail for userids < 1000
 5 # Make this empty to disable rewriting.
 6 [email protected]
 7 [email protected]
 8 AuthPassword=word12345
 9 UseTLS=YES
10 UseSTARTTLS=YES
11 
12 # The place where the mail goes. The actual machine name is required no 
13 # MX records are consulted. Commonly mailhosts are named mail.domain.com
14 mailhub=smtp-mail.outlook.com:587
15 
16 # Where will the mail seem to come from?
17 #rewriteDomain=
18 rewriteDomain=outlook.com
19 
20 # The full hostname
21 [email protected]
22 
23 
24 # Are users allowed to set their own From: address?
25 # YES - Allow the user to specify their own From: address
26 # NO - Use the system generated From: address

답변1

매뉴얼 페이지에서 ssmtp.conf:

AuthPass SMTP 인증에 사용되는 비밀번호입니다.

ssmtp.conf구성 했지만 AuthPassword예상하지 못한 것 같습니다. 매뉴얼 페이지의 플래그를 사용해 보십시오.

적어도 내 생각에는 질문을 게시할 때 비밀번호도 수정해야 한다고 생각합니다!

관련 정보