![Outlook 的網域問題? (使用 Outlook 接收問題)](https://rvso.com/image/668764/Outlook%20%E7%9A%84%E7%B6%B2%E5%9F%9F%E5%95%8F%E9%A1%8C%EF%BC%9F%20%EF%BC%88%E4%BD%BF%E7%94%A8%20Outlook%20%E6%8E%A5%E6%94%B6%E5%95%8F%E9%A1%8C%EF%BC%89.png)
我目前正在使用 Samba 為 Windows 8.1 建立使用者名稱
我建立的使用者能夠正確登入網域。但唯一的問題是,每當您想使用 Outlook 作為電子郵件用戶端時,它似乎都會遇到接收電子郵件的問題(身份驗證問題)。更奇怪的是,當您使用不同的電子郵件程式(雷鳥)時,它似乎可以正常工作。
我嘗試在伺服器端重新建立設定檔和用戶,但這似乎是同一個問題。
以下是來自 Dovecot 的一些日誌,出於安全原因,IP 位址和電子郵件地址被隱藏。
Oct 15 11:48:30 dynamails dovecot: auth: Debug: client in: AUTH#01112237#011PLAIN#011service=pop3#011lip=192.168.XXX.XXX#011rip=192.168.XXX.XXX#011lport=110#011rport=49671#011resp=<hidden>
Oct 15 11:48:30 dynamails dovecot: auth: Debug: sql([email protected],192.168.XXX.XXX): query: SELECT password FROM mailbox WHERE username = '[email protected]' AND active = '1'
Oct 15 11:48:30 dynamails dovecot: auth: sql([email protected],192.168.XXX.XXX): Password mismatch
Oct 15 11:48:32 dynamails dovecot: pop3-login: Disconnected (auth failed, 1 attempts): user=<[email protected]>, method=PLAIN, rip=192.168.XXX.XXX, lip=192.168.XXX.XXX
Oct 15 11:49:02 dynamails dovecot: auth: Debug: client in: AUTH#01124556#011PLAIN#011service=pop3#011lip=192.168.1.250#011rip=192.168.XXX.XXX#011lport=110#011rport=49673#011resp=<hidden>
Oct 15 11:49:02 dynamails dovecot: auth: Debug: sql([email protected],192.168.XXX.XXX): query: SELECT password FROM mailbox WHERE username = '[email protected]' AND active = '1'
Oct 15 11:49:02 dynamails dovecot: auth: sql([email protected],192.168.XXX.XXX): Password mismatch
Oct 15 11:49:04 dynamails dovecot: pop3-login: Disconnected (auth failed, 1 attempts): user=<[email protected]>, method=PLAIN, rip=192.168.XXX.XXX, lip=192.168.XXX.XXX
這是 Outlook 的錯誤
當您設定帳戶時,有一個部分可以測試電子郵件設置,一旦您單擊它,它會再次要求輸入密碼,當您輸入密碼時,它會給出此錯誤。
Log onto incoming mail server (POP3): Your e-mail server rejected your login. verify your user name and password for this account in Account Settings. The server responded: -ERR Authentication failed.
我對此有點困惑,因為相同的設定在雷鳥和另一台具有工作設定檔的電腦上運作。
感謝您的回覆。