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/
I am getting complaints from users that when they attempt to reply to
a email they received in RC, their text cursor gets defaulted to the
bottom of the email. I know this is the correct method to reply but
users don't like it and want RC to mirror Outlook reply style where
their reply is seated above the reply, not below. Is there a way to
force RC to default the cursor above the reply?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I've updated the version of PHP running on my Mac OSX server and the
new version includes mcrypt which I didn't have before. Since then
I've not been able to log in.
There appears to be a problem with the length of the initialization
vector being handed to the mcrypt function, the interesting thing
being that the length is changing each time: 11, 18, 9, 12.
The error logs show:
ali@buggles:/Library/Webserver/Documents/roundcube$ tail logs/errors
[10-Nov-2009 13:23:09] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
11, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:23:12 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:36:59] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
18, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:37:02 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:38:16] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length: 9,
needed: 8 in /Library/WebServer/Documents/roundcube/program/include/
rcmail.php on line 995
[10-Nov-2009 13:38:21] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
12, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:38:24 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
Grateful for any advice!
Cheers
Ali
_______________________________________________
List info: http://lists.roundcube.net/users/
3
2
Info
by ivan.amarottiļ¼ teamsolutions.it
30 Mar '10
30 Mar '10
Hello it is possible show the mail user on the webmail example:
"Welcome peanuts(a)linus.it [1]" because i've a few mail on the same domain
and i dont' remember with which I have logged mail.
Sorry for my terrible
english.
Best Regards
Ivan
Links:
------
[1] mailto:peanuts@linus.it
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i have upgraded my roundcube to 0.3.1 version. After do the upgrade all is
working perfect but the tildes are not seeing correctly.
I have upgraded the files:
- index.php
- ./bin/
- ./SQL/
- ./program/
- ./installer/
- ./skins/default/
- ./plugins/
And i have executed the mysql.update.sql
Can anybody help me?
Thank you
Juan
_______________________________________________
List info: http://lists.roundcube.net/users/