The password change plugin is not working. I am using the same config file I used on my old test server where it worked. Does this plugin use php-mcrypt (which I do not have yet for armv7)? I am using in the config.inc.php:
I am using md5crypt for my user passwords in the postfix database.
$config['password_db_dsn'] = 'mysql://password@localhost/postfix'; $config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u limit 1;';
Which worked before. But in the main config.inc.php, I have:
Can someone help on how I can set up our roundcube email in my iphone?
Incoming and outgoing server?
Kelly James International Customer Relationship
www.floridabluebay.gr/en
On 15.10.2014 04:17 PM, Robert Moskowitz wrote:
The password change plugin is not working. I am using the same config file I used on my old test server where it worked. Does this plugin use php-mcrypt (which I do not have yet for armv7)? I am using in the config.inc.php:
I am using md5crypt for my user passwords in the postfix database.
$config['password_db_dsn'] = 'mysql://password@localhost/postfix'; $config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u limit 1;';
Which worked before. But in the main config.inc.php, I have:
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users [1]
On Wed, Oct 15, 2014 at 3:24 PM, FLORIDA BLUE BAY RESORT & SPA sales@floridabluebay.gr wrote:
Can someone help on how I can set up our roundcube email in my iphone?
Incoming and outgoing server?
Please read the green fat box on the top of http://roundcube.net/support/
~Thomas
Needed:
$config['password_db_dsn'] = 'mysql://postfix:password@localhost/postfix';
Don't know why I thought it worked before,,,
All is good. So far, again.
On 10/15/2014 09:17 AM, Robert Moskowitz wrote:
The password change plugin is not working. I am using the same config file I used on my old test server where it worked. Does this plugin use php-mcrypt (which I do not have yet for armv7)? I am using in the config.inc.php:
I am using md5crypt for my user passwords in the postfix database.
$config['password_db_dsn'] = 'mysql://password@localhost/postfix'; $config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u limit 1;';
Which worked before. But in the main config.inc.php, I have:
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
FLORIDA BLUE BAY RESORT & SPA skrev den 2014-10-15 15:24:
Can someone help on how I can set up our roundcube email in my iphone?
Ask your mailhost, roundcube is not a mailserver, you need to have imap and smtp hostnames for your mailhost, login and password is the same as in roundcube, no need to ask for them again :)
Incoming and outgoing server?
Exactly :)
Thomas Bruederli skrev den 2014-10-15 18:49:
Please read the green fat box on the top of http://roundcube.net/support/
Since so many continue to ask, it could be templated in roundcube help plugin to show where to connect other mailclients