Hello,
After each login to the system, the user
must activate an e-mail account.
What could be the reason for this?
https://ibb.co/LZz6g2F
https://ibb.co/6s0nQg6
Problem after last update
Re: Problem after last update
Hello,
Please specify the following info:
1. OS of the server where ONLYOFFICE portal is installed.
2. Its type of installation (docker, deb/rpm, exe).
3. Are these external mailboxes or are they created in ONLYOFFICE Mail Server?
Please specify the following info:
1. OS of the server where ONLYOFFICE portal is installed.
2. Its type of installation (docker, deb/rpm, exe).
3. Are these external mailboxes or are they created in ONLYOFFICE Mail Server?
Re: Problem after last update
1. Windows serwer 2019
2. ONLYOFFICE Windows Enterprise version, exe
3. Yes
2. ONLYOFFICE Windows Enterprise version, exe
3. Yes
Re: Problem after last update
Hello,
Problem solved after configuring mail with
the following settings: pop: 995; smtp: 465 and ssl.
Problem solved after configuring mail with
the following settings: pop: 995; smtp: 465 and ssl.
Re: Problem after last update
Hallo,
Can I safely execute this sql?
SET UPDATE mail_mailbox_server
mail_mailbox_server.port = 995, mail_mailbox_server.socket_type = "SSL", mail_mailbox_server.authentication = "password-encrypted"
WHERE mail_mailbox_server.`type` = "pop3"
AND mail_mailbox_server.id_provider = 222
UPDATE mail_mailbox_server
SET mail_mailbox_server.port = 465, mail_mailbox_server.socket_type = "SSL", mail_mailbox_server.authentication = "password-encrypted"
WHERE mail_mailbox_server.`type` = "smtp"
AND mail_mailbox_server.id_provider = 222
Can I safely execute this sql?
SET UPDATE mail_mailbox_server
mail_mailbox_server.port = 995, mail_mailbox_server.socket_type = "SSL", mail_mailbox_server.authentication = "password-encrypted"
WHERE mail_mailbox_server.`type` = "pop3"
AND mail_mailbox_server.id_provider = 222
UPDATE mail_mailbox_server
SET mail_mailbox_server.port = 465, mail_mailbox_server.socket_type = "SSL", mail_mailbox_server.authentication = "password-encrypted"
WHERE mail_mailbox_server.`type` = "smtp"
AND mail_mailbox_server.id_provider = 222