Hello.
RC can add favorites mark (gold star). But what about the tags? I want
add short text lable and get all mail mark same tag in one click.
Possible?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am currently having some issues trying to get the change password function
to work. I have sanitized the config and the logs. I am hoping that I am not
missing anything. I have RoundCube authenticating against Active Directory
right now with no issues. I have no issues with mail delivery. I figured out
how to get the Global Addressbook to pull from Active Directory, but this is
beating me. I would appreciate any help with this plugin that I can get.
Configuration File
[root@mail ~]# less
/var/www/webmail.$MYSITE.com/plugins/password/config.inc.php
<?php
// Password Plugin options
$rcmail_config['password_driver'] = 'ldap';
// Determine whether current password is required to change password.
$rcmail_config['password_confirm_current'] = true;
// Require the new password to be a certain length.
$rcmail_config['password_minimum_length'] = 7;
// Require the new password to contain a letter and punctuation character
$rcmail_config['password_require_nonalpha'] = true;
// LDAP and LDAP_SIMPLE Driver options
// -----------------------------------
$rcmail_config['password_ldap_host'] = $MYDC';
// LDAP server port to connect to
// Default: '389'
$rcmail_config['password_ldap_port'] = '389';
// TLS is started after connecting
$rcmail_config['password_ldap_starttls'] = false;
// LDAP version
$rcmail_config['password_ldap_version'] = '3';
// LDAP base name (root directory)
$rcmail_config['password_ldap_basedn'] = 'dc=$MYDOMAIN,dc=local';
// LDAP connection method
$rcmail_config['password_ldap_method'] = 'user';
// LDAP Admin DN
$rcmail_config['password_ldap_adminDN'] = null;
// LDAP Admin Password
$rcmail_config['password_ldap_adminPW'] = null;
// LDAP user DN mask
$rcmail_config['password_ldap_userDN_mask'] =
'cn=%name,dc=$MYDOMAIN,dc=local';
// LDAP search DN
$rcmail_config['password_ldap_searchDN'] =
'cn=ad.bind,cn=users,dc=$MYDOMAIN,dc=local';
// LDAP search password
$rcmail_config['password_ldap_searchPW'] = '$AD.BINDPWD';
// LDAP search base
$rcmail_config['password_ldap_search_base'] =
'cn=users,dc=$MYDOMAIN,dc=local';
// LDAP search filter
$rcmail_config['password_ldap_search_filter'] = '(cn=%name)';
// LDAP password hash type
$rcmail_config['password_ldap_encodage'] = 'crypt';
// LDAP password attribute
$rcmail_config['password_ldap_pwattr'] = 'userPassword';
// LDAP password force replace
$rcmail_config['password_ldap_force_replace'] = true;
// LDAP Password Last Change Date
$rcmail_config['password_ldap_lchattr'] = 'pwdLastSet';
// Also try to update Samba password attributes: sambaNTPassword and
sambaPwdLastSet
$rcmail_config['password_ldap_samba'] = false;
);
Errors
[root@mail ~]# tail -f /var/log/httpd/error_log
[Mon Mar 21 22:30:31 2011] [error] [client x.x.x.x] Bind failed: Invalid
credentials: LDAP_INVALID_CREDENTIALS (49): , referer:
http://webmail.$MYSITE.com/?_task=settings&_action=plugin.password-save
[Mon Mar 21 22:30:40 2011] [error] [client x.x.x.x] Bind failed: Invalid
credentials: LDAP_INVALID_CREDENTIALS (49): , referer: http://webmail.
$MYSITE.com/?_task=settings&_action=plugin.password-save
I understand that the LDAP_INVALID_CREDENTIALS is an issue with the login
and password that I am trying to bind with. I just don't see where my error
is. What am I missing?
Thanks,
Clay
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello:
Have defined an array of default_hosts
$rcmail_config['default_host'] = array(
'server1.domain.com' => 'People',
'server2.domain.com' => 'Staff'
);
In both imap servers default boxes for sent items are different. So I
would like to specify this in main.inc.php.
But $rcmail_config['sent_mbox'] does not look to allow multivalues or
arrays.
Have tried with rcmail_config['include_host_config'] but have found it
is not useful in my case as it does not user IMAP server.
Some advice please on how to define different
$rcmail_config['sent_mbox'] based on IMAP server.
Thanks in advance.
--
------------------------------------------------------
Juan Carlos Sanchez Hernandez
Responsable de Seguridad y Correo Electronico
Servicio de Planificacion Informatica y Comunicaciones
Universidad Politecnica de Madrid
Rectorado
Avda. Ramiro de Maeztu 7
28040 Madrid
------------------------------------------------------
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone:
I have a question about alternatives to save session information on
files instead of on the database. A.L.E.C says at
http://lists.roundcube.net/mail-archive/users/2010-10/0000025.html that
it would be enough to modify the rcube_session class? And my question
is: would it be just enough to comment out lines 52-28 (where
session_set_save_handler is invoked)? Would it be necessary to change
any of the other public methods, or any functions/method on different
files other than rcube_session.php?
I need this because I have a huge number of users and keeping the
session information, which is modified at every single click performed
on the user interface, on a single database instance seems not a
reasonable solution. The other option would be a database cluster, but
that, I guess, is a complex approach and I would prefer something more
simple.
Besides, it would be great if this possibility was added as a
configuration parameter. I am sure more people can have this issue as
well.
Thanks in advance and best regards,
Rafa
--
Rafael Arco Arredondo
Centro de Servicios de Informática y Redes de Comunicaciones
Universidad de Granada
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone,
I would like to install the vacation plugin on Roundcube 0.5.1, and use
the ftp driver.
The "vacation"-Tab shows up in the settings-section, but when I click on
it, I get the following error:
CONFIGURATION ERROR
Vacation plugin: s cannot be opened
Please read the INSTALL instructions!
In the logs I see something like:
PHP Error: Vacation plugin: s cannot be opened in
/srv/www/htdocs/roundcubemail/plugins/vacation/lib/vacationdriver.class.php
on line 0 (GET /roundcubemail/?_task=settings&_action=plugin.vacation)
Can anyone tell me what's up, and how I can bring the vacation module up
and running?
Thanks for help.
PS: I'm on a suse 11.3 // php5 // apache2 // mysql // postfix // dovecot
--
Andre Tann
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all -
Running 0.5.1 (upgraded from 0.4.1). Stupidly, I also upgraded MySQL, PHP and Dovecot before I tested if 0.4.1 still worked. Now when I login I get the UI but then consistently get "Server Error! (OK)". The IMAP log looks OK. Here's the Dovecot log - I'm thinking it's OK..
Code:
2011-03-11 16:28:19 auth(default): Info: master out: USER 295 xxx system_groups_user=xxx uid=xxx gid=xxx home=/home/xxx
2011-03-11 16:28:19 imap-login: Info: Login: user=<xxx>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
2011-03-11 16:28:19 IMAP(xxx): Info: Effective uid=xxx, gid=xxx, home=/home/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: access(/home/xxx/Maildir, rwx): failed: No such file or directory
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: couldn't find root dir
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: root exists (/home/xxx/mail)
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: INBOX exists (/var/mail/xxx)
2011-03-11 16:28:19 IMAP(xxx): Info: fs: root=/home/xxx/mail, index=, control=, inbox=/var/mail/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: Disconnected: Logged out bytes=93/808
2011-03-11 16:28:19 auth(default): Info: new auth connection: pid=26712
Clicking on Settings, Address Book, etc. all give me the right info so it looks like the MySQL connection is fine. I can send messages fine. But - every time I click on a mailbox I get the server error message.
How do I troubleshoot this?
There is nothing placed in the errors file. I've verified the "errors" file is working by logging in as a non-existent user. A message is written into the errors file stating that the login failed - so logging works to the errors file. However, there are no messages with regards to the Server Error! (OK) message.
PHP version is PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14). Apache version is Apache/2.2.16 (Ubuntu). There are no errors in the Apache logs nor in the php logs. Basically, there are no logs pointing to where this error is coming from which is why I figured this community might be able to help. I'm at wit's end! I appreciate your responses.
Thanks!
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
In my case it seems that searching for contacts in address book is only
looking at the sql field 'words'.
I didn't look at the code I only did experiments.
However the 'words' field is by default empty as this is an upgrade
from 0.3.x to latest svn.
Any thoughts?
--
Arthur Titeica
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
I am using roundcube with archive plugin, All my users
have folder named Archive and i want to map my IMAP folder archive in
default. How to achieve the same so that i can get archive option in
main page of webmail.
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi List:
My name is Javier and I am from Argentina.
I have Rouncube as Webmail.
The problem I have is that the /logs/sendmail file didn´t work.
In the config file of Rouncube, I have $rcmail_config['debug_level'] set to
1 and $rcmail_config['log_driver'] set to file,
the $rcmail_config['log_dir'] is pointing to 'logs/'; and permissions of the
sendmail file are: -rw-rw-r-- 1 www-data www-data for apache2 Web server.
Could someone please help me to find how can I make this log file start
register logs?
Thank you very much for your attention.
With best regards,
Xavi
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e