vaen

自己搭建的内网的邮件服务器时报告如下错误:-ERR Plaintext authentication disallowed on non-secure (SSL/TLS)

  1.  vi /etc/dovecot/conf.d/10-auth.conf
    

    去掉disable_plaintext_auth前面#,修改为:

    disable_plaintext_auth = no
    
  2.  vi /etc/dovecot/conf.d/10-ssl.conf
    

    修改为:

    ssl = no
    
  3. 重启dovecot服务:

    service dovecot restart
    

分类:

技术点:

相关文章:

  • 2022-01-18
  • 2019-10-09
  • 2021-10-04
  • 2021-04-12
  • 2021-05-26
  • 2021-06-29
  • 2021-08-08
  • 2021-11-20
猜你喜欢
  • 2022-01-03
  • 2021-11-03
  • 2021-08-08
  • 2021-08-30
  • 2021-11-04
相关资源
相似解决方案