cloudljl
What web server are you using? nginx or apache?
How to use Roundcube(WebMail) in aaPanel
cloudljl
Please try to change
php_admin_value open_basedir "/tmp:$VH_ROOT"
configuration to
php_admin_value open_basedir "/tmp:$VH_ROOT:/www/vmail"
in ols vhost configuration and reload you OLS
aaPanel_Jose OMG you saved me josed.. i love you
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?
amarverma
Please try to use telnet in your server
telnet smtp.gmail.com 25
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
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.
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
mhfuj
Is there an error message when you use roundcube to send mail?
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
pepro
You can change the email password in the panel mail server
aaPanel_Jose
Im Sorry i don't understand..
Where is it ?
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
aaPanel_Jose
I look at tutorial doc aa panel and success.. thanks
$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?
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.
- Edited
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?