There's not an address book search dialog when composing messages that is
available is there? A lot of non-technical users don't understand auto-fill
box that shows up below the "To:" field, even though it's all over the
internet now.
Is there a feature request for this if not?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
first:
People using email, asked me, they can't open attachments (word documents,
etc), they only action possible is to save document. In every other site,
file association is working fine and openoffice opens the document
second:
I Would like, that users, could change their password in same email
session, how can I do it?
thanks in advance,
--
Saludos!!
Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
any way to do it?
i can pg_dump the database but no way sqlite can take it.
anyone know of a converters.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'd like to store my roundcube data in pgsql, but not in the schema
PUBLIC but some other, e.g. ROUNDCUBE.
I fail to log into the correct schema when giving the following syntax
in db.inc.php:
pgsql://username:password@localhost/database?schema=ROUNDCUBE
Any idea on how to succeed in logging into the schema?
Best Regards
Dirk
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have issues with creating redirect rules in managesieve.
After submitting the creation of a rule with a redirect to a folder
chosen from the dropdown, the page reloads and the folder dropdown
selector becomes an empty yellow text input box.
I can create discard rules properly, but redirect always behaves like
this.
Managesieve is from Dovecot/Pigeonhole 2.0.
Anyone encountering the same behaviour?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
I did the patching and installed the drivers and whatnot.. but on the
installer page, i see the following:
Check configured database settings
DSN (write): OK
DB Schema: NOT OK(Cannot read the schema file: ../SQL/pdoSqlite.initial.sql)
I cannot find this pdoSqlite.initial.sql
I made my database with
sqlite -init SQL/sqlite.initial.sql sqlite.db
and I get this error in my logs.
[05-May-2010 19:42:16 +0200]: DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03'] [Native code: 00000] in /usr/local/apache2/htdocs/roundcube/program/include/rcube_mdb2.php on line 630 (GET /)
[05-May-2010 19:42:37] PHP Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in /usr/local/apache2/htdocs/roundcube/program/lib/MDB2/Driver/pdoSqlite.php on line 572
[05-May-2010 19:42:37] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed
FROM session
WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03']
[Native code: 00000]
[05-May-2010 19:42:37 +0200]: DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03'] [Native code: 00000] in /usr/local/apache2/htdocs/roundcube/program/include/rcube_mdb2.php on line 630 (GET /)
any ideas?
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
Bom dia Eden, esse problema só ocorre no webmail, todos os clientes aqui
utilizam Outlook e esse erro não acontece, apenas no webmail, um usuário
loga na sua conta e cai na de outro usuário qualquer.
Hello Eden, this problem only occurs in webmail, all clients use Outlook
here and this error does not happen, only in webmail, a user logs into your
account and falls on any other user.
_______________________________________________
List info: http://lists.roundcube.net/users/
Boa tarde, estou com um problema e gostaria da ajuda de vocês, seguinte,
quando um usuário loga em sua conta de webmail com seu nome de usuário e
senha cai na conta de outro cliente, isso aleatoriamente, usuário João loga
e cai na conta do usuário José, isso com todas as permissões, enviar
e-mails, deletar, etc.
Gostaria de saber se alguém já teve problema semelhante.
Obrigado.
_______________________________________________
List info: http://lists.roundcube.net/users/
Good afternoon, I have a problem and would like your help, next
when a user logs into your webmail account with your username and
password falls on account of another customer, this random, user John logs
and falls on the user account José, that with all permissions, send
e-mail, delete, etc..
I wonder if anyone has had similar problem.
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there,
I have developed a mail clustering solution that works with most mail servers,
and has massive scalability. It's called Proto Balance Mail and it's
downloadable
from http://protobalance.com/protobalancemail.html
Now Proto Balance Mail directs traffic, and aportions mailboxes -- so
it does not
actually store mail. It is meant to allow you to deploy multiple instances of
whatever mail server and webmail client you are already accustomed to.
It would be good to integrate this product with RoundCube of course. The result
would be a web-mail solution that supports large sites - like those with over
10,000 or 100,000 mailboxes or more.
If there is anyone interested, please contact me on paulsheer(a)gmail.com or
protobalance(a)protobalance.com
Kind regards, and thanks very much for RoundCube - it's great.
-paul
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
There seems to have no information on the following issue in the List. Kindly share your advice.
How do we configure RC to use the default folders in OS X Server 10.6, such as Drafts, Sent, Trash and Junk?
Charles So
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have the following trouble:
If I delete (move to trash) several messages one after the other,
roundcube get slow after deleting a few messages (around 5). Slow means,
that it takes around a minute to delete a single message.
In the logs I see, that for every delete operation, roundcube issues a
new connection/login to the imap server. I suspect that after a few such
operations, to "pool" of available connections to the imap server is
exhausted, which causes the delay.
This is supported by the observation that the delete operation seems to
complete as soon as an "old" connection is closed, which seems to happen
after 60 s (keep_alive time).
I wonder if I configured something wrong, because to my opinion it would
be more efficient if roundcube just uses the established-connection
instead of opening a new one for every (delete) operation.
I just realized, that for every operation (i.e. view a message)
roundcube issues a new login/connection to the imap server. Is this
really intended?
Any hints welcome.
cheers,
Hp
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i read in the announcement mail, that roundcube is supporting threaded
message viewing now. Is there a configuration option in the config, i must
set for it to work ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've setup Roundcube 0.3.1 with dovecot and managesieve. My setup is
working fine with any IMAP client (Apple Mail, Thunderbird, Evolution,
etc.) but I have issues with folders in roundcube.
Basically, it seems in the pane I can only see folders if:
- the folder is Inbox
- the folder is subscribed
- the folders lives in the same folder in which there is a subscribed
folder
all other folders do not show up in the folders pane, but I can see them
in the Settings > Folders menu and if I subscribe to them, then they
appear in the Folders Pane.
I've searched the options and played with imap_root/imap_delimiter, but
this seems not to be the issue.
Any idea?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm used to Thunderbird, and there a couple of features in it
that would make Roundcube far more useful to me.
The first is the split window layout that Thunderbird uses.
I normally select the oldest message, and Thunderbird immediately
shows that message in another window. I then just hit Delete
or Junk repeatedly to peel through all of the emails. Just one
click per email, and I don't have to move the mouse around. I
am viewing the subject list the whole time, so I can queue up
decisions in my mind as to what is spam, and what needs to be
read.
With Roundcube, I have to double click on a message, then
the whole page is replaced with the message. If I hit
Delete, I am sent back to the subject list. It would be
much better for me if the next message would simply load
in place. Then I could just keep hitting Delete to get
through all of my messages. Squirrel mail has a
"Delete and Next" link that does this. Right now, I
have to go back and forth between the subject list and
the message window, reloading the subjects each time I
read a message, which can be time consuming.
Anyway, great job on Roundcube. It's an impressive webmail
client.
Thanks,
Tobiah
_______________________________________________
List info: http://lists.roundcube.net/users/
hello boys and girls
hello all users of this list
hello guru of php
hello much many people
here is my previous discution
Hi there,
You don't really need to write any line in C to change the password the
PAM way:
http://svn.php.net/viewvc/pecl/pam/trunk/README?view=markup
This is a PECL module, so installation is easy: pecl install pam
See you!!
emi
2010/4/20 fakessh <fakessh(a)fakessh.eu>:
On Tue, 20 Apr 2010 14:09:07 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
fakessh wrote:
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
I don't know if there is a plugin or driver for PAM passwords
change. You need a command line tool for changing passwords e.g. chpasswd
and use it in PHP. For example see 'sasl' driver from 'password' plugin.
Programmers can take a look at http://www.unicom.com/sw/web-chpass. Also
virtualmin (which we support in virtualmin driver) probably is
working with PAM.
thank you A.L.E.C thanks you all users I just look at the code
http://trac.roundcube.net/browser/trunk/plugins/password/drivers/sasl.php
to integrate easily into roundcube it is simply necessary to modify the
code web-chpass and the executable c nipasswd then plugin with a part in c
I'm afraid of writing this piece of c, I just perl the c is entirely taken
from http://www.unicom.com/sw/web-chpass I am afraid to make mistakes in
writing c them what someone feels able to write this plugin derives from
nipasswd _______________________________________________ List info:
http://lists.roundcube.net/dev/
i just perl and c
I do not know php
I want a little help to understand and run the documentation
I correctly installed pecl install pam
I have the following API
1 API
2
3 bool pam_auth(string $username, string $password [, string &$error [
$checkacctmgmt = true ] ])
4 bool pam_chpass(string $username, string $oldpassword, string
$newpassword [, string &$error ])
5
6 The parameters are
7
8 username - Username to check
9 password - User supplied password
10 error - Output parameter to put any error messages in
11 checkacctmgmt - Call pam_acct_mgmt() to check account expiration and
access hours (requires root access!)
12 oldpassword - Current password on account
13 newpassword - Password to change to
can you give me a simple example using this API
bool pam_auth (string $username, string $password
[, string &$error [ $checkacctmgmt = true ] ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
bool pam_chpass (string $username, string
$oldpassword, string $newpassword [, string &$error ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
can you give me a simple example of how these functions
A simple example would allow me to easily write the plugin for
roundcubemail
thanks for your advice
thanks for all return
aka /fakessh/
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings Everyone!
I'm relatively new to RoundCube, having used it
daily for the last month and really like it. I'm at an intermediate
programming level when it comes to PHP and was wondering if some of you
might be able to answer this question for me:
I use RoundCube at work
where I maintain a database of professional physician contacts. I want to
migrate (and of course keep backups just in case) my contact list over to
RoundCube.
However, a few fields I need are missing for me:
Telephone
Number
Address
So, is this something that I can look forward to in
implementation soon or something I'll need to code myself for the time
being (which I can do, easily enough)?
My big concern is that if I code
this myself then it will undoubtedly break when I upgrade RoundCube in the
future.
Thanks everyone!
- Len W. Brown
len(a)lenwbrown.com
_______________________________________________
List info: http://lists.roundcube.net/users/
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/