Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cgo372

Pages: [1]
1
E-Mail / Re: webmail alias
« on: January 22, 2015, 09:22:08 AM »
So my question now is how to bypass suPHP to get roundcube to work?

2
E-Mail / Re: webmail alias
« on: January 21, 2015, 08:56:58 AM »
But then what makes that this way is possible with ISPConfig3 using also SUPHP?

3
E-Mail / Re: Change E-Mail Password
« on: January 19, 2015, 10:27:05 AM »
I'm sorry, but what you wrote sounds like chinese to me and it is not really helpful to solve problems

4
E-Mail / Re: webmail alias
« on: January 16, 2015, 04:55:18 PM »
I also have a problem with the webmail. Let me explain I have several websites on the vps and a shared IP.
When I type the shared IP XXX.XXX.XXX.XXX/webmail or Roundcube I get the Roundcube page
When I type www.mysite.com/webmail or roundcube I have an error 500.

I fixed the permissions for each account and it doesn't work. Is there something I'm missing there!

I created a conf file for apache with the following

Alias /webmail /usr/local/apache/htdocs/roundcube
Alias /roundcube /usr/local/apache/htdocs/roundcube

<Directory /usr/local/apache/htdocs/roundcube>
  Options +FollowSymLinks
  DirectoryIndex index.php
  AllowOverride All
  Order Deny,Allow
  Allow from All
</Directory>

So I get the symlink to Webmail but not the website.com/webmail

Any clue? thanks for your help

5
E-Mail / Re: Change E-Mail Password
« on: January 16, 2015, 04:46:14 PM »
I think the question is how to change the password of email account from roundcube webmail with activate password plugin. How to activate the password plugin? thanks.

That is also what I'd like to know:
I changed the following:
- in main.inc.conf $rcmail_config['plugins'] = array('password');
- I changed config.inc.conf.dist in config.inc.php and enabled the following lines:

$rcmail_config['password_db_dsn'] = 'mysql://mypassword@localhost/roundcube';
taken from DB.inc.conf $rcmail_config['db_dsn'] = 'mysqli://roundcube:mypassword@localhost/roundcube';

$rcmail_config['password_query'] = 'UPDATE mail_user SET password=%c WHERE email=%u LIMIT 1';

I restarted httpd but I get the password line in Roundcube, the 3 lines with current password, new password and repeat new password but when I want to change the password it says password can't be saved, What Am I doing wrong here? please any help?


Pages: [1]