3 months later

aaPanel_Jose
able to send mail, but mail not coming.
Also check testnet port 25, by giving below command on cmd:
telnet mydomain.com 25

giving below message:

220 server1.mydomain.com ESMTP Postfix

after 5 minutes showing belo message:
421 4.4.2 server.mydomain.com Error: timeout exceeded

Connection to host lost

whats that mean? Port 25 is blocked or working?

    5 days later

    aaPanel_Jose, thanks for this tutorial.

    Did you really enter in webm.youbadbad.cn without problems? did you add any DNS record or something else?

    I really can not enter in mine: i installed as you did, but the explorer doesn't open the round cub web.

    thanks

      JMJ

      I installed it on the test server without any problems

      If possible, please send an email to jose@aapanel.com, I can give you one of my test servers, and then you try to install the service that you have made an error on it. If there is an abnormality or send me you panel login info. I will check it.

      a month later

      my roundcube is work i can make user from aapanel and login from roundcube

      but i have problem

      when i send mail on aapanel the mail was send perfectly but in roundcube i cant sent mail just can see the inbox and see the mail that i was send on aapanel

        9 days later

        I just installed roundcube for email, but I can't login. Where to register a new email account?

          Ohh sory, an now Login Failed, where do I see the login password ? Please

            I can send email but I can't receive it in the roundcube, what can it be? Already set up the email server and everything is ok

            2 months later

            aaPanel_Jose

            $config['plugins'] = array('attachment_reminder', 'autologon', 'emoticons', 'password');
            $config['password_driver'] = 'sql';
            $config['password_db_dsn'] = 'sqlite:////www/vmail/postfixadmin.db';
            $config['password_query'] = "UPDATE mailbox SET password=%p WHERE username=%u";

            I am using this but the password is not encrypted. How to encrypt?

              a month later

              dedyk That happened to me too. When changing the password, the user is unable to log in to the email. When checking the database, the password is recorded without encryption.

              When trying to activate "dovecot" encryption I get the message: "Could not save new password. Encryption function missing."

              Checking the error log, I realized that PHP is not able to write to "/ dev / null". I already changed the file permissions, but it has no effect.

              I also tried to edit the password.php file, changing the destination "/ dev / null" to "/ tmp / null" and it also has no effect.

              10 days later

              aaPanel_Jose It redirects to the site itself with the https.. Is it the SSL certifcate issue? Site's registrar is Cloudflare and using Cloudflare's SSL certificate.
              I just want to import the old emails into the new ones, on Horde there's an option to export the emails into mbox format and import them again, is it in Roundcube the same?

              • Update: I applied Let's Encrypt SSL to teh webm.domain.com and I can access Roundcube now, but how to import the mbox emails dump from the file I saved from the previous host?