简体   繁体   English

Snappy Mail/Rainloop 身份验证失败

[英]Snappy Mail/Rainloop Authentication failed

I Installed the fresh cyberpanel installation when I created a email with the domain and tried to login with the same it shows "Authentication failed Server message: AUTHENTICATIONFAILED Authentication failed."当我使用域创建 email 并尝试使用显示“身份验证失败的服务器消息:AUTHENTICATIONFAILED 身份验证失败”的相同内容时,我安装了全新的网络面板安装。

I am using VPS server from contabo:我正在使用来自 contabo 的 VPS 服务器:

OS: Ubuntu 18.04 (64 Bit)操作系统:Ubuntu 18.04(64 位)

Installed Cyperpanel using below command.使用以下命令安装 Cyperpanel。

sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

When I checked for the errors I got below Error:当我检查错误时,出现以下错误:

Sep 14 19:44:42 vmi1011202.contaboserver.net dovecot[733]: auth-worker(1939): Error: sql(admin@innovatelifesciences.org,127.0.0.1,<TgoNr6boGLp/AAAB>): Invalid password in passdb: crypt() failed: Invalid argument
Sep 14 19:44:44 vmi1011202.contaboserver.net dovecot[733]: imap-login: Disconnected (auth failed, 1 attempts in 2 secs): user=<admin@innovatelifesciences.org>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<TgoNr6boGLp/AAAB>

Please someone help me to resolve this.请有人帮我解决这个问题。 Thanks谢谢

This was because of dovecot version once we upgrade devecot from 2.2.x to 2.3.x it'll work.这是因为一旦我们将 devecot 从 2.2.x 升级到 2.3.x,它就会工作。

Follow below steps.请按照以下步骤操作。

Add the reposity key of dovecot to the rpm key store:将 dovecot 的 reposity 密钥添加到 rpm 密钥库:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 18A348AEED409DA1

Add the official dovecot Ubuntu Repo to sources.list (this example is for Ubuntu 18)将官方 dovecot Ubuntu Repo 添加到 sources.list(此示例适用于 Ubuntu 18)

sudo nano /etc/apt/sources.list.d/dovecot.list

insert into:插入:

deb [arch=amd64] https://repo.dovecot.org/ce-2.3-latest/ubuntu/bionic/ bionic main

Save it and close editor保存并关闭编辑器

Do a:做一个:

sudo apt update

Do a:做一个:

sudo apt dist-upgrade

Reboot your machine.重启你的机器。

reboot

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM