Hi there! I'm just testing this version:
roundcubemail-trunk-r3437-20100329cause It has group's contacts
support. Althougt it is not stable, it is
possible to use in my network?
I have no more that 30 email accounts,
thanks in advance,
--
Saludos!!
Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
hello list
hello guru of this list
hello much many people
hello A.L.E.C
I try to implement the change password plugin
I just watched
http://trac.roundcube.net/browser/trunk/plugins/password
it does not seem to have an option to change password when using dovecot
I do not use sql or ldap. I use pam to store my password through the
authentication to postfix and dovecot:
my passwords are login or plain text
if so, can you enlighten me how to use the change password plugin
thanks for advice
thanks for all return
aka /fakessh/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm on Ubuntu 8.04. I used apt-get to install roundcube
and roundcube-webmail. There are no new files in my
apache root. I don't understand what I'm to do now.
Thanks!!
Tobiah
_______________________________________________
List info: http://lists.roundcube.net/users/
saludos Lista
Soy nuevo en la lista y con roundcube
y mi duda es la siguiente
Como pudiera instalar mas un plugins?
Resulta que ayer estaba instalando password y squirrelmail_usercopy de esta forma
$rcmail_config['plugins'] = array(password); array(squirrelmail_usercopy);
pero na da mas me sale password y si lo dejo
$rcmail_config['plugins'] = array(squirrelmail_usercopy);
Al kilo
Que estoy haciendo mal?
Perdonen si hay algun error en la parte ingles es que lo traduje con google
Greetings List
I am new to the list and RoundCube
and my question is this
As one might install more plugins?
It turns out that yesterday was setting password and thus squirrelmail_usercopy
$ Rcmail_config ['plugins'] = array (password), array (squirrelmail_usercopy)
but na da more I get password and if I leave
Rcmail_config $ ['plugins'] = array (squirrelmail_usercopy)
Al kilo
What am I doing wrong?
Sorry if there is an error in the English part is that I translated with google
--
********************************
* Yuniesky Machado Rojas *
* Administrador de Redes *
* Instituto Nacional de Investigación en Viandas Tropicales
*GNU/Linux User #481684 (http://counter.li.org)
********************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello list,
I have roundcube 0.3.1 configured at my mail server and it is working
perfectly well. It is working with ISP style mail system based on
postfix+mysql+dovecot. I like to add the password change option in
roundcube. There is already password folder inside plugins folders. So
it is shipped with the roundcube. I have activated it by
[............]
$rcmail_config['plugins'] = array('password');
[............]
and inside the password folder it self I have done
` ` ` `
cd config.inc.php.dist config.inc.php
` ` ` `
and I get a password tab in the roundcube interface. But Whenever I try
to save a password; it simply throws an error as
* can't save password *
I have activated the trace log and found
` ` ` `
[Thu Apr 08 11:05:19 2010] [error] [client 59.165.47.194] MDB2 Error:
not found (-4): _doQuery: [Error message: Could not execute
statement]\n[Last executed query: SELECT
update_passwd('$1$w`EUn=U_$Vp1ykBH6A8vDO/rfd4HIQ.',
'test(a)mydomain.com')]\n[Native code: 1305]\n[Native message: FUNCTION
roundcubemail.update_passwd does not exist]\n, referer:
http://webmail.infoservices.in/?_task=settings&_action=plugin.password-save
` ` ` `
Could anyone suggest me how to fix it ?
Thanks
--
জয়দীপ বক্সী
_______________________________________________
List info: http://lists.roundcube.net/users/
I was able to locate the parameter in my main.inc.db for RC to force
RC to use TLS when using IMAP:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'tls://mail.mydomain.tld';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
My question is I am unable to force RC to use TLS whens ending mail
via SMTP on port 25. I don't know why or what I am missing but I did
the following:
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
// Use %h variable as replacement for user's IMAP hostname
$rcmail_config['smtp_server'] = 'tls://mail.mydomain.tld';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '%p';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
The above doesn't work for SMTP with TLS. Anyone know how I can
correctly get TLS working with SMTP? It works great with IMAP but I
have to remove the 'tls://' from SMTP and then I am able to send email
successfully...but w/o TLS.
Please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello i need to insert a banner on login page can you help me?
Thanks
Ivan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
i want to bypass the login screen so that username+password for each
user is automatically retrieved from a mysql db in clear text.
the idea is that an ID,username & password is stored in a database.
in the url of roundcube i want to add the id and make roundcube
retrieve the corresponding username & password from the database.
when accessing roundcube i appended a SSID value like this:
https://webmail.xxx.mu:21443/index.php?ssid=333
in index.php i added some code at the top to retrieve the SSID using GET but its not working:
PHP Code:
<?php
////////////////////////////////////////////////////////
$ssid = $_GET['ssid'];
$myFile = "/tmp/session";
$fh = fopen($myFile, 'w') or die("can't open file");
fwrite($fh,$ssid);
fclose($fh);
////////////////////////////////////////////////////////
// include environment
require_once 'program/include/iniset.php';
thanks..coolatt
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
<div id="_rc_sig">
<pre>Can anyone else duplicate this? I have a few users still on Mac OS
10.3.9, which uses an old version of Safari (1.3.2). In that version, the
messagelist shows empty for any folder, although the message count is
correct. Also the Preferences don't load when the left column links are
clicked.<br /><br />Is this <br /><br />--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________</pre>
</div>
_______________________________________________
List info: http://lists.roundcube.net/users/