Sorry if this is the wrong channel, but I couldn't think of another way to communicate this:
I am not receiving my Trac verification email so my account is severely limited.
I tried verifying my account with two different email addresses, neither received the verification email.
Is anyone on this list that can help with this issue?
Thank you,
Florian Beer
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am still looking for help with this plugin if someone could point me in
the correct direction, I would be most appreciative.
On Mon, Mar 21, 2011 at 11:02 PM, Clay Smith <freelancefool(a)gmail.com>wrote:
> 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
Hi
I want show all folders from imap in plugin body, I tried to use
function rcmail_mailbox_select or rcmail_mailbox_list and I get empty page.
Would be nice if I will get folders as array or as select object for use
in form.
Maybe someone know how to do this?
Thanks for any help
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
We want to use Roundcube 0.5.1 on Linux (RHEL 5.6 x64). We want to use RCU & mysql in the same host, and we will have a maximum of 1.500 concurrent users. The imap & smtp servers are in another host.
How much memory does roundcube uses? Any real-world experience?
Thank you in advance
Javier
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PLEASE FIND ATTACHED WORKBOOK, CONTAINS LOANS DEDUCTIONS FROM KIBAHA ED.
CENTRE FEB 2011
--
Myalla J.C
Kibaha Education Centre
P.O Box 30054 Kibaha
Pwani
Tanzania
+255787680744
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/A9/CdoHWSuc/UBUNGO_NBC_LOAN_FEB_.xls
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I use postfixadmin to maintain my userdb, and it offers the ability to
have all of your modified settings from the main config file
(config.inc.php) in a separate local file, which is then 'included' in
the main config file...
I have found that this makes upgrades much easier, so I'd like to
request that this be made a formal feature with RC...
So, something like an autoinclude for a main.local.php file (if it
exists), where any settings in this file override any settings in
main.inc.php...
I'd also like the ability to define *where* this local config file might
reside... ie, by default look in the current directory (where
main.inc.php is), then, if $local_config_dir (or whatever) is set, look
there (ie, /etc/roundcube)...
Thanks for your consideration...
--
Best regards,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I'm trying to get roundcube set up in tandem with a postfix/courier setup
that uses a MYSQL table for user authentication. I use the PLAIN auth type,
and everything works correctly on my other clients, but I get the following
error in /var/log/mail.log when I attempt to login with roundcube:
Mar 22 10:56:34 [hostname] imapd: LOGIN FAILED, method=CRAM-MD5,
> ip=[::ffff:192.168.1.254]
> Mar 22 10:56:39 [hostname] imapd: Disconnected, ip=[::ffff:192.168.1.254],
> time=6, starttls=1
>
The login method quoted there is strange, as I have this line in
/etc/roundcube/main.inc.php:
> $rcmail_config['imap_auth_type'] = 'PLAIN';
>
I've also tried it without capital letters, and with double quotes with and
without.
I'm running Debian Wheezy with the 2.6.32-5-kirkwood kernel. All packages
are up to date.
Any help would be appreciated.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
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
Hi, in IE6、7、8 chinese version roundcube can't open pdf as
attachment, it says loading data... and doesn't open the file in the
frame. firefox works ok!
( that can prompt me to save attached file in
IE6.0 englisth version,but still says loading data.. in the frame. )
if filename in Chinese (maybe is not English is same) the above is
occurred,in englisth filename , it's ok and prompt me to download or
save the pdf file.
RCU0.5.1
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
i have a problem with the managesieve plugin. When I add a filter to a
filter set and then select action as setflag, sddflag, removeflag, can I
save this filter. This filter set works fine with dovecot. But I can't
add another filter.
In roundcube shows up „Unable to save filter. Server error occured“.
The logs contain „[07-Mar-2011 13:10:06] test.roundcube: line 1: error:
require command: unknown Sieve capability 'imapflags'. test.roundcube:
line 5: error: unknown command 'removeflag' (only reported once at first
occurence). test.roundcube: error: validation failed. (3): „
test.roundcube:
require ["imap4flags"];
# rule:[TEST]
if header :contains "Subject" "TEST"
{
setflag "\\Seen";
stop;
}
I am using roundcube r4591 and as IMAP server Dovecot 1.2.16.
Is this a bug and/or how i can solve this problem ?
Thanks, Regards,
Carsten
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
How to send post value to roundcube web login from outside? I would like to login my roundcube through another weblogin page. Which post parameters should I send?
Thank you
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi - I just upgraded from 0.4.2 to 0.5.1 and came across the following
issue:
After upgrading, I ran the installer to test the config. The installer
told me that "imap_root" setting in main.inc.php had been changed to
"imap_ns_personal". So I replaced the imap_root entry with one reading
imap_ns_personal - and did not see any folders anymore, and could not
read e-mails anymore. After trying numerous things, I just replaced
imap_ns_personal again with imap_root and ... it's working again.
Why? The installer is not happy with this change - but I am. :-)
Thanks!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello.
I see subscribe archives, but not understand RC support email threads
or not? I use $rcmail_config['autoexpand_threads'] = 1 but nothing
happens.
"Threaded message listing" in main RC page that mean?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am looking to update to roundcube 0.5.1 and I've moved my template
from 0.4.2 over to it but it looks like the folder management has
changed. Where previously I had a section in the managefolders.html
file to create new folders, this no longer seems to work
<div style="">New Folder Name: </div>
<div style="padding: 10px 0px 10px 0px;"><roundcube:object
name="createfolder" form="subscriptionform"
hintbox="rcmailaddfolderhint" /></div>
<roundcube:button command="create-folder" type="input"
class="button" label="create" />
<div id="rcmailaddfolderhint" class="hint"
style="margin-top:1em; height:16px"></div>
It looks like the functionality for adding and editing folders has
been moved to the folderedit template, however my current template has
a visible form for adding folders in the main folders screen which is
in the folders.html file. Is it still possible to do this?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am totally new to RoundCube and mail servers in general. Have used the
QNAP installer to install Xdove on my QNAP TS-410. Install went OK. No
error messages and I am getting some results with Uebimiau so Xmail is
working.
My question is very basic but missing from any documentation. What is the
url to log in? Is it qnap/RoundCube as a URL? If it is then this give me
nothing.
Help please
Paul Lakra
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
It did help me to turn the installer on and check things. One of the
messages said it could not read the file. I chmoded it 664 and voila
:) So it was a simple permission issue.
Warm regards,
Zbigniew Szalbot
On 1 March 2011 10:40, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
>
> Hello,
>
> On 1 March 2011 09:42, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
> >
> > Hello,
> >
> > > Did you rename the dist file?
> > > By default, the db.inc.php file doesn't exist but the db.inc.php.dist
> > > exists.
> >
> > Thanks. My installation was working before so db.in.php exists in the
> > config directory.
>
> One more clue from the error log:
> DB Error: no RDBMS driver specified in
> /path-to-roundcube/roundcube/program/include/rcube_mdb2.php on line
> 101
>
> Thanks!
>
> Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I tried upgrading Roundcube 0.4 to 0.5 (roundcube-0.5.1,1) on a
FreeBSD machine. It all went well and I used the mysql.update.sql file
to upgrade the database. However, when I now want to log in to
roundcube, it gives me the following message:
> CONFIGURATION ERROR
> db.inc.php was not found.
> Please read the INSTALL instructions!
I am not sure why db.inc.php cannot be found. It does exist in the
config directory. Can you please help me troubleshoot it? Thank you
very much in advance!
Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Each time I go to personal setting I get the following:
Thu Feb 24 07:49:03 2011] [error] [client 192.168.0.1] PHP Fatal error:
Call to a member function request_form() on a non-object in
/usr/share/roundcubemail/program/steps/settings/func.inc on line 236,
referer: http://myhost:81/?_task=mail
Can someone please help?
--
Stephen Cox
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
today, i have receive a email,that contains the two docs
as the attached files.(word document), and tha's is a forward message
from my co-wrok. but it can not display the attached files in RCU
0.5STABLE. (test twice). same email, he has cc to my other email
address(non corporation mail server), tha's ok, it's display the
attached files in webmail. so i think, that's a bug in RCU 0.5 stable.
the attached file is the source of the email.
Deng
--
Best Cheer
(XiaMen) Stone Works CO.,LTP.
Phone: 0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/lG/HVqODNkc/message-source.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a number of people complaining about messages not displaying
correctly in roundcube, I can pull up the messages in squirrelmail and
they will display correctly but in roundcube they only partially
display, any idea how I might fix this?
Thanks,
James Devine
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I have such errors in logs/errors file
[18-Feb-2011 15:20:31 +0100]: PHP Error: Deprecated hook name.
outgoing_message_headers -> message_outgoing_headers in
/usr/local/www/roundcube/program/include/rcube_plugin_api.php on line
207 (GET /roundcube/?_task=settings)
Could someone explain to me what's wrong ?
Thanks a lot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
im useing roudceubemail 0.5stable, i have a problem about
open pdf file in roundcubemail. the roudcubemail can not load PDF files
and has been displayed "LOADING data".
please the attached file.
IE8.0
--
Best Cheer (XiaMen) Stone Works CO.,LTP.
Phone:
0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/C3/yP1E6Odf/pic.PNG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi.
> Hi,
> 1. please check "$rcmail_config['smtp_server'] = 'localhost'" in main.inc.php file.
i have there written the ip adress of the smtp server. on the webserver isnt any mailserver running.
> 2. " telnet localhost 25" to check the postfix is work fine and is that > listing in 25 port on localhost.
a "telnet IP_OF_MAILSERVER 25" works. can send emails with smtp commandos.
regards and thanks for ur help
tassilo
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi
when i want to send an email with roundcube it takes a while then i get an error "smtp error (-1)"on the mailserver side theres no trace that roundcube even tried to log in.
on the webserver in the error log :
[16-Feb-2011 23:04:31] Connection timed out (145):[16-Feb-2011 23:04:31] Failed to connect socket: Connection timed out ():[16-Feb-2011 23:04:31 +0100]: SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection timed out in /htdocs/sulat/program/steps/mail/func.inc on line 1479 (POST /?_unlock=loading1297893807322?_task=mail&_action=send)
there no firewall on port 25. normal imap login work just fine.sending emails using e.g. thunderbird also is fine , just not with roundcube.
anybody could give a hint?
thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Im using roundcubemail 0.5stable and dovecot2.09. When
i change the user quota in mysql, the rcmail show the capacity will not
change. i've run "doveadm quota recalc".
the following is user_query
in dovecot-sql.conf.ext
user_query =
SELECT username AS
user,uidnumber AS uid, gidnumber AS gid,
CONCAT('/home/mail/',homedir)
AS home,
CONCAT('maildir:/data/mail/',maildir) AS mail,
CONCAT('MAILDIR:STORAGE=',QUOTA) AS QUOTA
FROM mailbox WHERE username
= '%u' AND active = '1'
--
Best Cheer (XiaMen) Stone Works
CO.,LTP.
Phone: 0592-7221600
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Anyone know of any future interest in developing Roundcube to be optimised for
browsers?
With the influx of iPhones and more specifically iPads lately with my customers,
I need a mail solution which is easy to use on them.
As these are multi-user devices, I'd prefer to see a webmail app used for this
purpose rather than attempting to configure the native 'Mail' app
Cheers,
Peter
--
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Running 0.4.2-stable with default skin. Seeing many (several hundred
daily) 404's logged in Apache. Entries are always the same, other than
the IP address and the ID(?) in the request:
xxx.xxx.xxx.xxx - - [14/Feb/2011:07:33:10 -0800] "GET
/webmail/?_task=mail&_remote=1&_action=keep-alive&_t=1297697589810&_=1297697589810&_unlock=0
HTTP/1.1" 404 15
This is not consistent - many similar entries log as successful - i.e.
200. Any ideas what I should look for?
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm using poppassd as driver to password plugin that was bundled on the
roundcube source installer. However, it is not working. When I change
password, it always says "Could not save new password".
I tried to run poppassd manually and it is working fine in terminal. I've
check syslog and found the ff when I change password in roundcube
Feb 12 16:07:23 mail xinetd[1562]: START: poppassd pid=2349 from=127.0.0.1
Feb 12 16:07:23 mail xinetd[1562]: EXIT: poppassd status=1 pid=2349
duration=0(sec)
It seems it exit immediately after changing password. Could this be a
poppassd issue or a bug on roundcube v.0.5. ?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi folks,
Is there a new or recommended way to get the real server name? We used
to use env:servername, but that appears to have been removed at some
point. I couldn't find a 'new way,' but I didn't want to write a plugin
just for that yet without checking.
Thanks!
--
Martin B. Smith
smithmb(a)ufl.edu - (352) 273-1374
CNS/Open Systems Group
University of Florida
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QV/5UpAEqxs/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
I have installed roundcube 0.5 and it works very well, but at the moment only with the imap login credentials. I have another mysql database with all active email addresses and imap login names.
So i activate the plugin "virtuser_qery" and add the line
$rcmail_config['virtuser_query'] = 'SELECT owner FROM d100006_mailadmin.virtual WHERE address = "%u"';
to my main.inc.php file.
I have also activated the sql logging, but all sql query's i can see goes to the roundcube database. my other database would not be asked. :(
my table structure:
owner = IMAP login name (maybe adam_01)
address = email address (maybe adam(a)email.de)
Hope you could help me. I can't find any useful information in the web.
Have a nice day,
Joerg
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When I set:
$rcmail_config['date_today'] = '%l:%M%P';
in main.inc.php, the resulting date format is: "Today %Wednesday:".
Presumably the remainder has been truncated. Has anyone else run across
this problem? It looks to me as if the strftime implementation for
date_today is incomplete or buggy? Works fine for date_short and
date_long.
Thanks,
Ted To
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have installed the current bugfix-release on a server running php
5.2.0 and it seemed to work fine. I have no possibility to upgrade the
php version on the machine.
Which parts of roundcube 0.5.1 depend on the newer php version? What
functionality should I expect to stop working? Would it be possible to
bypass this by a small patch or is the dependency weaved into central
parts of roundcube?
I would be glad to get this information to decide whether I can use
newer roundcube versions or have to stay with the old ones or switch to
another webmail frontend.
Greetings,
Fred
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have set my timezone to +8.00 Singapore. But when i forward email
that have been sent, it randomly display +7.00 sometime +8.00 in the
message details. Can i set it to show +8.00 instead of +7.00?
Thanks,
iSoft
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers
The just released update fixes some bugs discovered with the 0.5
stable version and also improves security by preventing some possible
CSRF attacks. This includes an optional referer check which is yet
disabled by default. If you trust HTTP Referer headers you can enable
it in config with $rcmail_config['referer_check'] = true;
Furthermore IDNA support has now been improved and some visual
glitches in IE and Safari have been resolved. Thanks again to all
reporters and pathc contributors!
We recommend to update all existing Roundcube installation with this
release. It can be downloaded from http://roundcube.net/download
and a complete list of changes is available here:
http://trac.roundcube.net/wiki/Changelog
Best wishes,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I am using roundcube 0.5 with dovecot 2.0 as imap server. I can
sort messages by thread in the "list view", but is not the default view.
How can I make "threads" the default view?
Regards
Javier
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
In the previous version it worked fine, but after upgrading to version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone? This is becoming a major issue as the users are getting
restless!
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
We're using roundcube as a method of access to a read-only
email-archive. What would be the best/easiest way of disabling
outgoing mail functionality? (such that the user is aware).
For the moment, I've set up SMTP to always be rejected, but I'd like to
do this in a nicer way.
/Per Jessen, Zürich
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
Using version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone?
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello
we plan to migrate our mailhub , the actual one runs roundcube 0.3
and the new on will run 0.5 version.
I would like to import mysql data from the old one to the new one.
what would be the best way to do so ?
Thanks a lot.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
we have just put into production the latest version of Roundcube (v0.5)
as our university's webmail service (for around 30,000 users available
at http://webmail.ntua.gr/) and we are very satisfied with it.
Currently, we have a small problem that is like the one described in
ticket #1486712 (http://trac.roundcube.net/ticket/1486712). Our mail
servers are using Cyrus (v2.3.16) and this is how we get the "could not
save message in Sent" error:
1. A message is forwarded as attachment by Thunderbird. It can be as
simple as a "hello world" message.
2. The message is accepted by cyrus and stored into the user's mailbox.
3. When trying to forward that message from within roundcube, cyrus
reports "NO Message contains bare newlines" and roundcude reports "could
not save message in Sent".
We tried changing the mail_header_delimiter option but I don't thing it
makes any difference.
As a way to get around the bug we are using the attached dirty patch.
Regards,
Panagiotis
--
Panagiotis J. Christias Network Management Center
p.christias(a)noc.ntua.gr National Technical Univ. of Athens, GREECE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uR/bPeSwal1/func.inc.patch.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I installed roundcube 0.5 stable through Hostmonster
SimpleScript. I access
through self hosted RC, i can't seems to access
my Inbox/Folder. But the
others folder under Sent/Draft all can
access.
If i access through hostmonster roundcube /webmail . All the
folder is ok.
Attached are the IMAP log.
And also the timezone display
on my email forwarding does not show +8.00, it
randomly show -7.00
sometime show my timezone +8.00 .
My setting for timezone are set to
+8.00 Singapore.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pE/8ahQECq6/imap
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I had the spam update settings correctly set and it did work.
Nothing changed. However, today users can no longer update the spam settigs:
The error is:
Jan 28 17:23:45 srv1 roundcube: DB Error: MDB2 Error: insufficient
permissions Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: UPDATE userpref SET value = '6'
WHERE username = 'babuser(a)klunky.co.uk' AND preference =
'required_score';] [Native code: 1142] [Native message: UPDATE command
denied to user 'spam'@'localhost' for table 'userpref'] in
/www/roundcube/program/include/rcube_mdb2.php on line 646 (POST
/?_task=settings&_action=plugin.sauserprefs.save)
The sauserprefgs config file states this, and I can login as the user:
$rcmail_config['sauserprefs_db_dsnw'] =
'mysql://spam:xxxxxxxxxxxxxxxxxx-1@localhost/spamassassin';
The grants are these ( a flush priv has been run).
mysql> show grants for 'spam'@'localhost';
+--------------------------------------------------------------------------------------------------------------------+
| Grants for
spam@localhost
|
+--------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'spam'@'localhost' IDENTIFIED BY PASSWORD
'*xxxxxxxxxxxxxxxxxx' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_expire` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`userpref` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_global_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_token` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_seen` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `spamassassin`.`awl` TO
'spam'@'localhost' |
+--------------------------------------------------------------------------------------------------------------------+
Here is the specific sql :
mysql> UPDATE userpref SET value = '6' WHERE username =
'baduser(a)klunky.co.uk' AND preference = 'required_score';
ERROR 1142 (42000): UPDATE command denied to user 'spam'@'localhost' for
table 'userpref'
I tried the same update as the admin user, and it worked.
Has anyone seen this afore, or know what could have changed for this to
suddenly stop working?
* Another weird oddity is that all mail is shown in Roundcube, yet some
is missed from Thunderbird. Very strange.
Best regards, S.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I'm searching for the Button to activate 'Threaded Message Listing'
(TML)!
I'm using the Dec-2010-Xmas-Version with an gmx.net-mail-account.
Does TML depend on gmx or on my roundcube-config?
Best regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
Small question. I would like to have a link on the login page of
Roundcube to another site. (Posfixadmin in this case). It can be located
anywhere on the page. Where could I add this into the Roundcube config?
Best wishes, s.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Settings/folders no longer shows the total # of messages for
each folder in this screen.
Is this expected? I sure miss the tot-count!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All!
A have upgraded to version 0.5 stable at last weekend, but I have a
strange error.
The deafult language is hungarian, but the user can select language via
lang_sel plugin at login.
With default lang the login is successful, but if I change the lang and
try to login, I get back to the login screen without any error.
In IMAP log a see a successful login and logout.
After that unsuccessful login, if I change the lang, than I get
immediately logged in (without username and pass), with the first
selected lang.
Thanks for any help.
Attila Gyurman
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, all.
I achieved mailbox sharing with Dovecot & Roundcube webmail in iRedMail[1]
today, just want to share you my experience, hope it helps. Although it's for
iRedMail, but it doesn't depend on it.
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder
It describes:
- How to enable mailbox sharing in Dovecot
- How to enable mailbox sharing in Roundcube webmail.
- How to test mailbox sharing with telnet
Requirements:
- Dovecot >= 1.2
- Roundcube webmail >= 0.5 -stable release
[1] iRedMail - Free, Open Source Email Server Solution: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I have a roundcube email account and am trying to setup to access it from
Outlook 2000. Need incoming and outgoing server names.
Can anybody help????
TIA
John
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users and lovers
The next major release has now reached stable state and is available for
download. The important new features since 0.4 are: full support for shared
folders and namespaces, Internationalized Domain Names (IDNA) as well as
SMTP Delivery Status Notifications. The user interface for managing IMAP
folders has changed a bit and provides new space for further extensions and
plugins. This was already part of the release candidate published some
weeks ago and the new stable version fixed the last few bugs, namely some
issues with namespaces.
We recommend to update all existing Roundcube installations with this
release. Get it now from http://roundcube.net/download and have a lot of fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've got two servers on my network:
- mail.iamghost.org [192.168.0.200 / 24]
- www.iamghost.org [192.168.0.201 / 24]
Now my Postfix server lets me send mail via SMTP just fine from
Thunderbird on any machine that is in 'mynetworks' file:
Code:
[root@mail ~]# cat /etc/postfix/mynetworks
127.0.0.0/8
192.168.0.0/24
The problem I'm having is that I've installed RoundCube on my web
server listed above and I'm able to login and read all my messages
perfectly via IMAP4. The problem is when I compose a new message and
try to send via SMTP from webmail only. When I try and send, I get a
SMTP error: SMTP Error (250) Authentication Failure. I can't
understand what's causing this. When I 'tail' my Postfix log file, I
don't see anything but an incoming connection and then an immediate
disconnect. No details show why this is occurring. I then ran Postfix
in debug mode to get more info and here's what I show:
Code:
Jan 11 13:29:32 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=192.168.0.201, lip=192.168.0.200, mpid=2190, TLS
Jan 11 13:29:32 mail postfix/smtpd[2191]: connect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 220 mail.iamghost.org ESMTP Postfix
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: EHLO www.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-mail.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-PIPELINING
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-SIZE 20480000
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-VRFY
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
www.iamghost.org: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
192.168.0.201: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ETRN
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ENHANCEDSTATUSCODES
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-8BITMIME
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 DSN
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: RSET
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 2.0.0 Ok
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: QUIT
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 221 2.0.0 Bye
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: disconnect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail dovecot: imap(carlos): Disconnected: Logged out
bytes=12/341
Anyone know what is causing this error? I've completely disable (I
think) TLS configuration from Postfix (not Dovecot) to verify what the
issue maybe. Still get the same error with TLS disable. I can telnet
into the server from any PC and send mail via Telnet:
[cmennens@tuna ~]$ telnet mail.iamghost.org 25
Trying 192.168.0.200...
Connected to mail.iamghost.org.
Escape character is '^]'.
220 mail.iamghost.org ESMTP Postfix
EHLO tuna.ideorlando.org250-mail.iamghost.org
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:carlos@iamghost.org
250 2.1.0 Ok
rcpt to:carlos.mennens@gmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Subject:Test Email Message
This is a test
.
250 2.0.0 Ok: queued as 4E7E7140522
quit
221 2.0.0 Bye
Connection closed by foreign host.
Any ideas on what this could be? It's driving me crazy and I'm
exhausted myself trying to resolve this issue.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Running version 0.4 Stable.
When a users clicks on an UNREAD message, the loading message appears, the
message becomes un-highlighted and then it throws up the "Could not load
message from server", nothing appears in the reading pane.
Can anyone shed any light on this please??
TIA
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone,
I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.
When I am logged into the webinterface, I see many messages like these
in the Apache error log:
[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS:
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'
First I thought it is a problem with Roundcube itself, but after I tried
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface --
and the error messages still occured -- I assume that there is a problem
with the underlying GNUTLS itself.
I also found a bug in the Ubuntu Launchpad Bugtracker, which implies
that this is a problem with GNUTLS:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736
* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome
tell me the session is encrypted.
Best Regards,
-Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm hosting a web site ( http://test-ipv6.com ) that *may* get a fair bit of
attention this week. It will be part of a press release involving several
major web sites. It will also be on the web site of a prominent
organization coordinating the press release.
The server *may* have a sudden increase in business, depending on the level
of attention the press release (and media interviews related to it) gets.
What does this mean for you?
- Mailing lists I host (woodworkers, roundcube, corvette resto, etc) will
possibly run a bit slower on getting mail delivered.
- Web sites I host may be less snappy. Possibly, downright slow.
- Shell access, for those of you who have it, may appear lagged.
- If you aren't sure why you're getting this mail at all, it means
that you have an email address that is routed through my server.
Ping me directly if you're not sure why.
I'm looking into ways to help spread the load to other servers, but I'm
gated on both time and money, as well as IPv6 availability on any resources
that might be contributed. As such, the next handful of days *may* be
bumpy. I want to appologize in advance for that.
I have had the suggestion from one of the web sites on the press release to
look at Google App Engine. I will do that, but I am constrained on when I
can do that. I can't mix my employer's time or resources, with working
on test-ipv6.com. The soonest I can do any significant change will be
Friday.
Additionally, the organization putting out the press release, is working on
setting up a mirror of my site; once complete, they will hopefully take
some of the traffic themselves.
If you have an urgent issue, call 1-877-4FESLER, extension 22. If I can't
asnwer the phone, leave a message (I may be in a meeting). But do leave the
message, and I will get it.
Jason Fesler
Some of the email/Web sites affected (the main ones, at least):
alexmeyer.combsdnet.orgcorvette-resto.com
deepfried.us
egbtnetwork.comframekillertobacco.comgardencity1988.comgetprideconcrete.comgigo.comgoldenrivers.orghcri.comlists.gigo.comlists.roundcube.net
mkurl.us
sawdusters.orgstarrynyte.comsuchter.comtest-ipv6.comwecarecancerpeernavigators.orgyersinia.com
For a complete list, see http://stats.gigo.com/ .
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hallo all and a happy new year
Did you know CrossPoint (XP)? An old german DOS-Mailprogramm!
This old program has a function which I'm missing for several years:
I try to explain:
Some of my contacts are writing private e-mails to me from their
work-mail-address.
If I do not watch the reply will go to work, but it has to go to the
private mail-address.
In CrossPoint there was the possibility to set an manuell
Reply-To-Adress which overides all Header-Reply-Settings (if exist) by
sending a Reply.
This manuell Reply-To-Adress have to set manuelly in the adressbook, by
choosing an other existing mail-adress as Reply-To.
Do you understand, what I try to explain?
Best Regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I downloaded this version of ROundcube and followed the install guide.
I noticed that the directory has a few executable shell scripts:
# cd /xxx/roundcube/bin
# ls -l
total 32
-rwxr-xr-x 1 root root 2688 Sep 25 15:03 cleandb.sh
-rwxr-xr-x 1 root root 2782 Sep 25 15:03 decrypt.sh
-rwxr-xr-x 1 root root 1334 Mar 5 2010 jsshrink.sh
-rwxr-xr-x 1 root root 547 Mar 5 2010 jsunshrink.sh
-rwxr-xr-x 1 root root 3238 Sep 29 10:30 msgexport.sh
-rwxr-xr-x 1 root root 2474 Sep 29 10:30 msgimport.sh
-rwxr-xr-x 1 root root 4862 Sep 25 15:03 update.sh
All static content (and roundcube included) is on a mount point that has
noexec,nosuid which means that it cannot be executed.
I have copied the scripts into /usr/local/bin, where these can be
excueted from, but would like to know what I have to change in the
Roundcube configuration to ensure that Roundcube still finds these.
Does anyone know?
Best regards, J.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi chaps and chapettes,
I have just set-up my first RC system: (relevent versions notes at
end of this Email)
RC
Apache
mysql
postfix
dovecot
spamassassin
php
The Roundcube is a little slow with one test user and no load. I would
like to know what I have to tweak for this to run a little faster. I
presume that it is one or some of these programmes that ought to be
tuned: apache mysql or roundcube. Does some one have some ideas or
some links to some docs about this?
By the way: its not hardware related: The load is always at a pleasent 0
0 0 and the system has an 8 core Xeon on it, so its a nice beast: :
Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
Many thanks for any ideas.
Best regards, J.
----------------------------------------------------------------------------------------------------------------------------
Appendix:
Version specifc notes: (sans dovecot,postfix,spamd because these should
be irrelevant to RC performance)
* roundcube 0.4.2
* Apache version 2.2.16-4
* mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using
readline 6.1
* PHP 5.3.3-6 with Suhosin-Patch (cli) (built: Dec 7 2010 12:47:03)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I've just upgraded from 0.4.2 to 0.5-RC.
I would like to report a considerable slowing down of the imap
connection (dovecot 2.0.7) in case 'imap_auth_type' is not specifically
defined (CRAM-MD5 in my case), while the default null value was working
fine with the 0.4.2 version.
Regards
Roberto Puzzanghera
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
I'm running Roundcube 0.5 RC on our server and I think there is a bug,
somehow related to this closed bug:
http://trac.roundcube.net/ticket/1486532
When replying to a mail a single space character is inserted before every
line written. The original message appears below the answer which is set
this way in the settings of Roundcube.
Can somebody confirm?
Regards,
Martin
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Is there a routine available which would be able to remove a stale user
from the MySQL database along with any other table entries related to
them such as contacts etc etc?
I have dozens of long gone users, and I would like to clean up the DB.
Yes, they aren't hurting anything by being there, but they aren't helping
anything either.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a message that won't display correctly in roundcube. In
internet explorer 8, when the message is selected, it starts to open
it, says loading at the top of the screen, but never loads it. It
will load in chrome and firefox, but it only loads halfway. This
message displays correctly in our live webmail which is tupimail as
well as in windows live mail. Any ideas what might be happening here
or where I might look to find out?
Thanks,
James
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I installed today's 0.5-rc release for testing, and already have a
question. One of the new features in the Changelog is "Add 'loading'
message on message move/copy/delete/mark actions"
Well, I've already got three complaints on this from my testing team.
While
it's OK for most users, I have users who delete multiple consecutive
messages by highlighting the first one, and then clicking "Delete"
multiple
times until the batch is gone. (They have "After message delete/move
display the next message" as True.) While this method works fine in
0.4.2,
the "Loading..." dialogs start to stack up quickly in 0.5-rc and after
two
or three clicks they cover the Delete button and the user has to wait
for
the dialogs to clear before proceeding.
So I'm wondering if any thought has been given to making these new
dialogs
a preference that could be enabled/disabled? While making it a per-user
setting would be ideal, I could live with just having the ability to
turn
it off globally in the main.config.php if that would be easier.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I'm testing a shared mailbox with roundcube and, so far, didn't manage
to make it work.
I have cyrus-imap and a shared mailbox named "testshared" in
/var/spool/cyrus/mail/t/shared/testshared
I can subscribe and browse this mailbox from thunderbird with userA.
But with the same userA, when I try to access it from roundcube, I get
the error "Server Error: STATUS: Mailbox does not exist".
I tried to change my default settings in main.inc.php as follow:
---
$rcmail_config['imap_ns_personal'] = "INBOX.";
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = "shared.";
---
But that doesn't work either.
What is the correct configuration to access a shared mailbox from
roundcube ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Is there any way to change the sender identity based on the email
service domain?
Here is my scenario: horde provides the webmail service for two domains:
.student.domain.com
.profs.domain.com
The email addresses are created in the following way:
username(a)student.domain.com (for the first)
username(a)domain.com (for the second)
However, with this configuration:
$rcmail_config['default_host'] = array(
‘profs.domain.com => ' domain.com ',
'student.domain.com' => 'student.domain.com',
);
The roundcubemail creates the sender identity for the second domain like
this: username(a)profs.domain.com , which is not valid to send emails.
Is there any way to set up roundcube the way I need? Thank you
--
Ricardo Ruivo
System Administrator
SIC - Serviço de Informática e Comunicações
Department of Informatics Engineering
Faculty of Science and Technology
University of Coimbra | Portugal
My PGP Public Key is available at:
http://pgp.dei.uc.pt:11371/pks/lookup?op=get&search=0x7D4F6A4C
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sQ/WaKlzKYG/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello roundcube network.
I just noticed a problem on the last trunk.
you can not select the new files to add in the INBOX because the window
is full and there is no scroll bar to scroll to the bottom of the list
any return are welcome , thanks
- --
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iD8DBQFNCrAVtXI/OwkhZKcRAnONAKCFfLic6G7vTniLrZ1MyNvDp/mbiwCdGDgw
T+HNxE+ZeE9sEzEbsBMAvpQ=
=l9Wh
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello there,
I've got a problem with the pf_password plugin to change the users password
in the postfixadmin mysql database.
This mysql code works properly: ['password_query'] = 'UPDATE mailbox SET
password=%c WHERE username=%u';
But how is the syntax to make use of the
modified,pass_modified,last_password and second_password fields?
The default querysyntax doesn't work for me: ['password_query'] = "UPDATE
`mailbox` SET `password` = %n , modified=now() , pass_modified=now()
,`last_password` = %y, `second_last_password` = %z WHERE `username` = %u
LIMIT 1";
Also 'password'=%c haven't worked.
Thanks,
Tobias
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tm/xsSaRHks/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
How do I remove Settings -> Preference and Identities tab?
Best Regards,
Dagia,
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there a way to not save the attachements of sent mail? Horde IMP has
that option when you compose a message.
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm not a plugin developer, but I'm using the vacation plugin, and it
is giving me this error:
Vacation plugin:
/var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy
is not configured for user "".
Check config.mk in plugins/vacation/extra/vacation_binary.
Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if
there was a list of changes to the API from release to release. I
didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was `rcmail::get_instance()->user` before).
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any input on this? If I can't get the SQL upgrade
lines working, is there at least some way to export/import data to a
newer version of the database?
I'm really stuck in a bind here. Thanks!
- John
On 12/8/10 9:10 AM, John May wrote:
> I'm trying to upgrade our 0.3.1 installation to 0.4.2.
>
> When I execute the following SQL upgrade lines, I get the errors that
> follow them:
>
> mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
> mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
>
> The first 2 ALTER TABLE commands work OK, and I've verified all tables
> have been changed to InnoDB. Any ideas on how to get this to work?
>
> Alternately, is there a good way to import data from an existing older
> roundcube MySQL database into a fresh, up-to-date one?
>
> Thanks!
>
> - John
>
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
If you have installed qmail, please advise me?
I just have installed qmail for freebsd. I also new virtual domain test.com on my qmail. But, When I send one mail from dagia(a)test.mn to dagmid_d(a)yahoo.com, the following log created in /var/log/qmail/qmail-send/current.
I have not sent mail to log(a)test.mn which is not created. But my sent mail is duplicate send to nothing mail address which log(a)test.mn. How will I stop duplicate mail to log(a)test.mn?
@400000004d03517f0a23ae24 info msg 7489803: bytes 6904 from <dagia(a)test.mn> qp 97153 uid 1003
@400000004d03517f0a245a04 starting delivery 60: msg 7489803 to local test.mn-log(a)test.mn
@400000004d03517f0a2490b4 status: local 1/10 remote 0/255
@400000004d03517f0a254c34 starting delivery 61: msg 7489803 to remote dagmid_d(a)yahoo.com
@400000004d03517f0a257344 status: local 1/10 remote 1/255
@400000004d03517f0bb37db4 delivery 60: success: did_0+0+1/
@400000004d03517f0bb473cc status: local 0/10 remote 1/255
@400000004d035184176576bc delivery 61: success: 74.6.140.64_accepted_message./Remote_host_said:_250_ok_dirdel/
@400000004d035184176674a4 status: local 0/10 remote 0/255
@400000004d03518417676abc end msg 7489803
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Unfortunately, I'm still on 0.4-beta, so keep that in mind.
When a new message is created, it focuses on the editing field with
HTML composing is enabled, but it works fine for plain text. I assume
there is a setting for TinyMCE somewhere to change this. Is there a
configuration for tinyMCE with this option, or is there a better way
to change this?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Thu, 9 Dec 2010 17:00:16 -0600, Bradlee Landis
<bradleelandis(a)gmail.com> wrote:
> On Thu, Dec 9, 2010 at 4:56 PM, Kaz Kylheku <kaz(a)kylheku.com> wrote:
>>
>> I'm on 0.4 and don't see this. When creating a new e-mail in HTML mode,
>> the focus is on the Recipient input box where it should be. The tab
>> order is Sender -> Recipient -> Subject -> Body -> Send now -> Cancel.
>
> Maybe I should upgrade. I was needing the vacation plugin to work, and
> it broke when 0.4 final came out.
>
>> Could this be some browser difference? I'm mostly using Firefox 3.6.x.
>> What do you have over there?
>
> I'm using Chrome.
I tried with Chrome 8.0.552.215 on WinXP. The focus goes
to the Recipient when I compose a new e-mail in either HTML
or Plain mode. I also tried whether enabling or disabling
the addition of the signature makes any difference
(it doesn't).
If I start a message in plain text, with the focus on the Recipient
input box, and then use the list box in the bottom right corner
to change to HTML mode, then after the editor mutates itself
to HTML, the focus ends up in the editor. That's the closest
I've come to getting that behavior.
--
Tankan: Memorize Japanese Kanji: http://kylheku.com/tankan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
Do you know if there's a way to have RC remember your username/password and bypass the login screen, even if you closed the session by closing the browser or whatever; until you choose to signoff? Sort of the way Gmail does it or other sites.
I use RC as my primary email client and, while I have my U/P remembered by the browser, I would still prefer it that when I open the browser my email loads up automatically. Of course, this would be a user setting, either with a checkbox on the login screen or through settings.
Is there a plugin for this?
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm trying to upgrade our 0.3.1 installation to 0.4.2.
When I execute the following SQL upgrade lines, I get the errors that
follow them:
mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
The first 2 ALTER TABLE commands work OK, and I've verified all tables
have been changed to InnoDB. Any ideas on how to get this to work?
Alternately, is there a good way to import data from an existing older
roundcube MySQL database into a fresh, up-to-date one?
Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Twitter: http://twitter.com/pointinspace/
Facebook: http://www.facebook.com/PointInSpace/
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
on shared, virtual and hardware dedicated servers
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
My RC use PLAIN mechanism for IMAP athentication. And it use default
(non-SSL) IMAP port 143.
While log in, I captured the information by WireShark then I could see the
usename and password, warped in a HTTP POST.
If I change to use SSL with IMAP,
$rcmail_config['default_host'] = 'ssl://mail.mysite.com';
$rcmail_config['default_port'] = 993;
I still can capture my Username/ Password. So I think the SSL authentication
is just from RC to IMAP server. Not from my PC to RC server.
I know if I'm using HTTPS, the information send from my PC to HTTP server
will be encrypted.
Is there anyway to encrypt the login session from my PC to the RC server,
except using HTTPS? I mean the encryption supported inside RC login page.
Many thanks/ Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi friends,
i need to insert an message before the user text on e-mail, this insert must
have webmail user full name, server date and hour and my companhy logo, i
really dunno how to do this, can someone help me?
thanks a lot
Harlei
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I just installed version 0.5 beta and when i want to add new
folder for subscription RC respons with an error.
Unfortunately the
folder is not Subscribed
Thenks
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
--
Scott Berry
MCP and A Plus Certified
Hello there,
My name is Scott Berry and I am totally blind. I am setting up Round
Cube the latest stable version. When I go in to my roundcube installer
it tells me that date.timezone is not set. Here is the steps I took
to set it:
1. I opened php.ini.
2. I found the date.timezone = directive and added America/Chicago.
so my directive looks like this:
date.timezone = America/Chicago
Is this good enough or am I missing something? Thanks for all the help.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
it's not posible for me to save the following e-mail-adress in the
adressbook and it's not posible to send a mail to this address:
Schmidt-K.(a)gmx.de
O.K. I'm honest - I've changed to letters (for this mailing). ;-)
Best regards from germany
Ulli Heist
P.S.: Is a working bookmark-tool available?
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users
We're happy to announce that a new major release of Roundcube is now
available for testing. As usual it contains many bugfixes (thanks to
all the reporters and contributers) and brings more stability and
speedup as well as some new features such as Internationalized Domain
Name (IDNA) support, support for shared/global IMAP folders and
support for SMTP Delivery Status Notifications. Plus some minor
changes to the message list UI and many improvements under the hood.
Download the 0.5-beta release now from http://roundcube.net/download
and test it in your local environments. Any bug reports and
suggestions for improvements are welcome.
Along with the new features again new texts are waiting to be
translated. All non-english natives are kindly requested to help us
translate Roundcube. Go to http://translator.roundcube.net, select
your language and fill in the missing labels and messages. Completed
files can be posted to our dev mailing list.
As you can see on the translator page, there are several translations
with less than 50% completeness status. We'll have to remove them from
future releases if they're not kept up-to-date.
Thanks for using Roundcube and for contributing to this great project!
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I would like to ask if there is any way to set auto logout after some time
of user inactivity?
I've tried to set *keep_alive to greater value than session_timeout, but
this doesn't work.
Many thanks in advance
Regards,
Radovan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I am a subscriber of Roundcube webmail. I have recently configured roundcube with vpopmail on qmail. Unfortunately, I am facing one problem which the roundcube's password plugin. How will I configure roundcube's password plugin with vpopmail?
Below is my problem's detailed info :
1. I have configured vpopmail with mysql on qmail.
2. I have activated vpopmail's password plugin
But,
When I create new domain on vpopmail, that domain name creates following format on mysql. Example : test.com = test_com
I have configured the password plugin by below query.
UPDATE %d SET pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1';
above %d is domain part of user. E.g test.com, but my created table name is=
test_com
How can I fix this problem pls????
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm using Postfix + Dovecot + Mysql + RoundCube webmail. The password saved
in Mysql database is *MD5-CRYPT*.
In Dovecot configuration, I set the authentication mechanisms:
*auth default {
mechanisms = plain login digest-md5 cram-md5
}*
In Round Cube main.inc.php, I set:
*$rcmail_config['imap_auth_type'] = "auth";
//CRAM-MD5*
But I cannot login. If I change the *imap_auth_type* to *Plain*, I can login
smoothly.
Cound you please help me how to enable authentication login for Round Cube?
BRs/Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I want write plugin which generate file with rules for maildrop in mail
account dir. I have one question that roundcube can create files over imap?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I try to write in English.
A normal Reply-Mail starts with 'Re: ' in the subject.
But there are some german Mail-Reader which are using other tag's like:
RE:
Betreff:
AW:
WG:
Antwort:
If I'm writing an reply the new subject looks like
'Re: WG: Antwort: Test'
I think that looks unprofessional!
A better style is:
'Re: Test'
For this I did a code-change in program/steps/mail/compose.php
starting at line 905
<snip>
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
$MESSAGE->subject = ltrim($MESSAGE->subject, "RE:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Betreff:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Re:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "AW:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "WG:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Antwort:");
if (preg_match('/^re:/i', $MESSAGE->subject))
</snip>
But sometimes are too many characters deleted - I don't know why!
Best regards from Germany, palatinate
Ulli
--
http://heist.hobby-site.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
This is my first post to this list and i am very happy
with Roundcube .. I am having a problem while setting up markasjunk2
plugin which is using sa_blacklist Driver. I am also using sauserprefs
plugin which is working perfectly and all my setting being stored in
mysql database. Can any one help me here is the error while clicking
on spam button in webmail :-
Server Error! Service Currently Not available
Logs shows :-
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_63b151dc0daee21713d7035ee522a47b0ac33e46b FROM
'SELECT idx, headers, structure FROM messages WHERE user_id=? AND
cache_key=? AND uid=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.messages' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
[09-Nov-2010 17:48:06] MDB2 Error: no such table (-18): _doQuery:
[Error message: Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
Here is the config.inc.php contents:-
$rcmail_config['markasjunk2_learning_driver'] = 'sa_blacklist';
$rcmail_config['markasjunk2_read_spam'] = true;
$rcmail_config['markasjunk2_unread_ham'] = false;
$rcmail_config['markasjunk2_detach_ham'] = true;
$rcmail_config['markasjunk2_spam_flag'] = 'null';
$rcmail_config['markasjunk2_ham_flag'] = null;
$rcmail_config['markasjunk2_debug'] = false;
$rcmail_config['markasjunk2_mb_toolbar'] = true;
$rcmail_config['markasjunk2_sauserprefs_config'] =
'../sauserprefs/config.inc.php';
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
When I change my signatures, I see this message:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]
.. and these in the /log/errors:
[08-nov-2010 12:00:51] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Nov-08 12:00:51 +0100]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I am using updated version of RC:
0.3.1 -> 0.4
How can I make these columns for users?
Best Regards,
Gabor
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PHP Warning: date() [<a href='function.date'>function.date</a>]: It is not safe to
rely on the system's timezone settings. You are *required* to use the date.timezone
setting or the date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely misspelled the timezone
identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in
/usr/local/www/roundcube/program/include/main.inc on line 1029
my roundcube errors log is FULL (27G !) of these messages.
I am not sure where to find the "date.timezone" this message refers to.
Nor do I understand the "date_default_timezone_set()" function.
Inside the file main.inc.php, I tried to set
"$rcmail_config['timezone'] = '(GMT -8:00) Pacific Time (US/Canada)';
but the errors log keeps filling up.
So I have adjusted the above to:
"$rcmail_config['timezone'] = 'America/Los_Angeles';
as it suggests, but the errors log KEEPS filling with the exact same message.
Advice gratefully appreciated.
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
The Inbox and all other folders show with various list columns pre-selected.
Including, specifically the "Sender".
The Sent folder has "Recipient".
Both of the above make total sense.
However, I had a client slide their Sent folder aside because it was VERY
full, and they created a new one.
All of a sudden the old Sent folder is treated as another incoming folder
where the "sender" is visible in the columns. Of course, it is the same
sender for each of their messages, and they really want the Recipient to
show.
I see no way to change a folder so that Sender/Recipient can be swapped.
Is there?
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone
Roundcube 0.4.2 does not display correctly some headers
of the email, this graphic example it's from a blackberry read
notification message. This ocurrs to me as well with users writing mail
from squirrel
Any ideas?
--
-------------------------
RICARDO
ARDILA VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba
frontend para cervantes
-------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8d/HBmbfT+h/error.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone, excuse my english, is not so good
This is my
problem
/var/mail/user1
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have done the upgrade to version 0.4.2 on an existing 0.3.1 installation.
It seems I fixed most of the issues on this Centos 5 server by
installing a lot of php-pear packages.
But I thought I had this covered with the proper package but it seems
email handling still fails with the following error in the log:
roundcube: PHP Fatal error: Call to undefined method
Mail_mime::getHTMLBody() in
/var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
I'm currently using centos 5 on the server with all the normal upgraes
and use PHP from the Utterramblings repository.
I must be missing something obviously but I just fail to see what this
time. So I open to suggestions.
php-pear.noarch
1:1.9.1-1.jason.1
installed
php-pear-Auth-SASL.noarch
1.0.2-4.el5.centos
installed
php-pear-Date.noarch
1.4.7-2.el5.centos
installed
php-pear-File.noarch
1.2.2-1.el5.centos
installed
php-pear-HTTP-Request.noarch
1.4.2-1.el5.centos
installed
php-pear-MDB2.noarch
2.4.1-2.el5.centos
installed
php-pear-MDB2-Driver-mysql.noarch
1.4.1-3.el5.centos
installed
php-pear-Mail.noarch
1.1.14-1.el5.centos
installed
php-pear-Mail-Mime.noarch
1.4.0-1.el5.centos
installed
php-pear-Net-SMTP.noarch
1.2.10-1.el5.centos
installed
--
hvdkooij(a)vanderkooij.org http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone!!!!
I'm testing roundcube to change squirrel at
university on caracas
venezuela, so far excelent!!!
With a user has
no mail or a folder has no mail roundcube return SERVER
ERROR (OK!)
My system dovecot 1.2...
with one mail roundcube display it....
can
you help me?????
thanks a lot
pd. support it's excelent, i'm very
grateful with you for that!
Excuse my english :( spanish
native!!!!
--
-------------------------
RICARDO ARDILA
VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba frontend
para cervantes
-------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
Does anyone have plugin to generate file mailfilter which is use by
courier-maildrop?
I want filter mails by subject or sender.
If this plugin not exist does anyone known how setup courier-maildrop
to using mysql?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Please help me install and configuration Calendar for Roundcube. I
was trying to make me but failed. Please only for me how it as
configuration substitution for any run it be. Thanks!
BRs/ HoanNT.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I only see this in large imap folders (i.e. the linux kernel ML).
I open the folder and everything seems fine.
I browse some more, mark a message as spam and somehow the "Loading" message
appears and never dissapears.
It didn't happen previously with the same actions.
Thanks!
--
Arthur Titeica
PharmEc Software Constanta
Mobil: +40 729 290 969
Tel: +40 241 616 747
Fax: +40 341 815 963
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear All,
I have just started roundcubemail on CentOS 5.5 with all the
prerequisites of RoundCube Mail.
I have configured password change plug-in to work with poppassd.
Now after correct configuration, when I try to change the password, it
changes the password but gives me an error message "Could not save new
password"
Please help.
--
*Er. Hiren V. Majithiya*
Engineer (System Administration),
Information System Department,
M/s GNFC Ltd.
*Ph:* 02642-662914
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please don't print this e-mail unless you really need to. Save a tree if possible.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##########################################################################
# Legal Disclaimer : mail.gnfc.in #
# ------------------------------------ #
# This message may contain confidential and/or privileged information. #
# If you are not the addressee or authorized to receive this for the #
# addressee, you must not use, copy, disclose or take any action based #
# on this message or any information herein. If you have received this #
# message in error, please advise the sender immediately by reply e-mail #
# and delete this message. #
# #
# Thank you for your cooperation #
##########################################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When there are multiple recipients in an email and trying to reply to it
(either with 'reply' or with 'reply all') I get a blank page and an error in
logs:
PHP Fatal error: Cannot access private property rcube_template::$app in
/var/www/rcube/program/steps/mail/compose.inc on line 916
--
Arthur Titeica
PharmEc Software Constanta
Mobil: 0729 290 969
Tel: 0241 616 747
Fax: 0341 815 963
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QJ/PwW5kU4K/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
First of all let me thank roundcube developers for their huge work.
Now, I'm facing an issue: my session table is too big, and crashes
a lot.
Is there any plugin, or any solution working, to put session in files
(or other solution is welcome) for instance ?
Thanks a lot for advices,
Pierre
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
This update release fixes the most important bugs of the 0.4 stable release
such as the disappearing upload box or buggy SQL scripts. Further more
support for format=flowed has been improved and some language files have
been completed.
When talking about languages, there are still plenty of our localizations
which are not 100% complete, some of them are even less than 60%. Please
visit http://translator.roundcube.net and send us your updated localization
files.
We recommend to update all existing Roundcube installations with this
release. For a complete list of changes see
http://trac.roundcube.net/wiki/Changelog. Download it from here:
http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello again.
As you might have heard, also the developers of Roundcube are just human
beings and thus not always creating perfect and 100% bug free work. The
last 0.4.1 release fixed many bugs but also introduced a quite annoying new
one. That's why the next release follows just one week later. It fixes a
few important bugs, especially the "Server Error" message when
expanding/collapsing folders and it also updates some previously incomplete
localization files.
Please replace your 0.4.1 or even 0.4 installations with this new version.
It can be downloaded from http://roundcube.net/download. We also provide a
patch for those who have local modifications and don't want to replace all
the files again. See https://sourceforge.net/projects/roundcubemail/files/
Thanks for using Roundcube webmail!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When I have the message list displayed and press the preview checkmark,
a red error message is displayed saying "server error (not found)". The
same happens when I have a message displayed in the preview window and
uncheck the preview checkmark. The version is roundcubemail 4.0.1.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I run roundcubemail quite some time on my server with Dovecot 1.2.11
IMAP on the same server and had no problems. Since the upgrade to 4.0
(4.0.1 did not make a difference) the reaction times are awful slow,
about 5 seconds to display the message list or to open the editor.
Installing imapproxy did not help either, and was not installed with 0.3
stable. I like the new features, but if this not a bug or
misconfiguration, I will revert to 0.3. What can I do to isolate the
reason?
Eggert
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
Just upgraded from 0.4 to 0.4.1, the roundcubde log is showing
these errors:
[04-Oct-2010 15:48:08 -0400]: PHP Error: Deprecated hook
name. save_preferences -> preferences_save in
/var/www/roundcubemail/program/include/rcube_plugin_api.php on line 200
(GET
/?_task=mail&_remote=1&_action=list&_mbox=INBOX&_refresh=1&_=1286221691811&_unlock=1)
[04-Oct-2010 15:49:05 -0400]: PHP Error: Deprecated hook name.
user_preferences -> preferences_list in
/var/www/roundcubemail/program/include/rcube_plugin_api.php on line 200
(POST /?_task=mail&_action=autocomplete?_task=&_action=)
Everything in
the interface seems to work fine, except that when I click to expand a
folder - I receive a "Server Error! (Not Found)" message at the top of
the browser even though the folder expands and displays as it should.
Is this indicative of a deprecated plugin? or a known issue?
Thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
No configuration changes...
I am sending a picture withe one example of a duplicated row as an attachment.
I am restoring the original database and going back to 0.3.1 because users did not give a break during weekend.
See u later.
>>Did you change something else like the hostname? I experienced a similar >>problem before when I swapped between using 'localhost' and using >>'127.0.0.1' as the hostname.
>>It might help if you can post two full rows from the database showing one of the duplicate users.
>>Cheers,
>>Mark
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/89/6NKBT2xW/double.jpg
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Just as a complement, it seems that duplication continues happening as users log on after update. I took a little look and saw that new entries was adder to users just 10 minutes ago, all the usernames already exist at the database with lower ids.
It seems that monday i will have a lot of users trying to kill me... lol
see u later.
----------------
>> You mean 0.3.1 to 0.4.1?
Yes.
>> >> Are your users logging in with full email address?
No, users only need their login without the @domain
>> >> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> >> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
>>You mean 0.3.1 to 0.4.1?
Yes.
>> Are your users logging in with full email address?
No, users only need their login without the @domain
>> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Good day,
Two days ago i have upgraded roundcube 1.3.1 to 1.4.1 version following the instructions at "UPGRADING" guide.
After that, some random users are complaining about losing information such as contacts and signatures.
Taking a look at the database (at "users" table), i noticed that this users now have a duplicate entry (with two IDs) and all information at tables like identities and contacts are pointing to the older user_id.
I would like to know if this behavior was seen by any other person. I was also thinking if the deletion of the new user entry could solve the problem in this cases.
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PLAIN is the default. It is ALWAYS available, even if you have other
methods in place. Therefore, your system now just drops down to PLAIN
before trying anything else ! Therefore, you will see a speed increase
as the system just logs in , rather than trying anything else first.
Of course, if the other AUTH methods you advertise work, then they
should be similar in speed.
What generally happens is that the server will advertise an AUTH
method
that it doesn't support. Then you see speed loss due to try and catch
handshaking while the client drops down each time to a lower level of
authentication. This can kill sessions. So its try, stop and wait, try
something else, stop and wait, try stop and wait, oh that one works !!
On Thu, 30 Sep 2010 21:43:52 +0700, <hoannt(a)mail.ciid.cz.cc> wrote:
> Hi Stan,
>
> Last time, I let those configuration as default:
>
> $rcmail_config['imap_auth_type'] = null;
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = null;
>
> Now, my one is:
>
> $rcmail_config['imap_auth_type'] = "plain";
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = "."; //a dot for delimiter
>
> 1. $rcmail_config['imap_auth_type'] = "plain";
> Actually, in MYSQL database, the Password is MD5-CRYPT. I just checked
> it again, the password was store like
> "$1$51dd62a1$RxZRpwoZ/q5EuEH/3epFp". But I don't know why I setup the
> PLAIN and it's still working. This is my experience when I configure
> for
> ManageSieve Plugin (of RoundCube). I also set Plain for ManageSieve and
> it works.
>
> 2. $rcmail_config['imap_root'] = ""; //blank
> I store all mails in the directory of each user, so this parameter is
> blank.
>
> 3. $rcmail_config['imap_delimiter'] = ".";
> I'm using Dovecot and the Default folder Delimiter is a dot "."
>
> In my opinion, the first one, "imap_auth_type", is the most important
> parameter to speed up when you are login, and when you're click on other
> folders in the interface. I changed it once and the effect was very
> good. It was true in my case.
> For the second and the third, I see no effect but I still want to
> change it.
>
> BRs/ Hoan.
>
>
>
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
> BT/0fe063a5
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Supporter,
I migrated my Email server from
SquirrelMail to RoundCube.
From the last (with SquirrelMail)
the Email Server worked fine.
Now, my RoundCube interface
works fine also, except, the loading speed of Web page quite slow. It
slows down speed of all components like Login Page, Mailing Page, Compose
Page, Settings Page...
Could you please let me know what is
the Recommendation Hardware to using Round Cube (Chip, RAM, Bus speed,
HardDisk...). This might be my old Server with weak processing capability,
and I plan to upgrade it.
May thanks in advance for you
support.
BRs/ HoanNT.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I upgraded mysql from 5.0 to 5.1 and now the "password" plug-in
refuses to save. The log follows. RC version is 0.4, and mysql was
updated successfully when I switched from 0.4-beta.
I don't undestand why the error messages suggests me to run
"mysql_upgrade" when this is a script to migrate from one version of RC
to another.
DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message:
Could not execute statement]
[Last executed query: SELECT update_passwd('*****', 'xxx(a)xxx.xx')]
[Native code: 1558] [Native message: Column count of mysql.proc is
wrong. Expected 20, found 16.
Created with MySQL 50067, now running 50151. Please use mysql_upgrade
to fix this error.]
in /path/to/roundcubemail-0.4/program/include/rcube_mdb2.php on line
644
(POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
Thanks for any help
Roberto
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've installed roundcubemail (v0.4) for the first time and after
resolving a few initial issues I was able to log in and view my email
(using myself as a test).
The problem comes when I try to move a message to the trash, I get an
error stating "could not move the message". When I sent a test message
to myself, it delivered ok, but I also got an quick error and nothing
shows up in the sent folder.
I've dug around in the wiki and searched the email list archives and
haven't be able to find this topic covered.
So, other than my inbox (in /var/spool/mail), where are the "folders"
that roundcubemail uses in the filesystem and what ownership and
permissions should they have?
background:
centos 5.5
postfix for smtp
dovecot for imap/pop
Today is the first time I've configured the imap server, but dovecot is
pretty easy to work with... and I've had the pop server working for over
6 years now.
--
Steve Lindemann, MSIS __
Network Administrator //\\ ASCII Ribbon Campaign
Marmot Library Network \\// against HTML/RTF email,
+1.970.242.3331 x116 //\\ vCards & M$ attachments
http://www.marmot.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm running a RoundCube installation on a FreeBSD server here, and
it's fed by a *remote IMAP server. As recommended in the settings, I
set
$rcmail_config['enable_caching'] = true;
but despite this, accessing the mails is *dead slow. It takes at least
5 seconds to access any given folder, and this doesn't seem to change
after the folder has been accessed once (and hence cached?). This
makes using RoundCube quite inconvenient.
I'm quite oblivious as to what could cause such a slow performance,
but I'm willing to test and try.
Hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
How configure roundcube to display names from GECOS field into
the From: field ?
Actually we use LDAP backend and the name displayed is the *login*
( uid ) of the sender , I would like to display real names extract from
the GECOS field ( givenName LDAP attr )
thanks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
We've recently migrated our webmail service to RoundCube, but we've been
having some problems with Internet Explorer.
Internet Explorer tries to download the attachment but we get the error
showed in this picture:
http://feupload.fe.up.pt/get/cIICVrzuu0VmuKI
In all the other browsers we have no problem.
Has anyone encountered this problem?
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, Everybody!
I updated my Roundcube to the latest stable version, than I tried change
my signature.
I see this message:
"SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]"
error log:
[08-szept-2010 13:59:46] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Sep-08 13:59:46 +0200]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I think it's a database problem.
Can I make the new columns of RC database automatically (by an update
script)?
Best Regards,
Gabor Bernics
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I try to write in English.
Since a few days I'm using CubeMail.
In Germany many Users uses an AW: instead of Re: in the subject of an
Reply-Mail.
Answering an Reply-Mail (starting with AW:) results in Re: AW: ..
That doesn't look good.
For this case I've added an line in the
program/steps/mail/compose.inc
starting at line 893:
// create a reply-subject
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
// NEW begin
if (preg_match('/^aw:/i', $MESSAGE->subject))
{$MESSAGE->subject[0] = 'R'; $MESSAGE->subject[1] = 'e';} // AW: = Re:
// NEW end
if (preg_match('/^re:/i', $MESSAGE->subject))
$subject = $MESSAGE->subject;
else
$subject = 'Re: '.$MESSAGE->subject;
}
---cut---
Please add this function to future versions.
Best regards from Germany
Ulli (Heist)
--
http://heist.hobby-site.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
New European Portuguese (pt_PT) translation for Managesieve plugin.
Hope that has everything correct.
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HN/jgtehmxx/pt_PT.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I would like to know if it is possible to strip the '@domain.tld' part
from a certain group of users?
What I would like to achieve is that one group of users can login with
just username (with the aid of username_domain) AND that another group
(the system users) must use the local domain but that has to be stripped
otherwise pam auth will fail!
When I force the 'priviledged users to use their domain all is nice and
dandy ofcause. Then systemusers just give their username.
Any smart ideas?
TIA
Egbert Jan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
With the latest svn version I can't send messages - nothing happens
when I click the 'Send' button.
I see the following in Opera's JS console (maybe it helps):
JavaScript -
https://xxxx.psw.ro/?_task=mail&_id=8232749224c7ba450a39d6&_action=compose
Uncaught exception: TypeError: Cannot convert
'ed.plugins.spellchecker' to object
Error thrown at line 2850, column 6 in <anonymous function:
stop_spellchecking>():
if (ed.plugins.spellchecker.active)
called from line 2799, column 4 in <anonymous function:
check_compose_input>():
this.stop_spellchecking();
called from line 850, column 8 in <anonymous function:
command>(command, props, obj):
if (!this.check_compose_input())
called from line 1, column 0 in <anonymous function>(event):
return rcmail.command('send','',this)
I managed to solve it by commenting 2 lines in program/js/app.js
2848 var ed;
2849 if (window.tinyMCE && (ed =
tinyMCE.get(this.env.composebody))) {
2850 // if (ed.plugins.spellchecker.active)
2851 // ed.execCommand('mceSpellCheck');
2852 }
Any thoughts about it?
Thanks!
--
Arthur Titeica
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello all
hello roundcube network
hello A.L.E.C and others developer
the managesieve plugin does not work anymore since the switch to
dovecot 2.0.0
the sieve language work into roundcube
must write the rules by hand
many return are welcome
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm having a problem in that emails from eBay are showing the logo on
top, but no body. I pulled up the print page, and viewed the source,
and it seemed to be stripping off the main content. Is this a known
issue? It would be nice if the user could have the option to "View As
Text".
I did find this message on the mailing list, but it's from 2006:
http://www.mail-archive.com/dev@lists.roundcube.net/msg01069.html
I'm still using 0.4-beta, unfortunately, because rcube-vacation does
not format it's page correctly.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
my rc installation provide service for some domains, so users must login
with full email address instead username, to prevent errors I simply
changed in labels.inc this line:
$labels['username'] = 'E-mail';
I do not want edit create a skin for each domain... exists a better way
to get the same result? RC can provide something in config?
TIA
Alessandro
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, list,
I tried to make the SASL SMTP authentication in roundcube works. I am
using mysql to handle virtual user/domain.
So at first I set in the main.inc.php as following:
/// 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';/
Then the SASL failed. maillog shows:
Aug 23 13:32:25 gamma postfix/smtpd[3884]: warning:
gamma.foo.com[127.0.0.1]: SASL LOGIN authentication failed:
authentication failure
I went to check mysql query log and found that %u only pass the user
portion to the query
After googling aroune I changed this line to:
/$rcmail_config['smtp_user'] = '%u@%d';/
Now it seems works. mail log shows:
/Aug 23 13:29:59 gamma postfix/smtpd[3838]: BB2B82D70088:
client=gamma.foo.com[127.0.0.1], sasl_method=LOGIN,
sasl_username=someuser@foo.com@%d/
And this time mysql got correct query in the WHERE clause.
But why is there always a %d at the end in the maillog? Should I use
other instead '%u@%d'?
Please help. Thanks.
--
Jian Gao
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
HI...
I need to know where RC store users preferences...
I installed RC on other server, but when my users make logged on, they
can't see theirs signatures...
How can I deal this???
Thanks
Gilberto Nunes
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
i am new to roundcube and use it for a couple of friends i host for. so far, i like it a lot. However, i do have a problem: i have several contact groups with 30-300 addresses. roundcube shows 40 adresses in the standard view and says correctly "1-40 of 300". When i click the forward button next to this, however, i jump into the complete addressbook instead of advancing to the next page of group addresses. As a result, i can only see (and manipulate) the first 40 addresses.
Is this a bug? If so, is there a ticket and/or a way around it?
roundcubemail 0.4 running on debian lenny LAMP, tested w/ Chrome and Firefox on Mac.
TIA
Matthias
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
pysieved set up in /etc/inetd.conf setup
----------------------------------------
sieve stream tcp nowait root /usr/bin/python python
/var/lib/pysieved/pysieved.py --inetd --config /etc/pysieved.ini
/etc/pysieved.ini setup
------------------------
I use system accounts for mail access, so PAM authentication is
selected, and of course Exim storage model:
[main]
# Authentication back-end to use
auth = pam
# User DB back-end to use
userdb = passwd
# Storage back-end to use
storage = Exim
# Bind to what address? (Ignored with --stdin)
#bindaddr = 127.0.0.1
# Listen on what port? (Ignored with --stdin)
port = 2000
[... et cetera, stock template contents!]
Exim configuration, (shown as a patch)
--------------------------------------
The first diff hunk is against the "userforward:" router
section. I cloned the address_file transport and named the copy
address_file_forward, for forwarding only, so that we
are not changing the configuration of all routers that
use address_file!
I then changed this cloned transport to do maildir delivery.
It handles the INBOX. prefix that RoundCube's plugin
puts on the folders. E.g. if your rule says to
file into folder Foo, then the Sieve script actually
has fileinto "INBOX.Foo". The exim configuration
will translate this to /<yourhome>/Maildir/.Foo:
webserver:/etc/exim4# quilt diff
Index: exim4/exim4.conf.template
===================================================================
--- exim4.orig/exim4.conf.template 2010-08-18 11:52:21.000000000
-0700
+++ exim4/exim4.conf.template 2010-08-18 12:33:37.000000000 -0700
@@ -1241,7 +1241,7 @@
allow_filter
forbid_smtp_code = true
directory_transport = address_directory
- file_transport = address_file
+ file_transport = address_file_forward
pipe_transport = address_pipe
reply_transport = address_reply
skip_syntax_errors
@@ -1431,6 +1431,24 @@
envelope_to_add
return_path_add
+address_file_forward:
+ debug_print = "T: address_file_forward for $local_part@$domain"
+ driver = appendfile
+ delivery_date_add
+ envelope_to_add
+ return_path_add
+
+ maildir_format
+
+ directory = ${if eq{$address_file}{inbox} \
+ {$home/Maildir} \
+ {${if eq{${substr_0_1:$address_file}}{/} \
+ {$address_file} \
+ {${if match {$address_file}{^INBOX\.} \
+ {${sg {$address_file} \
+
{^(INBOX\.)(.*)\$}{$home/Maildir/.\$2}}} \
+ {$home/Maildir/$address_file}}}}}}
+
#####################################################
### end transport/30_exim4-config_address_file
#####################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear,
I'd like to remove the Calendar function from RC completely. It seems that this setting is not in main.inc.php. How should I proceed?
Much Thanks!
Charles
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello A.L.E.C
and others developers
the plugin password is not fully functional whit pam
there is a bug in the documentation page pam
http://pecl.php.net/bugs/bug.php?id=16995
but is for other platform ( gentoo ) not CentOS ( my platform )
But I think the procedure correctly realize
i add in my php.ini
pam.servicename = "php"
cp /etc/pam.d/login /etc/pam.d/php
service httpd restart
This is the right procedure I think
but when I try to change password, change is denied
may be /etc/pam.d/php is not apache not readable
my permissions of /etc/pam.d/php is
# ls -al /etc/pam.d/php
-rw-r--r-- 1 root root 643 ao� 19 04:28 /etc/pam.d/php
I listen to all proposals to help
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello list,
This weekend I looked the first time into the password plugin - very great
plugin! Makes Roundcube even better as it already is, congratulations to all
the contributors!
If someone's interested in using Roundcube to be able to change email
account's passwords managed by Confixx, here's a small how to:
1) Grant SQL permissions for Roundcube DB-user:
- SELECT in database confixx, table pop3, coloumns account and longpw
- UPDATE in database confixx, table pop3, coloumn longpw
- UPDATE in database confixx, table allgemein, coloumn newpwd
2) Activate the password plugin in Roundcube main.inc.php:
$rcmail_config['plugins'] = array('password');
3) Copy plugins/password/config.inc.php.dist to
plugins/password/config.inc.php
Change/Verify that driver is set to sql: $rcmail_config['password_driver'] =
'sql';
Use the following SQL query as password_query:
$rcmail_config['password_query'] = 'UPDATE confixx.pop3, confixx.allgemein
SET confixx.pop3.longpw=%c, confixx.allgemein.newpwd=2 WHERE (account=%u)';
A more documented howto with explanations can be found here:
http://www.claudiokuenzler.com/ithowtos/roundcube_change_password_confixx.p…
Tested it with Roundcube 0.4-stable resp. SVN version r3897 and works fine.
cheers,
ck
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there! how can I set as default email's body with Verdana 12, I saw it is
possible at signature but not at email body's
--
Saludos!!
Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I just installed RoundCube 0.4 on my mail server(centos5, Postfix,
Courier, MySQL) and it look great. Then I installed the Vacation Plugin
V.1.9.9. Now when I click Setting I got:
CONFIGURATION ERROR
Vacation plugin: Driver virtual does not allow transport to be empty.
Please edit config.ini
Please read the INSTALL instructions!
------------------------------
Here is the config.ini:
[root@mail vacation]# cat config.ini
[default]
driver = "virtual"
subject = "Default subject"
body = "default.txt"
[mail.mydomain.com]
dsn = "mysql://roundcube:password@localhost"
transport = "mail.mydomain.com"
dbase = "mail"
always_keep_copy = true
select_query = "SELECT destination FROM %m.virtual_aliases WHERE
source='%e' AND destination='%g'"
delete_query = "DELETE FROM %m.virtual_aliases WHERE domain_id=%i AND
source='%e'"
insert_query = "INSERT INTO %m.virtual_aliases
(domain_id,source,destination) VALUES (%i,'%e','%g')"
domain_lookup_query = "SELECT id FROM postfix.virtual_domains WHERE
name='%d'"
createvacationconf = true
always_keep_message = true
disable_forward = False
----------------------------------
When I configure the plugin, I got really confused on the transport
setting in config.ini. Please help me to make it works.
My mail server use Postfix with MySQL handle virtual user/domain. Some
related settings:
[root@mail vacation]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
mydestination = mail.mydomain.com, localhost, localhost.localdomain
myhostname = mail.mydomain.com
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps
$virtual_mailbox_domains $relay_recipient_maps $relay_domains
$canonical_maps $sender_canonical_maps $recipient_canonical_maps
$relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
unknown_local_recipient_reject_code = 550
virtual_alias_domains =
virtual_alias_maps =
proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf,mysql:/etc/postfix/mysql-virtual_aliases.cf
virtual_create_maildirsize = yes
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
-----------------------------------------------
Thanks for help.
--
Jian Gao
IT Administrator
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao(a)sjgeophysics.com <mailto:jian.gao@sjgeophysics.com>
Tel: (604)582-1100
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube users
After the big new features in 0.4-beta this final release now completes the
unfinished work and fixes bugs related to the new threaded message listing
and address groups features. We also cleaned up the user interface and
tried to make all UI elements more consistent.
With this release the skins have been excluded from the GPL license terms
(see README file). This allows you to choose whatever license you want for
your custom skins and even opens the door for creating commercial skins.
We recommend to update all existing Roundcube installations with this
release. Get it from http://roundcube.net/download, a complete list of
changes can be found here: http://trac.roundcube.net/wiki/Changelog
Have fun,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 12 Aug 2010 13:26:40 +0200, Pawel Warowny <sysadmin(a)master.pl>
wrote:
> Dnia Wed, 11 Aug 2010 15:17:00 -0400
> Daniel Caleb <nix(a)tek12.com> napisał(a):
>
> Hi
>
>> Recently upgraded from SVN to 0.4 stable - and now the button to
>> attach files is grayed out. I updated the plugins as well, with
>> trunk_r-3878.
>
> If you created custom skin, try first to replace it with the default
> skin from 0.4.
Thanks for the quick reply... That was indeed the issue. Although I
hadn't made any real changes aside from colors and a few icons. The
default skin was left in place, and I assigned a specific folder on a
per domain basis for user logins. But, none the less, switching to the
default skin seemed to solve the problem. Thanks for the suggestion.
It's always the most obvious answers that are the hardest.
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Recently upgraded from SVN to 0.4 stable - and now the button to
attach files is grayed out. I updated the plugins as well, with
trunk_r-3878.
Tried to isolate a plug conflict by removing all
plugins, except for filesystem_attachments - but that didn't seem to
help any.
Any ideas what might be causing this, and where to look for
clues?
thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
AOL users:
If you continue to mark this list as "spam", you risk having this list
blocked for *all* AOL users. Additionally, you'll risk having all other
lists I host, blocked, towards all AOL users. Your marking the mail as
spam causes damage to others.
As such, this is your warning: As I detect you marking the mail as spam,
you will be unsubscribed from the list, without notice.
- jason, wearing the hat of
postmaster(a)lists.roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
please ignore. updating the footer for the list in order to better handle
spam complaints.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
a big thanks to developers for roundcube.
I subscribed to announce@ mailing list, but recent release do not sent
there,
like users@ and dev@ ML...
best regards
Alessandro
_______________________________________________
List info: http://lists.roundcube.net/users/
hello all
hello the developer ( A.L.E.C and others )
the new release is well done ... very fine
but it is very slow
thanks for advice
thank
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings, all.
I actually don't think this is strictly a Roundcube issue, but I'm
hoping someone may be able to shed some light on it.
I have two identical SVN r3788 instances, one will display messages
with embedded HTML (no separate HTML attachment), but the other will
not. In the one that fails, the source shows all images, P tags, Table
tags, etc. are loaded, but no message text.
The only differences between these two instances are the servers
running them. The one that works is a Fedora Core 10 virtual machine,
Apache with PHP 5.2.9. The one that fails is RHEL5-5 running PHP
5.2.13. The php.ini are essentially identical, and all of the same PHP
modules appear to be installed on both systems.
Any ideas? Since the RHEL box is our production server, I would prefer
to get that instance working properly.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
All,
I have a completely functioning roundcube install that I would like to move from
a local database to one on another host. What changes would I need to make for a
SSL connection to the mysql database on the other host.
My understanding is that: "mysql://user:pass@hostname/databasename" will pass
credentials in the clear
Thanks!
Nathan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I run a rundcube webmail system,and don't konw how to add "fileinfo"
optional,can you help me
Bye the way,i run a debian and php5 version is 5.2.6 and have download
the Fileinfo-1.0.4.tgz,but i don't know how to make && make install it.
--leon
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 05 Aug 2010 08:39:58 +0200, haralder <haralder(a)gmail.com> wrote:
> Did you install the JQuery UI plugin? I had the same problem on the
first
> install and that was the reason.
>
> http://underwa.ter.net/roundcube-plugins/
>
> regards,
> Harald
>
>>>
>>> Thank you for the hint. Thats it, i forgot that plugin :).
>>> Now it works
>>>
>>> Thank you
> On Thu, 05 Aug 2010 07:46:23 +0200, Thomas Schober
> <thomas.schober(a)gmail.com> wrote:
>> Hi,
>>
>> i successfuly installed the calendar plugin into roundcube beta 0.4.
But
>> it is not possible to edit the calendar, its just for viewing. It works
> to
>> inlcude feeds from google calendar, but also only read only. Is it
> possible
>> to insert appointments into this calendar ? Did anyone get this to work
> ?
>>
>> Best Regards
>> Tom
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i successfuly installed the calendar plugin into roundcube beta 0.4. But
it is not possible to edit the calendar, its just for viewing. It works to
inlcude feeds from google calendar, but also only read only. Is it possible
to insert appointments into this calendar ? Did anyone get this to work ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'v just had to transfer number of contacts from Thunderbird into
Roundcube (ebox-platform 1.4 default, 3.1?). To do that I had to install
MoreFunctionsForAddressBook add-on for exporting vCard.
Sadly, not all addresses where imported, because Thunderbird collects
(and add-on exports) addresses from received emails, witch has empty
Full Name by default, witch is then skipped by vCard importing code.
So in order to import them I wrote a small patch (see attachment) witch
uses (preferred) e-mail address if no FN is defined.
Looking differently, maybe it's add-on problem that he exports
non-standard vCards? Either way, may the developers judge this! :)
Thanks,
Vincas.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ZU/KtJofb3R/rcube_vcard.php.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
I've been using 0.4 beta, because attaching a file is buggy in 0.3.1
(large files silently fail to attach). But there are still a few
issues in 0.4-beta as well. My main question is why does roundcube not
release more beta's as more issues are fixed. 0.4-beta was released in
April, so it has almost been 4 months. And the fact that it's not
called "beta1" suggests that there will be only one beta release,
correct?
One thing that I see is that the virtuser_file plugin is either not
well enough documented, or it's not working correctly. I have
hardcoded the virtuser_file variable because when I added the config
option to the global config option, it did not get it correctly. I
really don't think that plugin variables should be stored in the main
config anyways.
I love roundcube, and I understand that beta software really isn't for
live environments, but I would think that there would be at least 2 or
3 beta's for something as important as mail software. That is just my
suggestion though.
I'd be even happier to see a stable 0.4 released. Thanks for all of your work.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, 2 Aug 2010 17:33:09 +0200, Cor Bosman <cor(a)xs4all.nl> wrote:
> We have about 50,000 users depending on it right now, and im running
> SVN-3838 or something. The SVN versions are generally better than
> 0.4-beta. But you have to be willing to be on top of things. I check
> the tracker almost every day to see if any serious issues were
> addressed, or more importantly, patches were reversed.
>
> Cor
>
Agreed. My ~2000 users are on r3788. I decided to hold it there until
the Safari/Windows attachment bug was fixed. (That happened over the
weekend.) I do not update my "production" server until I have
identified
a stable Trunk release, and even then only after testing.
I would recommend that if you decide to go this route, install
Subversion to checkout and manage your Trunk version rather than
manually downloading a nightly build. Using Subversion you can easily
backout a bad update.
- Arne
==================================
I want to add a comment to this. I have no real concerns about using a
trunk version in production - with two requirements.
One is that I be deliberate and careful in testing and choosing a
stable release, and that once a stable version has been identified and
placed into production, don't keep upgrading as the trunk changes. Wait
for a compelling reason to change.
The other is that I probably would NOT use a trunk early in the
development cycle. Doing so now as we approach the stable release isn't
too bad, but early on it would be harder to find a version to sit on.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, using roundcube 0.4beta I see very slow performance when double
clicking on an email before it finally displays the email (45 secs) -
this is in a large inbox of some 33,000 messages (with threading enabled).
The inbox itself displays quickly (1-2 secs), emails displayed in the
preview window display instantly, it's simply double clicking an email
to open it which is extremely slow (regardless of whether the preview
window is displayed).
The issue appears to be threading related - if I disable threading on
the inbox then there is no delay on double clicking, only if I ask for
the inbox to be threaded is there a delay opening an email
This seems to be confirmed by the log files from the mail server
(Dovecot) which shows the imap requests on opening the message as follows:
cp01 CAPABILITY
sel1 SELECT "INBOX"
FH12 UID FETCH 52231 (UID RFC822.SIZE FLAGS INTERNALDATE BODYSTRUCTURE
BODY.PEEK[HEADER.FIELDS (DATE FROM TO SUBJECT REPLY-TO IN-REPLY-TO CC
BCC CONTENT-TRANSFER-ENCODING CONTENT-TYPE MESSAGE-ID REFERE
NCES DISPOSITION-NOTIFICATION-TO X-PRIORITY X-DRAFT-INFO)])
thrd1 THREAD REFS US-ASCII ALL
s SORT (ARRIVAL) US-ASCII ALL
fuid FETCH 33027 (UID)
fuid FETCH 32991 (UID)
fuid FETCH 33006 (UID)
fuid FETCH 6738 (UID)
lsb LSUB "" "*"
ftch0 UID FETCH 52231 (BODY.PEEK[1])
I LOGOUT
And in particular the corresponding "thrd1" response is a huge list of
all the threads in the inbox. Top shows that there is a ton of load due
to the php task. However, although I haven't yet looked at the code, I
really don't see why we need a list of all the message threads when
opening just an individual message?
Does anyone have a suggestion as to a possible fix?
Thanks
Ed W
_______________________________________________
List info: http://lists.roundcube.net/users/
The installation docs say to install Roundcube in the doc root directory. But of which user? Do I create separate user? Is this a server-wide solution or just for an individual user?
Bob
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have issues with moving messages to IMAP folders. Message listing and
viewing in folders works just nice.
If I drag and drop a message from message list to a folder in the tree
view I get an error message saying moving the message is impossible.
The logs/errors file does not log anything. The request POST is:
_mbox=INBOX&_target_mbox=somefolder.subfolder&_from=&_uid=8659&_remote=1
and the response is
{"action":"moveto","unlock":false,"exec":"this.list_mailbox();\nthis.display_message(\"Impossibile
spostare il messaggio\",\"error\");\n"}
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
Well, I've royally messed up in that all of the users in our system
are now identified by username@localhost, instead of using the domain.
I enabled the virtuser_file plugin in 0.4-beta, and after working
around a few errors, it now identifies the new users correctly. How do
I tell roundcube to refill the identities table of all of the users
that currently have an account?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hallo!
Ich teste gerade roundcube und finde es toll! Da es direkt auf unserem
rootserver läuft, ist im Login-screen die Angabe des Servernamens irritierend.
Lässt sich da nicht dauerhaft "localhost" eintragen und die Zeile "Servername"
ausblenden? Wo kann ich das einstellen?
Grüße
Andreas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
How can I change Settings globally? I want to put "Attachment names" to "Full RFC 2047 (other)" for all users.. Thanks.
Atenciosamente,
Rafael Guedes de Souza
Analista de Suporte
ipTrust Tecnologia Ltda - Florianópolis/SC
Fone DDR +55 48 3031 3492
Fone Cel. +55 48 8811 7281
Fone Com. +55 48 3333 1551
VMware Sales Professional
VMware Technical Sales Professional
IronPort Systems Partner
Riverbed Tecnhology Partner
VMware Enterprise Partner
Eset Nod32 Partner
EMC² Partner
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I installed password plugin (which allows user to change his/her password)
from SVN. And I realized that there is no Turkish translation available. I
am sending Turkish translated file, can you please add it?
(plugins/password/localization/tr_TR.inc)
Thanks,
--
H.Gökhan SARI
hsa2(a)difuzyon.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gl/Wyrb3oSx/tr_TR.inc.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm using virtual folder with dovecot, and roundcube as my
webmail.
When I delete normal folders on my IMAP server, they disappear
on roundcube, but when I delete virtual folders, I can't see them anymore
in the "Preferences/Folder" tab, but they still appear in the main view,
and there's apparently no way to get rid of them.
Any tips on the matter?
Thanks
--
François-Xavier Payet
fx.payet(a)tfdn.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Still beating my head against the wall on getting virtuser_file to
work. I have checked out a new SVN copy (currently 3785), built a brand
new database, and the only plugin enabled is virtuser_file. No luck. I
have the plugin set to pull from a local file on the same server as RC
is running. Any help would be greatly appreciated.
--
Arne
Berglund
System Administrator, Internet Services
Lane Education Service
District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Error: tinyMCE is not defined
Source File: /roundcubemail-0.4-beta/program/js/editor.js?s=1270216758
Line: 20
/*
+-----------------------------------------------------------------------
+
| RoundCube editor js library
|
|
|
| This file is part of the RoundCube web development suite
|
| Copyright (C) 2006, RoundCube Dev, - Switzerland
|
| Licensed under the GNU GPL
|
|
|
+-----------------------------------------------------------------------
+
| Author: Eric Stadtherr <estadtherr(a)gmail.com>
|
+-----------------------------------------------------------------------
+
$Id: editor.js 000 2006-05-18 19:12:28Z roundcube $
*/
// Initialize HTML editor
function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode)
{
if (mode == 'identity')
tinyMCE.init({
Confidentiality Statement & Notice: This email is covered by the
Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and
intended only for the use of the individual or entity to whom it is
addressed. Any review, retransmission, dissemination to unauthorized
persons or other use of the original message and any attachments is
strictly prohibited. If you received this electronic transmission in error,
please reply to the above-referenced sender about the error and
permanently delete this message. Thank you for your cooperation.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've upgraded from 0.4beta to SVN (branches/release-0.4-beta) to see if
my problems with creating redirect rules were solved.
The managesieve plugin refuses to load, probably needs updating.
Disabling rcube_parse_host makes it load, i guess this was broken by
roundcube changes.
--- managesieve/managesieve.php (revision 3785)
+++ managesieve/managesieve.php (working copy)
@@ -62,7 +62,7 @@
require_once($this->home . '/lib/Net/Sieve.php');
require_once($this->home . '/lib/rcube_sieve.php');
- $host =
rcube_parse_host($this->rc->config->get('managesieve_host',
'localhost'));
+ $host =
$this->rc->config->get('managesieve_host', 'localhost');
$port = $this->rc->config->get('managesieve_port', 2000);
// try to connect to managesieve server and to fetch the script
I guess this needs to be fixed properly, I removed it for testing
purposes.
Once loaded, I can create filter sets, and delete rules but not redirect
rules. When creating one I specify the folder in which to redirect the
message and click save, the rule creation page is redisplayed with the
folder selection dropdown replaced by a free text input box with a
yellow background.
No errors in logs/error, logs/sieve tells:
[26-Jun-2010 01:30:28 +0200]: S: "IMPLEMENTATION" "Dovecot"
[26-Jun-2010 01:30:28 +0200]: S: "SIEVE" ""
[26-Jun-2010 01:30:28 +0200]: S: "SASL" "PLAIN"
[26-Jun-2010 01:30:28 +0200]: S: "STARTTLS"
[26-Jun-2010 01:30:28 +0200]: S: "VERSION" "1.0"
[26-Jun-2010 01:30:28 +0200]: S: OK "Dovecot ready."
[26-Jun-2010 01:30:28 +0200]: C: CAPABILITY
[26-Jun-2010 01:30:28 +0200]: S: "IMPLEMENTATION" "Dovecot"
[26-Jun-2010 01:30:28 +0200]: S: "SIEVE" ""
[26-Jun-2010 01:30:28 +0200]: S: "SASL" "PLAIN"
[26-Jun-2010 01:30:28 +0200]: S: "STARTTLS"
[26-Jun-2010 01:30:28 +0200]: S: "VERSION" "1.0"
[26-Jun-2010 01:30:28 +0200]: S: OK "Capability completed."
[26-Jun-2010 01:30:28 +0200]: C: AUTHENTICATE "PLAIN" "[SNIPPED]"
[26-Jun-2010 01:30:28 +0200]: S: OK "Logged in."
[26-Jun-2010 01:30:28 +0200]: C: LISTSCRIPTS
[26-Jun-2010 01:30:28 +0200]: S: ".dovecot.sieve" ACTIVE
[26-Jun-2010 01:30:28 +0200]: S: OK "Listscripts completed."
[26-Jun-2010 01:30:28 +0200]: C: GETSCRIPT ".dovecot.sieve"
[26-Jun-2010 01:30:28 +0200]: S: {586}
[26-Jun-2010 01:30:28 +0200]: S: # Sieve Filter
[SNIPPED]
[26-Jun-2010 01:30:28 +0200]: S: OK "Getscript completed."
[26-Jun-2010 01:30:28 +0200]: C: LOGOUT
[26-Jun-2010 01:30:28 +0200]: S: OK "Logout completed."
Seems OK to me, and also the new rule creation is not even attempted, so
I guess the issues are not in the rc/dovecot managesieve dialogue.
Any ideas? Should this be reported to someone else since it seems a
problem with the managesieve plugin?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I know there was another discussion regarding this last week.
But, it seems to have gone dormant.
I'm having an issue uploading
files over, seems to be around 11 megs, over that and the attachment
never seems to appear in the attachment list. It finishes uploading, and
I can see a file of that size appear in /tmp. However, then the icon in
attachment list just spins and Roundcube never progresses past that
point.
I'm using Roundcube svn 3765 with postfix and dovecot. I have
everything (postfix, php, .htaccess) set to allow attachments up to
35MB. When using a desktop mail client I can send attachments of that
size without a problem. The problem seems to only exist in Roundcube.
Is this a known issue? I didn't see anything in the Bugtracker.
Thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi –
I’m trying to support a small local branch of the Humane Society with their webmail issues. They have a ongoing issue where their ID and password simply stop working (“Login Failed”), preventing them from accessing their mail. I have checked the obvious “is it plugged in?” issues like using the numeric keypad with numlock off, proper case sensitivity, etc., and can’t solve this. Can anyone offer any suggestions on how to fix this?
Thanks!
Jackie
_______________________________________________
List info: http://lists.roundcube.net/users/
Sorry if this is a known bug - I tried to search the bug trakker, but it reports
an internal error.
I have just upgraded from roundcube-0.3.1 to 0.4-beta. I'm now seeing a problem
sending messages with attachments. On send, there is an error popup that
disappears too quickly to read it. The message does not get saved into the sent
items folder. In the logs, I get:
[24-Jun-2010 09:44:40 +0100]: IMAP Error: Could not save message in Sent
in /srv/www/htdocs/webmail/program/steps/mail/sendmail.inc on line 620
(POST /webmail/?_task=mail&_action=send).
Any suggestions would be appreciated
Many thanks
Stuart
--
---------------------------------------
Stuart Bailey BSc (hons) CEng CITP MBCS
LinuSoft (Managing Director)
Linux Specialist & Software Developer
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Phone: (0845) 658 3563
Direct: +44 (0) 1953 878162
Fax: +44 (0) 1603 858583
~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.linusoft.co.ukhttp://www.bluetoothadvertising.org.uk
----------------------------------------
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
No malware was found: NETGEAR ProSecure Web/Email Security Threat Management Appliance has scanned this mail and its attachment(s).
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I change 'attachement name' parameter from 'RFC2231 Integral (Thunderbird)' to 'RFC2047 Integral (other)' for all users. What file contain the configurations wich are not present at the preference collum at the user table? Thanks!
Atenciosamente,
Rafael Guedes de Souza
Analista de Suporte
ipTrust Tecnologia Ltda - Florianópolis/SC
Fone DDR +55 48 3031 3492
Fone Cel. +55 48 8811 7281
Fone Com. +55 48 3333 1551
VMware Technical Sales Professional
IronPort Systems Partner
Riverbed Tecnhology Partner
VMware Enterprise Partner
Eset Nod32 Partner
EMC² Partner
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've recently migrated to svn-trunk and since then I find that the initial
loading of messages is very slow. With an inbox with ~2200 messages it takes
more than 30 sec to load. After that, switching pages is relatively fair (~5
sec), but only if I happen to switch during keepalive.
It seems that it fetches all the headers instead of only the first 40 (as
suggested by pagesize).
I'm on Courier-IMAP with an empty message_sort_col. I do not have caching
enabled, are there any known problems remaining with it?
Any suggestions?
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems I'm having a problem with uploads, but it may be a known bug.
Looks like anything larger than 1M-2M does not ever upload, it just
runs and runs, but this looks to be fixed in the Beta, right?
Is 0.4-beta good enough for production environments?
Can I use all plugins with 0.4-beta that are in 0.3.1?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, Jun 21, 2010 at 4:36 PM, matsen <matsen(a)theteal.de> wrote:
> Afaik this is not fixed in 0.4 beta.
> I am using 0.4 beta and "Maximum allowed file size is 2.0 MB" is shown
> when I upload a file.
You change this by modifying .htaccess in the roundcube folder, but
even though I changed it, it will try to send, but never actually
sends anything. It's not a matter of what it says, but what actually
happens, which is a bug.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
We have Roundcube 0.3.1. installed and working on a Linux server. We
have noticed that if we reply to a message and then start typing, the
typed text appears at the end of the message body, not at the beginning.
Is there a configuration item we can use to change this, or will an
upgrade to 0.4 beta change this behaviour?
Many thanks,
Soph
--
Soph Cargill-Blogg
Systems Administrator
Extension: 236
Phone: 01692 403461
Mobile: 07889 216767
#####################################################################################
Attention:
This e-mail is privileged and confidential. The information contained in this message
and or attachments is intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material. If you are not the intended
recipient please delete the message and notify the sender.
Scanned by MailMarshal - Marshal8e6's comprehensive email content security solution.
#####################################################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey all,
I have four different RC installs with different plugin
configs that I am using for testing. Today I updated two of them to
3757. Neither instance from that point on would send messages. Trying to
send results in a hang and spinning progress wheel. Downgrading back to
r3752 restored them both to being able send. Anyone else see this?
--
Arne Berglund
System Administrator, Internet Services
Lane Education
Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Would you say that it is safer or as safe as Yahoo, Google or ISP e-mail adresses? What happens if someone opens a message containing a virus or a Trojan, is there any risk to webmail or only the user's computer? Just wondering, thank you so much for your help!
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I set it up to display a different logo on the login page than once logged in? I allready changed the logo for once I am logged in but it is too small for the main login page. Sorry, newbie question: Also how do I answer to someone who answers one of my questions? I tried earlier and didn't know what to do, thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello, I was having a problem with Roundcube, instead of displaying sender "John H. Smith" when I send something it rather displays johnsmith(a)mail.com can this be fixed somehow? I find that less professional than if it where John H. Smith. Please advise, thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
They are creating many files in / tmp named sess *
The server is running out of space. On this server I have also squirrelmail and do not really know who is causing these files.
The files have user and group apache.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello guys!
Based what does the file /home/user/Maildir/subscriptions is created? In here, for each user the file has one kind of content... Is it normal?
Atenciosamente,
Rafael Guedes de Souza
Analista de Suporte
ipTrust Tecnologia Ltda - Florianópolis/SC
Fone DDR +55 48 3031 3492
Fone Cel. +55 48 8811 7281
Fone Com. +55 48 3333 1551
IronPort Systems Partner
Riverbed Tecnhology Partner
VMware Enterprise Partner
Eset Nod32 Partner
EMC² Partner
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm not certain when it stopped working, but I noticed that the
virtuser_file plugin that was working fine last time I tested is not
working at all now. I even went so far as to check out a new SVN copy,
built a brand new database, and the only plugin enabled is
virtuser_file. Still no luck. I have the plugin set to pull from a local
file on the system. As I said, I know that this worked a short time ago,
perhaps 2 weeks back?
Can anyone else confirm this, either yes or no?
We were planning to move totally from squirrelmail to RC at the end of
July, but since we provide email to 13 different domains via virtusers,
and the the new_user_identity plugin can't grab the email address from
LDAP, this plugin is an absolute must have function for our move and
on-going as well.
--
Arne Berglund
System Administrator, Internet
Services
Lane Education Service District
Eugene,
OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
For internal reasons I've been asked to add our logo
to the Roundcune one on the starting page.
Does anybody could tell me where to go to add our
company logo ?
Thnaks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
is there any time frame under consideration for a new Beta or perhaps an RC ?
_______________________________________________
List info: http://lists.roundcube.net/users/
I noticed today that a Beta 0.4 is available for download. I was
really thinking about installing it on my server (200 users) but not
sure how many people have tried it or if there are any issues with
upgrading from 0.3.1 to 0.4 Beta. Can anyone who has installed and
used 0.4 recently tell me how you like it and if you experienced any
issues at all.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey all,
When you click on the "always show images from..." link that email address is added to your contacts. Now, with 4.0 and contact groups, how does that work?
Is there a way to add these emails to a specific contact group, say a "Subscriptions" group? Right now all of these are in a single contact group, along with my actual contacts (friends, family, etc). Is there a way to separate them?
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all..
Im using RC 0.3.
In the 0.4 beta, there are option to create groups of users? For each user?
Is a good idea upgrade to 0.4???
Thankss
--
Esta mensagem foi verificada pelo sistema de antivirus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear list,
I was very curious to upgrade to the latest roundcube. My running
version was 0.3.1. I have downloaded the 0.4-beta and as suggested
copied the index.php, bin; Sql.. etc.. by
```````````````
cp -rvf < latest_folder > <existing_old_folder>
````````````````````
I have followed this for all the folders suggested in UPGRADE file.
When I tried with the bin/update.sh it reported as
```````````````````
bin/update.sh: line 2: ?php: No such file or directory
bin/update.sh: line 3: syntax error near unexpected token `!='
bin/update.sh: line 3: `if (php_sapi_name() != 'cli') {'
```````````````````````
So I unlocked the installer and tried with web interface. #3 Test Config
suggested to upgrade the mysql by SQL/mysql.update.sql. Hence I executed
the statements belonged to the "upgrade from 0.3.1..." section. But
still the web interface is unhappy with DB schema and reports
````````````````````````
Check configured database settings
DSN (write): OK
DB Schema: NOT OK(Database schema differs)
Please manually execute the SQL statements from
/srv/www/htdocs/roundcubemail-0.3.1/SQL/mysql.update.sql on your database.
See comments in the file and execute queries that are superscribed with
the currently installed version number.
```````````````````````````````````
Though I can log in the email account successfully, I wonder if the
mysql warnings indicates any real trouble which can screwup my
installation in future when I'll go for up-gradation again . i.e. to 0.4
stable branch
Any clue/suggestion/hint please ?
Thanks
--
জয়দীপ বক্সী
_______________________________________________
List info: http://lists.roundcube.net/users/