RCers-
I can't seem to get the auto-complete to display the address books in the
order desired. That is to say I want an address in my personal address
book to appear at the top of the autocomplete list rather than at the
bottom.
I am using RC 0.3.1, and have two address books defined, plus the
'automatic_addressbook', plugin but I've verified I have the same problem
even with no plugins enabled.
My LDAP address book is called 'People'
// An ordered array of the ids of the addressbooks that should be searched
// when populating address autocomplete fields server-side.
$rcmail_config['autocomplete_addressbooks'] = array('sql', 'People');
With the above config an address in 'sql' will always appear on the
auto-complete list of 15, but at the bottom of the list. When I switch the
order of 'sql' and 'People' the address from 'sql' won't appear until every
address in 'People' is excluded.
Thus it appears to be working partially correctly. It searches correctly
making sure if the address is in 'sql' it will always be on the
auto-complete list, but it always shows up at the bottom of the list rather
than the top, which not the desired behavior. An address book which is
configured to be searched first should also be displayed first.
What am I doing wrong? Or is this a RC issue? I've searched any can't
find any tickets on this issue.
Thanks,
--ry
--
Ryan Horrisberger
Software Developer
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any scheduled date or time frame for the official release of the
next version of roundcube?
Or any way to confirm/check the same via the roundcube website?
thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Does anyone know if there is a plugin for RC that allows me to store
phone #'s for contacts in my address book? I don't appear to see any
place that I can and would like to store more info than simply their
name and email address.
Anyone know of the top of your head if this is possible?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I have two address books - the Personal Address Book and the LDAP Address List.
When a user writes an E-Mail and starts typing a user name in the 'To' field, it auto-completes from their roundcube Personal AddressBook fine.
I have had users requesting that the auto-complete also happens for the ldap address book. Is this possible at all?
It's a Mac OSX 10.6.2 directory with roundcube v0.3-stable
here is the ldap config from my main.inc file:
$rcmail_config['ldap_public']['SiteName'] = array(
> 'name' => 'SITE',
> 'hosts' => array('od1.domainname.internal'),
> 'port' => 389,
> 'use_tls' => false,
> 'user_specific' => true, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
> // %fu - The full username provided, assumes the username is an email
> // address, uses the username_domain value if not an email address.
> // %u - The username prior to the '@'.
> // %d - The domain name after the '@'.
> 'base_dn' => 'cn=users,dc=domainname,dc=internal',
> 'bind_dn' => '',
> 'bind_pass' => '',
> 'writable' => false, // Indicates if we can write to the LDAP directory or not.
> // If writable is true then these fields need to be populated:
> // LDAP_Object_Classes, required_fields, LDAP_rdn
> 'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a new contact these are the object classes to specify (or any other classes you w$
> 'required_fields' => array("givenName", "cn", "sn", "mail"), // The required fields needed to build a new contact as required by the object classes (can in$
> 'LDAP_rdn' => 'mail', // The RDN field that is used for new entries, this field needs to be one of the search_fields, the base of base_dn is appe$
> 'ldap_version' => 3, // using LDAPv3
> 'search_fields' => array('givenName', 'cn', 'sn', 'mail'), // fields to search in
> 'name_field' => 'cn', // this field represents the contact's name
> 'email_field' => 'mail', // this field represents the contact's e-mail
> 'surname_field' => 'sn', // this field represents the contact's last name
> 'firstname_field' => 'givenName', // this field represents the contact's first name
> 'sort' => 'cn', // The field to sort the listing by.
> 'scope' => 'sub', // search mode: sub|base|list
> 'filter' => 'mail=*', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
> 'fuzzy_search' => true); // server allows wildcard search
Cheers,
Peter
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have just finished the migration of roundcube to our new servers. Everything worked just fine, from version 0.2 to version 0.2.2, which needed some sql structure changes anyway.
There is one small problem: the address book. When logging into the new webmail, address book is empty. I can add new entries, they are stored correctly, but all past entries are gone.
I investigated a little bit this issue, and found out that when logging into the new system, a new record is automatically added to the 'users' table, with the same 'username' but another 'mail_host', apparently taken from the '$rcmail_config['default_host']' variable in the roundcube configuration. Since this new record receives a new primary key, all linked records in the 'contacts' table are lost.
What are the correct migration steps in order to get the address book back, when server names and ips have changed? I used to have an "all in one" mail server, and it is now separated into multiple virtual machines (webmail, mta, nfs).
Best regards, and thanks for Roundcube!
--------------------------------------
Philippe Lang
Attik System
http://www.attiksystem.ch
_______________________________________________
List info: http://lists.roundcube.net/users/
Quick question. Is there a way within RC to mark some emails as not spam? I use spamassassin and some emails are going to my junk folder. I could use my hosting provider's tool for managing my whitelists and tolerance and so on. But it would be cool if there was a way to do it through the RC interface.
I've seen some plugins for spamassassin, are they reliable? Do they manage my server's spamassassin settings or do they create separate filters.
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
is there a way to change the default width for wrapping?
I find it too limiting, but cannot find out how to change it.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have managesieve plugin version 1.7 [2009-09-20] alongside with
Roundcube 0.3.1. Everything works fine, except that _some_ rules don't
work (vacation for instance) due to the lack of :addresses parameter.
This is required by RFC 5230
(http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error
"discarding vacation response for message implicitly delivered to..."
I have tried managesieve version 2.2 from svn checkout but no luck, it
hangs the loading and logs the error
"PHP Error: Failed to load plugin file
/var/www/plugins/managesieve/managesieve.php"
Any ideas? BTW, what is the preferred/best/suggested sieve plugin for
roundcube to work with dovecot 1.2.10?
Best regards,
--
Marcio Merlone
_______________________________________________
List info: http://lists.roundcube.net/users/
Has anyone had any luck making the new_user_identity plugin work? I'm
trying to use it in a SVN install, currently at the latest 3294. I do have
working LDAP lookups, both in the built-in addressbook as well as in the
compose_addressbook plugin. But I can not get this plugin to insert the
Display name. No errors in the log files.
Any success stories (and details on your config) would be appreciated.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
I recently deleted a file in my Maildir directory called
'subscriptions' which was basically a text file. This file was in the
Maildir directory and just had all my Inbox sub-folders listed. I was
on the Dovecot list and advised to delete this. It is not something I
should depend on and I should disable all my mail clients to show all
'unsubscribed' folders. I found out how this works on Thunderbird but
I can't seem to figure this out on RC. When I go to "Settings >
Folders Tab", I can then see all my missing Inbox folders and they're
all unsubscribed. Meaning I don't have the tic box checked but when I
go back to my mailbox view, I don't see them. How do I get RC to show
all un-subscribed folders?
Obviously RC sees the folders because I can edit their names and
choose to subscribe to them in the folders tab under 'Settings' but
when I am just under my mail box view, I only see "Inbox, Drafts,
Junk, Sent, & Trash". Basically the default folders it created when I
logged in for the 1st time.
Please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
I saw there's a fix in trunk:
- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)
http://trac.roundcube.net/changeset/3293
Do we need to patch old versions?
Thanks :)
--
Best Regards.
Zhang Huangbin
- Open Source Mail Server Solution for Red Hat(R) Enterprise Linux,
CentOS, Debian, Ubuntu, FreeBSD: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
I have had users report that all the messages vanish from their Inbox.
The disappeared messages cannot be found in the trash or anywhere else.
Does anyone have any ideas about this?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I want to use the 'sauserprefs' plugin with my installation of
Roundcube/Ispconfig 3 and I stuck into a problem with the configuration of
the database.
In the README file there is written:
.....Config
======
The default config file is
plugins/sauserprefs/config.inc.php.dist
Rename this to
plugins/sauserprefs/config.inc.php
* You must set the database connection
string
* Enter the table name, name of the username field, preference
field, and value field
Which table is meant?
I do not find any fields
'value' in either ispconfig or roundcube-DB.
Harald
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
We finally created a small documentation about Roundcube skins and the
template system: http://trac.roundcube.net/wiki/Doc_Skins It gives a
short introduction to the concept of our skins and lists all templates
which are necessary to create a complete and working frontend for
Roundcube. On http://trac.roundcube.net/wiki/Doc_SkinML all supported
special tags which can be used within skin templates are explained and
you can also find a list of "content objects" which are available in
the different templates.
While we're still working on a public repository for plugins and skins
you're welcome to publish your skins on a server of your choice and
add a link here: http://trac.roundcube.net/wiki/Skins_Repository
Now get creative!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Gerhard Mourani put forth on 2/19/2010 6:59 PM:
>
> I've download and installed the latest r3240 and now upload is working.
That good news. Hay, maybe in the future you could always reply to the list
instead of individual members. Try "reply all" or "reply list" in your MUA.
Anyway, glad you got it working.
--
Stan
> On Fri, 19 Feb 2010 15:42:38 -0600, Stan Hoeppner <stan(a)hardwarefreak.com>
> wrote:
>> Gerhard Mourani put forth on 2/19/2010 2:34 PM:
>>>
>>> The only thing that I can see inside the syslog file is this line that
>>> repeat often:
>>> roundcube: PHP Warning: strtolower() expects parameter 1 to be string,
>>> array given in /var/www/html/program/include/rcube_imap.php on line
> 1285
>>>
>>> Nothing else inside the log. Don't know if there is a debug level that
> I
>>> can activate to get more verbose output.
>>
>> What Linux distro and rev? What version of RC are you running?
>> Roundcube.net
>> version or a Linux distro package of RC?
>>
>> Is this the same or similar to your problem?
>>
> http://www.roundcubeforum.net/5-release-support/17-pending-issues/6163-file…
_______________________________________________
List info: http://lists.roundcube.net/users/
Gerhard Mourani put forth on 2/19/2010 2:34 PM:
>
> The only thing that I can see inside the syslog file is this line that
> repeat often:
> roundcube: PHP Warning: strtolower() expects parameter 1 to be string,
> array given in /var/www/html/program/include/rcube_imap.php on line 1285
>
> Nothing else inside the log. Don't know if there is a debug level that I
> can activate to get more verbose output.
What Linux distro and rev? What version of RC are you running? Roundcube.net
version or a Linux distro package of RC?
Is this the same or similar to your problem?
http://www.roundcubeforum.net/5-release-support/17-pending-issues/6163-file…
--
Stan
> On Fri, 19 Feb 2010 12:49:06 -0600, Stan Hoeppner <stan(a)hardwarefreak.com>
> wrote:
>> Gerhard Mourani put forth on 2/19/2010 10:10 AM:
>>>
>>> Unfortunately no, the /logs folder is empty and apache logs return
>>> nothing.
>>>
>>> Here the error logging parameters inside php.ini
>>
>>> error_log = syslog
>>
>> Looks like your error logging is going to syslog. Check syslog:
>>
>> zgrep roundcube /var/log/syslog /var/log/syslog.1 /var/log/syslog.2.gz
>>
>> I don't know how fast your logs rotate so you may need to zgrep them
> all.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello List, I've succefully installed Roudcube on Linux and everything
run perfectly except the Upload feature of the program. Nice spellcheker
and look in general, one of the best if not the best in this area. I like a
lot this webmail software and would like to use it for all my users but
unfortunately, the upload feature which is very important as you may know
today doesn't work. Permission of logs and temp directories are set
correctly (drwxr-xr-x 2 apache apache 4096 Oct 31 09:20 logs/ - drwxr-xr-x
2 apache apache 4096 Feb 18 22:13 temp/). Temp directory is also correctly
defined inside main.inc.php file ($rcmail_config['temp_dir'] = 'temp/';).
Apache server version is 2.2.14 with php 5.3.1 and dovecot 1.2.8. Upload
dir is correctly defined inside /etc/php.ini file: ; File
Uploads
file_uploads = On
;upload_tmp_dir =
upload_max_filesize = 128M I
don't use .htaccess feature on this configuration of Apache. I've also made
some search on the Internet (Google) about this problem without success and
that's why I'm now on this mailling list to ask if some one know this issue
and what to do to fix it, thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'm in trouble with vacation plugin which perform an FTP session at
localhost , for an obscure PAM/FreeBSD reason the FTP session is not
always working ...
The machine runs FreeBSD 7.2-R with Dovecot 1.2.10 imap server
Any clarification welcome !
Thank you.
Sometimes it works well
connection from localhost (127.0.0.1)
Feb 16 13:21:10 mail ftpd[46479]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:10 mail ftpd[46480]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:29 mail ftpd[46541]: connection from localhost (127.0.0.1)
Feb 16 13:21:29 mail ftpd[46541]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:29 mail ftpd[46542]: connection from localhost (127.0.0.1)
then suddenly it stops working
Feb 16 13:23:19 mail ftpd[46782]: connection from localhost (127.0.0.1)
Feb 16 13:23:19 mail ftpd[46782]: pam_acct_mgmt: new authentication
token required
Feb 16 13:23:19 mail ftpd[46782]: FTP LOGIN FAILED FROM localhost
Feb 16 13:35:55 mail ftpd[48202]: connection from localhost (127.0.0.1)
Feb 16 13:35:55 mail ftpd[48202]: pam_acct_mgmt: new authentication
token required
Feb 16 13:35:55 mail ftpd[48202]: FTP LOGIN FAILED FROM localhost
Feb 16 13:35:55 mail ftpd[48203]: connection from localhost (127.0.0.1)
Feb 16 13:35:55 mail ftpd[48203]: pam_acct_mgmt: new authentication
token required
_______________________________________________
List info: http://lists.roundcube.net/users/
Quick question: Are threaded message views going to be the only option in the new version of RC0.4? In other words, is it an option you can turn on/off or the only option?
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I tried to use the managesieve plugin and I have a problem
when trying to build an incoming email filter it does not work
I use Dovecot 1.2.10 + managesieve
I've looked into the user's home directory the script is well
created but does not work.
I think I forgot something in Dovecot configuration but what ???
here is the sieve related part of dovecot.conf I have modified
I'm not sure about the LDA section ...
thanks you for any infos
> ##
> ## LDA specific settings
> ##
>
> protocol lda {
> # Address to use when sending rejection mails.
> postmaster_address = postmaster(a)esiee.fr
>
> # Hostname to use in various parts of sent mails, eg. in Message-Id.
> # Default is the system's real hostname.
> #hostname =
>
> # Support for dynamically loadable plugins. mail_plugins is a space separated
> # list of plugins to load.
> #mail_plugins =
> #mail_plugin_dir = /usr/lib/dovecot/lda
>
> # Binary to use for sending mails.
> #sendmail_path = /usr/lib/sendmail
>
> # UNIX socket path to master authentication server to find users.
> #auth_socket_path = /var/run/dovecot/auth-master
> }
>
> protocol managesieve {
> # Specify an alternative address:port the daemon must listen on
> # (default: *:2000)
> listen = localhost:2000
> login_executable = /usr/local/libexec/dovecot/managesieve-login
> mail_executable = /usr/local/libexec/dovecot/managesieve
> managesieve_max_line_length = 65536
> managesieve_logout_format = bytes ( in=%i : out=%o )
> managesieve_implementation_string = dovecot
> }
>
> plugin {
> # Used by both the Sieve plugin and the ManageSieve protocol
> sieve=~/.dovecot.sieve
> sieve_dir=~/sieve
> }
>
_______________________________________________
List info: http://lists.roundcube.net/users/
After upgrade from 0.2 to 0.3 (debian pakage)
I can no more log in ...
Activating $rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends the password to
the IMAP server corectly and authenticates, than it logs out and tries
to re-authentricate with "cripted password", the server refuses it and
login fails!
Any help!?!?!?
Girogio
[12-Feb-2010 10:03:43 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008
Double Precision, Inc. See COPYING for distribution information.
[12-Feb-2010 10:03:43 +0100]: C: cp01 CAPABILITY
[12-Feb-2010 10:03:43 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS
[12-Feb-2010 10:03:43 +0100]: S: cp01 OK CAPABILITY completed
[12-Feb-2010 10:03:43 +0100]: C: a001 LOGIN "giorgio" "MYCLEARPASSWORD"
[12-Feb-2010 10:03:43 +0100]: S: a001 OK LOGIN Ok.
[12-Feb-2010 10:03:43 +0100]: C: ns1 NAMESPACE
[12-Feb-2010 10:03:43 +0100]: S: * NAMESPACE (("INBOX." ".")) NIL
(("#shared." ".")("shared." "."))
[12-Feb-2010 10:03:43 +0100]: S: ns1 OK NAMESPACE completed.
[12-Feb-2010 10:03:43 +0100]: C: I LOGOUT
[12-Feb-2010 10:03:43 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008
Double Precision, Inc. See COPYING for distribution information.
[12-Feb-2010 10:03:43 +0100]: C: cp01 CAPABILITY
[12-Feb-2010 10:03:43 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS
[12-Feb-2010 10:03:43 +0100]: S: cp01 OK CAPABILITY completed
[12-Feb-2010 10:03:43 +0100]: C: a001 LOGIN "giorgio" "J?sp
[12-Feb-2010 10:03:50 +0100]: S: a001 NO Login failed.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Quick question on AddressBooks in Roundcube.
I have two client sites set up using an ldap directory address book searching based on a field within the directory - all working fine. This however leaves them as a read-only global address list and nowhere to add personal addresses within the webmail interface.
>From what I can find on the web, the choice is to have either a SQL address book or LDAP - not both. Does anyone know of a plugin which has been written to permit using a personal address book alongside the global ldap addressbook?
Cheers,
Peter
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Diego,
No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot
in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first installation. I
can assure you, the folders weren't touched.
cheers,
ck
ps: When you reply, add also the Roundcube User list as recipient or cc.
On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred <
diego.gomes(a)cecred.coop.br> wrote:
> Hey ck, thanks to answer..
>
> lets goo...
>
> Im from Brazil, so.. my array is...
>
> $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens
> Enviados', 'Spam', 'Lixeira');
>
> I want that the name of box come in PT-BR...
>
> $rcmail_config['create_default_folders'] = FALSE;
>
> I put FALSE because I was thinking that can be duplicate de BOXes..
>
> If i have the BOX with name Sent, because I use Outlook Express, for
> example.. So, already exist the BOX with this name in my home dir..
> If I put to TRUE, it doesn´t duplicate the BOX with name Sent?
>
> Diego
>
>
>
> ----- Original Message -----
> *From:* Claudio Kuenzler <napsty(a)gmail.com>
> *To:* Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br>
> *Cc:* users(a)lists.roundcube.net
> *Sent:* Thursday, February 04, 2010 1:35 PM
> *Subject:* Re: [RCU] how to
>
> Hi,
>
> Not sure if I understand for sure what you mean, but I guess you have
> problems in Roundcube to see the default IMAP folders except Inbox.
> You should check the following params in your main.inc.php:
>
> -----------------------
> // display these folders separately in the mailbox list.
> // these folders will also be displayed with localized names
> $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
> 'Junk', 'Trash');
>
> // automatically create the above listed default folders on login
> $rcmail_config['create_default_folders'] = TRUE;
> -----------------------
>
> As you use dovecot, the default_imap_folders should already be correct like
> this.
> Set create_default_folders to TRUE. This should show the folders in
> Roundcube.
>
> cheers,
> ck
>
> On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred <
> diego.gomes(a)cecred.coop.br> wrote:
>
>> Hello,
>>
>> I have a MTA with postfix, dovecot, MailScanner, Spam Assassin,
>> procmail...
>>
>> This MTA work with pop3 and imap clients...
>>
>> We don´t have Webmail
>>
>> I´m testing Roundcube...
>>
>> Well...
>>
>> When I logged in webmail, with a new user, the Box´s don´t create, just
>> INBOX...
>>
>> If I logged with a account that use IMAP, in the server, I have the home
>> of user, and Maildir directory... inside this directory, i have the box,
>> that I create...
>>
>> when i login in webmail, this Box don´t appear, just the Inbox. If i send
>> a email, dont create the Sent Itens box too..
>>
>> Well, How can I to do roundcube work if my environment?
>>
>> Thanks anyway....
>>
>> --
>> Esta mensagem foi verificada pelo sistema de antivírus e
>> acredita-se estar livre de perigo.
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>>
>>
>
> --
> Esta mensagem foi verificada pelo sistema de antivírus e
> acredita-se estar livre de perigo.
>
>
> --
> Esta mensagem foi verificada pelo sistema de antivírus e
> acredita-se estar livre de perigo.
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Logrotate ( http://www.debian-administration.org/articles/117)
My
roundcube file looks like such:
/opt/www/roundcube/logs/errors {
weekly rotate 4 compress missingok create 0640 www-data www-data }
/path/to/roundcube/logs/errors {
weekly
rotate 4
compress
missingok
create 0640 www-data www-data
}
There are other options
in logrotate so you can delete the old file, etc....
Regards,
Daniel
On Tue, 9 Feb 2010 15:38:39 -0800 (PST), PJ wrote: Hi All, Wondering if
anyone can point me at some location which would allow me to set the
maximum size for log files. I have an errors log which due to a timezone
config error has hit 47GB in three weeks. I've now resolved the error but
would like to ensure the log file does not grow to this size ever again.
Cheers, PJ --
Email slow, clunky, unreliable? Switch to Yahoo!Xtra Mail
[1], New Zealand's new email address.
Links:
------
[1]
http://au.rd.yahoo.com/nz/mail/tagline/2009/mailsignup/*http://yahoo.co.nz/…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi again
I'm trying to configure roundcube to use our LDAP directory to SEARCH
names/addresses but I don't want to store address books into LDAP
I want to store them in SQL database,
Does someone could give some good starting point to configure
roudcube to do so ?
Thanks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Wondering if anyone can point me at some location which would allow me to set the maximum size for log files.
I have an errors log which due to a timezone config error has hit 47GB in three weeks. I've now resolved the error but would like to ensure the log file does not grow to this size ever again.
Cheers,
PJ
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'm new to roundcube ... trying to setup the address book to our
OpenLDAP server without success
I have this error message in error log
[09-Feb-2010 14:01:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:24] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:25] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:31:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
Thanks for any info/help
_______________________________________________
List info: http://lists.roundcube.net/users/
K bharathan put forth on 2/2/2010 10:49 AM:
> thanks for all
>
> On Tue, Feb 2, 2010 at 6:05 PM, Carlos Williams <carloswill(a)gmail.com>wrote:
>
>> On Tue, Feb 2, 2010 at 8:36 AM, Charles Marcus
>> <CMarcus(a)media-brokers.com> wrote:
>>> On 2010-02-01 7:17 PM, Stan Hoeppner wrote:
>>>> All of that said, I don't find I'm lacking any functionality with my
>> current
>>>> version of Roundcube.
>>>
>>> Then you haven't looked at it... the new features are really nice...
I just installed 0.3.1 from Lenny backports, up from 0.2.2, and in brief testing
I don't really notice any significant new features. I still don't see a "reply
to list" option, which would be nice. What should I be looking for, and where?
Sorry to drudge up an old OT topic. I'm cc'ing the roundcube list so we can
move this discussion over there.
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Ok now...
But, the folders that already exist, depend of mail client, can be a different names... I guess...
When i logged in webmail, its comes with Pt-BR, but in english too...
So, I have Enviados and Sent
so I need to go to Special Folders and Link to PT-BR names...
After this, i need to remove the folder Sent...
Its work, I think... but we need a work a lot...
----- Original Message -----
From: Diego Gomes - Cecred
To: Claudio Kuenzler
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:03 PM
Subject: Re: [RCU] how to
ck
Thanks..
I need to go to a meeting now..
I come when pass 2 hours, and I will test..
Thanks anywayy..
Cyaaa
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:01 PM
Subject: Re: [RCU] how to
Diego,
Here the relevant params I'm using... and it works fine with English, French and German translation:
------------------------------------------
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';
// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;
------------------------------------------
For these params be sure to use the exact name dovecot gives them. I'd be surprised if dovecot could speak Portuguese and create the folders with Portuguese names by default :-).
For the other question, about the folder Soccer, you will have to subscribe this folder in your Roundcube settings (once logged in under Settings you will find the folder subscriptions).
ck
On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Ok..
I change the:
$rcmail_config['create_default_folders'] = FALSE; to TRUE
and
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira'); to English..
But now, the BOX´s appear in English, not PT-BR
It´s certain that the box that already exist roundcube will display??
Example.. I have a box with the Name Soccer in my Outlook Express..
When I logged in Roundcube this folder, this BOX will appear????
Thanksss
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred ; Roundcube users
Sent: Thursday, February 04, 2010 1:49 PM
Subject: Re: [RCU] how to
Hi Diego,
No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first installation. I can assure you, the folders weren't touched.
cheers,
ck
ps: When you reply, add also the Roundcube User list as recipient or cc.
On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hey ck, thanks to answer..
lets goo...
Im from Brazil, so.. my array is...
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira');
I want that the name of box come in PT-BR...
$rcmail_config['create_default_folders'] = FALSE;
I put FALSE because I was thinking that can be duplicate de BOXes..
If i have the BOX with name Sent, because I use Outlook Express, for example.. So, already exist the BOX with this name in my home dir..
If I put to TRUE, it doesn´t duplicate the BOX with name Sent?
Diego
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: users(a)lists.roundcube.net
Sent: Thursday, February 04, 2010 1:35 PM
Subject: Re: [RCU] how to
Hi,
Not sure if I understand for sure what you mean, but I guess you have problems in Roundcube to see the default IMAP folders except Inbox.
You should check the following params in your main.inc.php:
-----------------------
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
-----------------------
As you use dovecot, the default_imap_folders should already be correct like this.
Set create_default_folders to TRUE. This should show the folders in Roundcube.
cheers,
ck
On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear All,
I am trying to inlcude my company digital signature at the end of my email,
but there is any feature available in the panel control.
The only feature available ask for URL address but I need to paste a JPEG
file.
Please send me the corresponding procedure
Regards
Jorge
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Feb 3, 2010, at 4:38 PM, Bradlee Landis wrote:
> Actually, I was more concerned about the MTA (I think).
This HOWTO from The Linux Documentation Project can help clarify how
the different pieces of a mail system work together :
<http://tldp.org/HOWTO/Mail-Administrator-HOWTO.html>
> I really like
> your application, but we are currently using openwebmail, which uses
> the mbox file directly. I had kind of looked at the structure of your
> MySQL, and saw that it had message, so I assumed it stored the whole
> thing. But I guess I didn't look enough, because, from what I'm
> guessing, it just stores flags on the messages that it has seen (such
> as read/unread, etc).
Read / unread is handled by the IMAP server, so that those flags
remain as you want them if you access that account from a different
piece of software. If that info was stored in RoundCube, then if you
switched to Thunderbird, all the messages would have the incorrect
read / not-read flags. Since it is stored in the IMAP server,
switching MUAs works.
There is a feature in RoundCube where it can cache message
information in the database ( not always MySQL ), but with
improvements to IMAP servers, that caching is no longer recommended.
The database schema for message caching is probably what you bumped into
> We were also in the process of trying to get data replication for some
> mail servers in place, and so I thought if it was MySQL, it has built
> in replication and would make it easier. I was thinking that if
> RoundCube was built to go to the MBox file, move that information over
> to a database, then I would just take the database and copy it over,
> but it looks like roundcube is not going to cut it.
There are tools for syncing IMAP data between hosts, if that is what
you are looking for. Search for " IMAP replication " or " IMAP
synchronization "
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm just curious about the implementation of Roundcube. I couldn't
find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply
use IMAP to talk to another process on the server. If it uses mbox
files, does it copy to MySQL, even without the user logging in, or
does the user have to log in to get the messages to be moved from the
MBox file to MySQL?
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
is there any ability to create a group list, so that one email address
sends to
multiple recipients?
_______________________________________________
List info: http://lists.roundcube.net/users/
How hard would it be to configure RC so that it gives read-only access
to an IMAP account?
Detailed explanation:
There's a repository with a lot of emails, a group of people need access
to the messages, but just to read and search them. No delete, no reply,
no compose, nothing like that. Pure read-only. And search, which is very
important.
There are no folders, everything is in one place; the Folders field can
disappear. But the server is probably going to be IMAP, for practical
reasons.
Any idea how hard would this be? Would a lot of code hacking be involved?
--
Florin Andrei
http://florin.myip.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
I've recently added several LDAP directories to my RC install, which is
currently at SVN 3230. I've got a Global directory, and several
sub-directories for what would pass as departments in a different
organization. When viewing any of the sub-directories (largest 443 records)
it shows the total number almost correctly (see next paragraph) - i.e.
"Contacts 1 - 100 of 444". But the Global view shows no more than 500 -
"Contacts 1 - 100 of 500" - even though the correct total is now over 800.
Is there a limit of 500 on the display of LDAP records? Or is it perhaps a
general limit for the Addressbook? Does anyone have any idea if this limit
could be increased?
The other thing I've noticed is that each department
directory includes one single empty record. The global directory has a much
larger number of blank directories, a few more than double the number of
departments. I'm guessing that RC is including the ldif entires that define
the OUs and such in its display. I don't know if this is normal, or if I
have done something wrong. Does anyone else see this behavior?
-
Arne
Berglund
System Administrator, Internet Services
Lane Education Service
District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I have one host webmail.example.corp, with few mail domains whit it's own imaps.
An example office.example.corp with it's own imap (imap.office.example.corp) and
example.corp with it own imap (imap.example.corp)
How can specify imap to login, over FQDN of login user
An expamle if user as login user(a)office.example.corp roundcube need to login to imap.office.example.corp
if user login as user(a)example.corp roundcube login to imap.example.corp
Thanks
--
wbr -
Maxim Odinintsev
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all.
I'm a new user of Roundcube. I'm wondering if there is a way to save a
search result? The idea is I'd like to be able to bookmark my webmail,
or save in the webmail itself save some searches. Filtering stuff into
pre-existing folders doesn't work in my case because I'm not sure what
I'm going to need to search for before messages are received, but I need
a quick way to get to the messages again once someone has told me what
to look for without moving the emails away from their original location.
Any help anyone could give would be great. Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to have roundcube NOT block usernames from the login
screen?
I mean, try as I might, I -always- have to enter the complete email
address; it
would be nice if roundcube would remember my user name (email address).
_______________________________________________
List info: http://lists.roundcube.net/users/
hi all
hi list
hi roundcube users
problem with roundcube 0.3.1 with mod_security
someone else may be encountered the problem with the mod_security active
and disable SELinux.
and how did you change the rules for mod_security.
my server is currently shooting with mod_security off and I look for
solutions to the restart
this is my past thread
http://old.nabble.com/Re%3A-problem-with-old-old-stable-version-0.1.1-Re%3A…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm a rather new roundcube user... I have it setup on my server and was looking at moving my userbase into it. However, I have one hang up...
mail filtering - I have spam filtering covered... My users tend to get large amounts of mail and need the mail filtered out into folders based on sender or header criteria.
I've searched through the forums and I came across a ManageSieve Filters plugin which looks perfect... for Dovecot - I'm using Courier IMAP as a backend.
I was wondering if anyone else is using Courier IMAP and what methods they are using to filter mail?
I know I have procmail and maildrop as backends, but I'm hoping for something I can present to my user base instead of writing filter scripts for each of them. :)
Thanks,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
I have the following issue, installed the latest version of RC .3.1 on a latest PHP 5.2 and httpd 2.0. the imap server in question is cyrus 2.2. Show preview pane is selected; the problmem is this, if I select back and forth between emails in my 'Inbox', it may start out very fast (where I can immediately see each email in the preview pane after I click it), but then sometimes there's a delay (maybe 5 seconds), and then if I select back and forth several times, I get the long delay followed by the timeout error (and dumped to the login screen). It looks like a login against the imapd is being generated for each retrieval of email into the panel.
[21-Jan-2010 11:57:48 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDE5MDkzOTQ2NDIuNTgxMjcyOUBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:50 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDEwMTkxMTM3NDAuNTgxMjczMUBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:53 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:54 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDE1Mzk4NTI4MzEuNTgxMjczMEBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266264&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:54 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:56 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 12:11:00 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDI2ODk1NzMzNTQuNTgxMzUyMkBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266250&_mbox=INBO X&_framed=1)
At first I was thinking it was my imap server, but each imapd is able to take 250 connections before it respawns an new imapd. Also no other imap client is broken this way. One thought is that each request has a diff hash for the authentication, could it be the case that RC is not matching the hash's to session properly?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm quite hopeless with this. It's a 0.3.1 RoundCube installation, and
occasionally RoundCube receives a request which not only causes PHP to stuck
into something like an endless loop, but also Apache is unable to terminate
the child normally (regardless of any PHP or Apache timeout setting). It
keeps on running until I kill the child manually (or restart Apache).
Strace shows that no syscalls are called, which makes me thinking of an
endless loop. Sometimes it takes a week for such an event to occur,
sometimes it's more frequent.
Manually reproducing the request (the problematic one can be figured out from
the server status and the logs) hasn't helped, it was working as expected.
It occurs regardless of the caching settings.
Can you give me a hint how to proceed? Has anybody experienced such a thing?
I don't know how to debug PHP code in this level.
Thanks,
Kristof
PS: it's a debian running on a Xen VM.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Fri, Jan 22, 2010 at 10:34 AM, Flavio Costa <flavio.cdc(a)gmail.com> wrote:
> On Fri, Jan 22, 2010 at 11:58 AM, Carlos Williams <carloswill(a)gmail.com>
>> Where is the 'upgrade from 0.2.1 > 0.3.1 in the file? I only see "--
>> Updates from version 0.2-beta (InnoDB only)" and then it skips to "--
>> Updates from version 0.3-stable".
>>
>> Which section do I keep in this file?
> Depends on which version you are and which version you are upgrading to.
>
> --
> Flávio Coutinho da Costa
I am upgrading from 0.2.1 to 0.3.1. Unless I comment out everything
except but the following:
-- Updates from version 0.3-stable
I get an error. Is the above correct for stepping from 0.2.1 > 0.3.1?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
>
> If that borks it up, you can drop that database and load in your backup from
> the dump file and try again, or dump the borked data and compare it to your
> backup data.
I ran the command as suggested and got the following error:
[root@ideweb1 SQL]# mysql -u roundcube -p webmail < mysql.update.sql
Enter password:
ERROR 1091 (42000) at line 6: Can't DROP 'idx'; check that column/key exists
What does this mean? Did I do something wrong? Did I need to have
MySQL stopped or running? I don't understand why I got this error.
_______________________________________________
List info: http://lists.roundcube.net/users/
I am having troubles sending email with an attachment through rouncube.
I did confirm that I can send attachments via IMAP using the Thunderbird
email client. I have set PHP memory limit to 32M and the email attachment
limit to 12M in roundcube. When I try to send a 2M attachment I get the
following 2 lines in the error log:
[21-Jan-2010 07:00:27] PHP Warning:
sort() expects parameter 1 to be array, boolean given in
/var/www/roundcube/program/include/rcube_imap.php on line 1118
[21-Jan-2010
07:02:11] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted
(tried to allocate 6952037 bytes) in
/var/www/roundcube/program/lib/Net/SMTP.php on line 887
It looks like PHP
is already exhausting the 32M, but I have no idea why?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
>
> On Jan 21, 2010, at 11:31 AM, Carlos Williams wrote:
>
>
>>
>> What exactly am I suppose to do? Run what command against the
>> 'mysql.update.sql' file?
>
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
Ah, thank you very much! I will try that this evening and hopefully
nothing gets messed up. I did a MySQL dump just in case it does.
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I am upgrading my Linux servers version of RoundCube this evening at
6pm. I have followed the Wiki:
http://trac.roundcube.net/wiki/Howto_Upgrade
1. Copy my old RC directory:
cp -r /var/www/html/roudcube /var/www/html/roundcube_old
2. I backed up my MySQL database as suggested using 'sqldump'
mysqldump -u roundcube -p webmail > /var/backup/mysql/webmail.dump
3. I re-did my new v0.3.1 main.inc.php and db.inc.php from scratch
using my old v0.2.1 configs as references.
4. Database Setup? This is where I am lost / confused. I am suppose to
go to the 'SQL' directory and look for 'mysql.update.sql' since I am
using MySQL 5.
What exactly am I suppose to do? Run what command against the
'mysql.update.sql' file? The Wiki is vague? I appears to be a .sql
file and I don't know what I should do with it. Can someone please
help and explain the process?
Thank you very much!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I find that sorting email folders by date doesn't always work
as expected. If you have slid an email into an alternate
folder, it appears that the email date-order assumes the date
of the slide, rather than the original date.
So sorting is screwy if you have moved emails around.
Am I missing something here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Simple question here. I want to make the print icon available to users
on the action bar. I have had no luck finding how to do that in the forums
or list archives.
Thanks,
Javid
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've denied access to logs, config and temp directory, except for
allowing 127.0.0.1
For the plugins directory I wanted to do the same, but then the Junk
icon doesn't show up anymore.
I tried with allowing 127.0.0.1 and the local server ip-address, and
that still doesn't give access to that icon from the plugins directory.
I'd like to restrict access to the plugins directory for anyone not
using RoundCube on my server, how to achieve that ?
Regard,
Adrian
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I verify that I'm actually running fastcgi?
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any ability to have the roundcube main screen show the user's
email address
somewhere (perhaps to the right of the icons) ?
Perhaps even their name as defined in the roundcube records?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i´ve some problem with Roundcube using TLS negotiation during SMTP. I´ve
searched through mailinglists and wiki but didn´t find a solution.
this is my smtp configuration:
$rcmail_config['smtp_server'] = 'tls://mail.jetsys.de';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
but sending a mail from Roundcube doesn´t succeed with this error message:
postfix/smtpd[30061]: connect from daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: lost connection after UNKNOWN from
daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: disconnect from daolin.jetsys.de[192.168.9.1]
roundcube: fsockopen(): unable to connect to tls://mail.jetsys.de:25
(Unknown error) (0):
roundcube: Failed to connect socket: fsockopen(): unable to connect to
tls://mail.jetsys.de:25 (Unknown error) ():
roundcube: [01-Jan-2010 10:49:18 +0100]: SMTP Error: SMTP error:
Connection failed: Failed to connect socket: fsockopen(): unable to
connect to tls://mail.jetsys.de:25 (Unknown error) in
/srv/www/htdocs/mail/program/steps/mail/func.inc on line 1365 (POST
/mail/?_task=mail&_action=send)
well, this isn´t really a syslog entry which gives me any clue whats
possibly wrong.
a telnet to my smtp server shows:
daolin:~ # telnet localhost smtp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 mail.jetsys.de ESMTP Postfix
EHLO localhost
250-mail.jetsys.de
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN CRAM-MD5 GSSAPI PLAIN DIGEST-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
and sending mail via thunderbird works as expected.
postfix/smtpd[29994]:connect fromhelena.jetsys.de[192.168.9.247]
postfix/smtpd[29994]: 1AFC4201E7:
client=helena.jetsys.de[192.168.9.247], sasl_method=CRAM-MD5,
sasl_username=js
postfix/cleanup[29998]: 1AFC4201E7: message-id=<4B3DC456.2000605(a)jetsys.de>
postfix/qmgr[6757]: 1AFC4201E7: from=<js(a)jetsys.de>, size=650, nrcpt=1
(queue active)
postfix/smtpd[29994]: disconnect from helena.jetsys.de[192.168.9.247]
i´ve also no problems with using TLS accessing the cyrus imap server.
Greetings, Jörg
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
I need a few guiding steps for the change password plugin.
I
have my users in a Mysql database but I don't understand how to use the
plugin to get this working. The plugin talks about a macro called
update_passwd which should contain a fairly simple sql query. I can make
the sql query with out problems but where do I insert it??
Thanks!
--
/Thomas
http://wiki.lnxgeek.org
Go Ubuntu!!!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
Do Citadel and Roundcube "play nicely" together ? any gotchas ?
cheers
sond
_______________________________________________
List info: http://lists.roundcube.net/users/
I am wondering if anyone has created a method to specify a domain name
on the address bar to eliminate the user from having to enter it. I
know that a 'default' can be set up, but this is not what I am intending.
I host webmail for dozens of domains. It would be very convenient if the
main index page (index.php) could have the domain attached; such as:
http://www.maindomain.net/roundcube/index.php/?_domain=custdomain.com
would/could create a login page which does NOT require a complete email
address, but attaches the "custdomain.com" to the userID which the
customer
has entered. If they bookmarked the link to: /?_domain=custdomain.com
they would never have to enter their domain name.
If this has been accomplished I would appreciate learning about it, else
I will delve into the code required to accomplish it. ... OR if someone
advises that existing architecture would make it very difficult I would
appreciate learning this as well.
Thanks!
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I got a problem with the loginnames that roundcube sends to the server
for authentication. It seems that the username given to roundcube on
loginscreen is processed with strtolower() to lower case and send to the
server.
My user for example is user(a)domain.tld but I can login to roundcube as
well with UsEr(a)domain.tld which would never work in direct communication
with the server (for example with Thunderbird).
Is there a reason why roundcube lower-cases the usernames? If my user
would be User(a)domain.tld then the login in roundcube will always be
rejected as roundcube sends user(a)domain.tld which does NOT exist on the
server.
Is there a setting in the conf to force roundcube to send the username
as given by the user without any forcing of lower-case?
Thanks for any help
Cheers
tobi
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm just tinkering a bit with the new_user_identity plugin to make it
compliant with our Exchange Server (argh!) installation here, and so far
things work out alright I would say. I had to adapt how user_name and
user_email are set, but thanks to the well-structured framework, that
wasn't much of a problem.
Now, I would like to set the 'organization' for each user at login to a
fixed string as well, but couldn't find out how to do this.
Hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
This mailing list (hosted at gigo.com) will see delays Dec 22 through Dec
23, as gigo.com goes through a hardware upgrade. During this time posts to
lists may be delayed by as much as 24 hours. My intent is to keep this down
to a few hours or less.
The administrators of the mailing lists have my contact info. End users may
check the status of the server by visiting http://status.gigo.com .
-Jason Fesler
postmaster@ various domains, including the list you're reading this on.
_______________________________________________
List info: http://lists.roundcube.net/users/
i know it doesnt say so in the docs, but has anyone gotten
the roundcube database to work on oracle?
regards,
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
I remember asking this question some versions ago and never really
received a specific answer so now I am running a new mail server
(Postfix) with TLS / SASL Authentication & would like to know if its
possible when sending email from RC, can encrypt via TLS? I found the
option in my 'main.inc.php' file to login using TLS encryption:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'tls://mail.iamghost.com';
The above setting works perfect as show in my mail.log file:
Dec 10 08:35:19 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
Now I would like to use TLS for sending mail from RC and I am not sure
how to go about this specifically. Below I added a section from my
Postfix 'main.cf' file showing it's configured to send using SMTP but
I just don't know to enable this on my RC webmail client.
# SMTP settings
smtpd_tls_cert_file=/etc/ssl/certs/mail.crt
smtpd_tls_key_file=/etc/ssl/private/mail.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
smtpd_tls_loglevel = 1
smtpd_sasl_auth_enable = yes
#smtp_sasl_auth_enable = yes
I am running "Version 0.3.1-20091031".
Thanks so much!
_______________________________________________
List info: http://lists.roundcube.net/users/
OK, I feel kinda stupid here, because I don't use this Microsoft stuff, but
still it's me who gets complaints about IE + RC usability. I'm using
RoundCube 0.3.1 with the default skin.
1. Message search field seems to be disabled, at least some users report that
they cannot click and type to it. I'm not sure about the exact browser
versions though.
2. Internet Explorer is said to not remembering the login credentials.
Can you suggest anything to look into?
Thank you,
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
On Sat, 5 Dec 2009 20:31:24 +0700, "Mahfuzur Rahman"
<mahfuz(a)itconnectbd.com> wrote:
> Dear Sir,
>
>
>
> Recently I am configure Roundcube Webmail in Ubuntu 9.04 server edition.
> This time It work fine but I cant change some configuration which is
user
> quota and attachment file size. Would you please help me to solve the
> problem?
>
>
>
> Regards,
>
> Mahfuzur Rahman
>
> Bangladesh
hi Mahfuzur Rahman
use quota software
man quota
all depends on your mail server ....
nb : google is your friends
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 2 Dec 2009 20:22:40 +0100, till <klimpong(a)gmail.com> wrote:
> On Wed, Dec 2, 2009 at 8:11 PM, fakessh <fakessh(a)fakessh.eu> wrote:
>> On Wed, 2 Dec 2009 11:04:03 -0700, gnul <nullchar(a)gmail.com> wrote:
>>> I have not run RoundCube under mod_security, but from what I know
>>> about mod_security, I am sure it can be done.
>>>
>>> mod_security simply applies a [long] list of rules to the contents of
>>> each request (GET/POST/HEAD/etc) including the header.
>>>
>>> Depending on your ruleset, you often have to add exceptions for
>>> certain applications, and/or disable entire rules server-wide. What
>>> I've done in the past is: tail -F error_log while you use the
>>> application. Then you add exceptions for the uri (e.g. "/roundcube")
>>> or hostname or disable certain rules inside the modsecurity*.conf
>>> files.
>>>
>>
>> Thank you for your interest in my problem
>> how easy to apply new rules to mod_security ?
>
> I think you can do it in .htaccess. But you should check with your
> provider.
>
> Till
I can edit my file myself .htaccess .
I have root access on the machine
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 2 Dec 2009 08:17:14 -0600, chasd <chasd(a)silveroaks.com> wrote:
> Sorry about my last message, I made a mistake not to send it to the
> list.
>
>> here's nobody else who encounters the same problems with the
>> release 0.3.1 and
>> mod_security. here is the problem for tests ordered by Charles, we
>> must stop
>> roundcube and now I have three accounts running on production with
>> roundcube
>> disables mod_security
>>
>> It bothers me to stop my webmail service for several hours
>>
>> if anyone has a solution, an official patch
>>
>> a good suggestion
>
> I think the issue is that no one else on the list is running
> mod_security. I think you are the first to run into the issue.
>
> If someone else is running RC and mod_security, please speak up.
I listen to any suggestions regarding my problem with mod_security
I made some test on XP and VISTA successfully
with mod_security disabled
thanks for all your feedbacks
_______________________________________________
List info: http://lists.roundcube.net/users/
English:
Hello,
Since my last roundcube upgrade, Roundcube
interface doesn't display attachment icons on email where there is
attachement. Can you help me ?
Thanks !
French:
Bonjour,
Depuis une
mise à jour de roundcube, l'icône de pièce jointe ne s'affiche plus lorsque
j'au un email avec un attachement. Est ce normal ? Avez vous une solution ?
Merci !
_______________________________________________
List info: http://lists.roundcube.net/users/
Le mercredi 25 novembre 2009 19:56, fakessh a écrit :
> On Wed, 25 Nov 2009 11:19:08 -0600, chasd <chasd(a)silveroaks.com> wrote:
> >> Research indicates that you referred me over file
> >>
> >> [root@r13151 www]# find . -name '*.php' -exec grep -l "header
> >> ('Content-Type:" {} \;
> >
> > The regular expression got broken to an additional line by my MUA.
> > Make sure that regex is all on one line, and then run that command.
> >
> > It looks like you'll also have to look for files that end in " .inc "
> > as well
> >
> > find . -name '*.inc' -exec grep -l "header('Content-Type:" {} \;
> > ./program/steps/addressbook/export.inc
> > ./program/steps/mail/attachments.inc
> > ./program/steps/mail/get.inc
> >
> >> exactly how it should change the file returned by the command
> >> quoted above
> >
> > anywhere you see :
> >
> > header('Content-Type: ***************);
> >
> > put
> >
> > header('Accept: text/xml');
> >
> > on a line beneath it.
> > I'm not sure if the Accept header should also include other mime types.
> > Here is a random Accept: header from our Intranet :
> > Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/
> > plain;q=0.8,image/png,*/*;q=0.5
> >
> > There are tools to see those headers, I used Safari's Web Inspector.
> >
> >
> > Note the actual mime type sent via the Content-Type: header isn't
> > always the same :
> >
> > find . -name '*.inc' -exec grep "header('Content-Type:" {} \;
> >
> > header('Content-Type: text/x-vcard; charset='.RCMAIL_CHARSET);
> > header('Content-Type: ' . $attachment['mimetype']);
> > header('Content-Type: text/html; charset=' . RCMAIL_CHARSET);
> >
> > find . -name '*.php' -exec grep "header('Content-Type:" {} \;
> >
> > header('Content-Type: text/plain');
> > header('Content-Type: text/html; charset=' . $this-
> >
> > >charset);
> >
> > header('Content-Type: text/plain; charset=' . $this-
> >
> > >get_charset());
> >
> > header('Content-Type: text/plain; charset=UTF-8');
> > header('Content-Type: text/css');
> >
> >
> > RoundCube sends that Content-Type: header for every page, but it
> > sends other headers depending on what page or what data is being
> > sent. If you add the Accept: header at each point where the Content-
> > Type: header is sent, that should make mod_security happy.
>
> I failed to operate roundcubemail with the changes indicated in your post
> when mod_security is active
>
> mod_security with in disabled state, the roundcubemail release 0.3.1
> works well under CentOS 5.4 MacOS X 10.4 with Safari or Firefox: any
> this with a PPC processor
>
>
> changes indicated by you, are not sufficient or is not correct, at least
> with mod_security for apache can not access the webmail
>
> I still need your help and your advanced knowledge in the operation of
> roundcube
>
>
> thanks for your help
>
> thanks
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
Hi all
Hi list
Hi charles
here's nobody else who encounters the same problems with the release 0.3.1 and
mod_security. here is the problem for tests ordered by Charles, we must stop
roundcube and now I have three accounts running on production with roundcube
disables mod_security
It bothers me to stop my webmail service for several hours
if anyone has a solution, an official patch
a good suggestion
thanks for all your
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Le jeudi 26 novembre 2009 00:03, vous avez écrit :
> On Nov 25, 2009, at 12:56 PM, fakessh wrote:
> > I failed to operate roundcubemail with the changes indicated in
> > your post
> > when mod_security is active
>
> Hmm, not sure of the next step.
> Can you post the logged mod_security errors like you did last time ?
>
> > I still need your help and your advanced knowledge in the operation of
> > roundcube
>
> I wouldn't say my knowledge is advanced, I've just been using it for
> quite some time.
I just put into production roundcube for some friends. I can not make changes
in the day, the webmail is stable yet. I'd do this Thursday night at midnight
Paris time (0:00) just enough time to do the tests you ask me.
you wrote on my personal address, rather than post on the dev list
this is probably a problem of click
thanks charles
thank you for your assistance is invaluable to me
many thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am using roundcube since some months ago, all in all it's being a great
experience. It's simple enough and it works really well for my purposes so
I have to thank everyone involved for it.
I wanted to ask something simple about the default skin.
Is it me the only one that finds really inconvenient to traverse the whole
screen to click "select all" and then go back to the top to select the
action (mark read, delete, move...)? Besides that, the selection icons are
really small on a big display. I am probably going to do my custom fork of
the skin, I am just curious to know if there's something planned to improve
the usability of the default skin or something.
I thought about submitting a patch bringing all the controls closer to
each other, but since it's really trivial I don't want to spam the dev list
with silly patches if there's no need to.
If this has already been discussed, please, kindly point me to wherever it
belongs. I follow the user and dev lists and haven't noticed anything about
this problem.
Regards.
--
Jesús Guerrero
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Charles
Hi list
Hi all
Thank you for helping me, thanks to your great knowledge of roundcubemail
yet I have used only packages in CentOS deposits. I quote :
roundcubemail-0.2.1-1.el5.kb.noarch.rpm which corresponds to the stable
version 0.2.1
roundcubemail.noarch 0.1.1-5.el5 which corresponds to
the stable version 0.1.1
I trust the packager EPEL and packager karanbir singh
the only version that works is that the depot EPEL when my mailboxes
contained few messages
I have my system analysis with reference to the vulnerability "html2text
conversion script vulnerability" my system seems intact
did you look at my post last Tuesday Tue, 17 Nov 2009 21:39:40 +0100 (CET)
roundcubemail seems to be sensitive to the version of php and php-mcrypt, it
seems that roundcubemail sends a password crypt imap server
I currently installed in one of my vhosts roundcubemail 0.3.1, the installer
told me that everything is ok, the log directories are ok and yet I still did
not log
there was a post of Tue, 10 Nov 2009 15:16:33 +0100 (CET)
there was a email entitled [RCU] mcrypt issues
In this email advice to change program/include/rcmail.php lin 993 to $iv =8;
you think it is necessary to make the change indicated in the thread in
question a email entitled [RCU] mcrypt issues to solve my problems
authentication
I'll try the driver syslogd to try to have the logs roundcubemail
thanks for all your feedbacks
nb : google est mon ami , et bein , pas dans ce cas la
On Nov 12, 2009, at 5:08 AM, fakessh(a)fakessh.eu wrote:
>> Even if that means your server will be compromised ?
>
> my system did not seem to be compromised
> and how do I know, yes or no compromise
You may not know, that is one of the problems.
A server can get compromised and it is difficult to find a trail that
shows you.
There was a message posted to the RoundCube Development list on 11
Nov titled " html2text conversion script vulnerability " you might
want to read from the archives.
I see from one of your later posts you upgraded, I am thankful.
As for your problem :
I would make sure the " logs " directory in the " roundcubemail "
directory is writable by the web server process. That is where the
logs are written, and if the web server process doesn't have
permissions to write to that directory, you won't get logging.
PHP errors should be written to the web server log, which should be
at /var/log/httpd/error_log.
You should make sure logging to that file is turned on in the /etc/
php.ini file.
I would recommend you deploy RoundCube on a server not connected to
the internet first. That way you could allow PHP to display errors on
the web page. Then, once you get RoundCube working on a test server,
you can deploy it on a public-facing internet server.
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
-------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
avi(a)myphonebook.co.in wrote ..
> I have resolved the issue, but am still confused. I commented out some lines in
> the PHP autoloader function(roundcube\installer\utils.php) and then had more errors.
> Again as I un-commented those lines, and restarted the web server, the second page
> of the installer appeared. There seems to be no logic to it.
>
> So, I rest my case, although doubtfully.
>
> avi(a)myphonebook.co.in wrote ..
> > I am trying to install the latest version of Roundcube 0.3.1. My configuration
> > is postfix-mysql and dovecot. I am running virtual domains, the
> > setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
> >
> > On the first page the response by the Roundcube Installer is:
> >
> > --------------------------------------------------------------------------------------------------------------------------
> >
> > Checking PHP version
> > Version: OK(PHP 5.2.11 detected)
> > Checking PHP extensions
> >
> > The following modules/extensions are required to run RoundCube:
> > PCRE: OK
> > DOM: OK
> > Session: OK
> > XML: OK
> >
> > The next couple of extensions are optional and recommended to get the best performance:
> > FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/ref.fileinfo.php)
> > Libiconv: OK
> > Multibyte: OK
> > OpenSSL: OK
> > Mcrypt: OK
> > GD: OK
> > Checking available databases
> >
> > Check which of the supported extensions are installed. At least one of them is
> > required.
> > MySQL: OK
> > MySQLi: OK
> > PostgreSQL: NOT AVAILABLE(Not installed)
> > SQLite (v2): NOT AVAILABLE(Not installed)
> > Check for required 3rd party libs
> >
> > This also checks if the include path is set correctly.
> > PEAR: OK
> > MDB2: OK
> > Net_SMTP: OK
> > Mail_mime: OK
> > iilConnection: OK
> > Checking php.ini/.htaccess settings
> >
> > The following settings are required to run RoundCube:
> > file_uploads: OK
> > session.auto_start: OK
> > zend.ze1_compatibility_mode: OK
> > mbstring.func_overload: OK
> > suhosin.session.encrypt: OK
> >
> > The following settings are optional and recommended:
> > date.timezone: NOT OK(Could be set)
> >
> > ---------------------------------------------------------------------------------------------------------------------------------
> >
> > However, when I click on NEXT I get this error page:
> >
> > "Internal Server Error" .. bla ..bla..
> >
> > My logs show this error:
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a href='function.include-once'>function.include-once</a>]:
> > failed to open stream: No such file or directory in /var/www/xxxxx/roundcubemail/installer/utils.php
> > on line 41
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a href='function.include'>function.include</a>]:
> > Failed opening 'PEAR_Error.php' for inclusion (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php')
> > in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Any idea what this error means? I googled thru and there was a similar issue
> which
> > turned out to be the requirement for mdb2 driver for Mysql, so I have also installed
> > this driver, but again, I am getting the same error.
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks for the reply. But, I am not using open_basedir.
Claudio Kuenzler <napsty(a)gmail.com> wrote ..
> I've had a similar problem with my first installation.
> Are you using open_basedir?
> If yes, check the open_basedir entries. You have to be able to access the
> php libs (e.g. under /usr/share/php)
>
> In my case, once I correctly set the open_basedir entries, the installation
> worked fine.
>
> On Mon, Nov 23, 2009 at 2:16 PM, <avi(a)myphonebook.co.in> wrote:
>
> > I am trying to install the latest version of Roundcube 0.3.1. My
> > configuration is postfix-mysql and dovecot. I am running virtual domains,
> > the
> > setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
> >
> > On the first page the response by the Roundcube Installer is:
> >
> >
> > --------------------------------------------------------------------------------------------------------------------------
> >
> > Checking PHP version
> > Version: OK(PHP 5.2.11 detected)
> > Checking PHP extensions
> >
> > The following modules/extensions are required to run RoundCube:
> > PCRE: OK
> > DOM: OK
> > Session: OK
> > XML: OK
> >
> > The next couple of extensions are optional and recommended to get the best
> > performance:
> > FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See
> > http://www.php.net/manual/en/ref.fileinfo.php)
> > Libiconv: OK
> > Multibyte: OK
> > OpenSSL: OK
> > Mcrypt: OK
> > GD: OK
> > Checking available databases
> >
> > Check which of the supported extensions are installed. At least one of them
> > is required.
> > MySQL: OK
> > MySQLi: OK
> > PostgreSQL: NOT AVAILABLE(Not installed)
> > SQLite (v2): NOT AVAILABLE(Not installed)
> > Check for required 3rd party libs
> >
> > This also checks if the include path is set correctly.
> > PEAR: OK
> > MDB2: OK
> > Net_SMTP: OK
> > Mail_mime: OK
> > iilConnection: OK
> > Checking php.ini/.htaccess settings
> >
> > The following settings are required to run RoundCube:
> > file_uploads: OK
> > session.auto_start: OK
> > zend.ze1_compatibility_mode: OK
> > mbstring.func_overload: OK
> > suhosin.session.encrypt: OK
> >
> > The following settings are optional and recommended:
> > date.timezone: NOT OK(Could be set)
> >
> >
> > ---------------------------------------------------------------------------------------------------------------------------------
> >
> > However, when I click on NEXT I get this error page:
> >
> > "Internal Server Error" .. bla ..bla..
> >
> > My logs show this error:
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a
> > href='function.include-once'>function.include-once</a>]: failed to open
> > stream: No such file or directory in
> > /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a
> > href='function.include'>function.include</a>]: Failed opening
> > 'PEAR_Error.php' for inclusion
> > (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php')
> > in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Any idea what this error means? I googled thru and there was a similar
> > issue which turned out to be the requirement for mdb2 driver for Mysql, so I
> > have also installed this driver, but again, I am getting the same error.
> >
> >
> >
> >
> > _______________________________________________
> > List info: http://lists.roundcube.net/users/
> >
> >
_______________________________________________
List info: http://lists.roundcube.net/users/
I am trying to install the latest version of Roundcube 0.3.1. My configuration is postfix-mysql and dovecot. I am running virtual domains, the
setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
On the first page the response by the Roundcube Installer is:
--------------------------------------------------------------------------------------------------------------------------
Checking PHP version
Version: OK(PHP 5.2.11 detected)
Checking PHP extensions
The following modules/extensions are required to run RoundCube:
PCRE: OK
DOM: OK
Session: OK
XML: OK
The next couple of extensions are optional and recommended to get the best performance:
FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/ref.fileinfo.php)
Libiconv: OK
Multibyte: OK
OpenSSL: OK
Mcrypt: OK
GD: OK
Checking available databases
Check which of the supported extensions are installed. At least one of them is required.
MySQL: OK
MySQLi: OK
PostgreSQL: NOT AVAILABLE(Not installed)
SQLite (v2): NOT AVAILABLE(Not installed)
Check for required 3rd party libs
This also checks if the include path is set correctly.
PEAR: OK
MDB2: OK
Net_SMTP: OK
Mail_mime: OK
iilConnection: OK
Checking php.ini/.htaccess settings
The following settings are required to run RoundCube:
file_uploads: OK
session.auto_start: OK
zend.ze1_compatibility_mode: OK
mbstring.func_overload: OK
suhosin.session.encrypt: OK
The following settings are optional and recommended:
date.timezone: NOT OK(Could be set)
---------------------------------------------------------------------------------------------------------------------------------
However, when I click on NEXT I get this error page:
"Internal Server Error" .. bla ..bla..
My logs show this error:
Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'PEAR_Error.php' for inclusion (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php') in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
Any idea what this error means? I googled thru and there was a similar issue which turned out to be the requirement for mdb2 driver for Mysql, so I have also installed this driver, but again, I am getting the same error.
_______________________________________________
List info: http://lists.roundcube.net/users/
Does anybody have any ideas/scripts for maintaining (cleaning) the
roundcube database when mailboxes (or domains) are closed? I am not super
familiar with the db schema but we are about to begin offering RoundCube
webmail (in addition to squirrelmail -- so we'll utilize the
squirrelmail_usercopy plugin) and we have a post-deletion script that does
some filesystem maintenance. . . I want to extend it to keep cruft out of
the roundcube database and it seems there are several tables that would
obviously need rows removed (users, identities, contacts) and some other
tables I guess (cache, messages.) What about the session table?
Now that I write this and look more closely I gues it's not too
complicated for an invididual mailbox removal: The user_id column would
be the key. . . For a domain removal, it's slightly more intelligent logic
that would need to look for all users.username LIKE %(a)domain.org. . .
But I don't want to reinvent the wheel if someone's already put
work/thought into this!
Ben
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed roundcubemail-0.3-stable in a LAMP platform.
When I received an email with an inline png image (and
content-type="multipart/alternative"), roundcube doesn't display it.
Mozilla Thunderbird for example display the image correctly.
When I forward or 'edit as new' the message, the image is showed without
any problem. It seems that there was a solved ticket with this problem,
but I don't know how to fix it.
I rescue an old roundcube installation (roundcubemail-0.1) and the same
e-mails that didn't display the stable roundcube0.3 works fine here.
Maybe this could help.
Thanks in advance for your help.
--
......................................................................
__
/ / Roger Castells i Barrancos
C E / S / C A Tècnic de Microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. 93 205 6464 (ext. 502) · F. 93 205 6979 · rcastells(a)cesca.cat
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, folks!
There is Roundcube 0.2.1 (seems that 0.3.1 has this problem too).
Mailboxes are IMAP under Dovecot.
There are two folders visible: Inbox and Trash,
but when I try to remove message,
"errormoving" alert is displayed, and "Trash" is always empty.
File roundcubemail/program/include/rcube_imap.php contains following code:
function move_message($uids, $to_mbox, $from_mbox='')
{
$to_mbox = $this->_mod_mailbox($to_mbox);
$from_mbox = $from_mbox ? $this->_mod_mailbox($from_mbox) :
$this->mailbox;
// make sure mailbox exists
if ($to_mbox != 'INBOX' && !in_array($to_mbox,
$this->_list_mailboxes()))
{
if (in_array($to_mbox_in, $this->default_folders))
$this->create_mailbox($to_mbox_in, TRUE);
else
return FALSE; // This always happens when Trash does not exists!
}
What is $to_mbox_in variable in this code?
It is never assigned and is always empty (while $to_mbox == 'Trash').
BTW, when Trash folder is already created, then messages are removed
normally,
but two "Trash" folders are visible in folderlist.
WBR, Ilya
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
my linux box is CentOS 5.4
it is properly updated
I use the old old stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I use postgresql
This is correctly configured as described in the INSTALL file
I use the standard PHP of CentOS distribution (http://fakessh.eu/ it is the
phpinfo(); page )
my problem is that
I see appear the login page (http://fakessh.eu/roundcubemail )
I enter all data but I do not
understand why I can not fit into the webmail
thanks for all your feedback
SL
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
I have a CentOS server properly updated with php 5.2.11
I have a total lack of internal log roundcubemail
plus I have a serious problem in authentication
url http://fakessh.eu/roundcubemail/?_task=&_action=login
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
url http://fakessh.eu/roundcubemail
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
I activate the verbose mode of roundcube without further result
$rcmail_config['debug_level'] = 8;
I use the rpm
[root@r13151 ~]# rpm -qa | grep roundcubemail
roundcubemail-0.3-1.fc11
which corresponds to the stable version 3.0
I use postgresql configure by following the INSTALL file of the rpm
One problem that may occur: the large number of mail there on the server
several tens of thousands
and also the major problem I have: I have no log, but the rpm installation is
correct
my server does not seem corrupt, I will not forward mail bizarre and the logs
are clean
thanks for all your feedbacks
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
I sent the above attached message some time ago. I received no answer!
The problem is still there and I've found no solution yet.
Nothing changed after upgrade to 3.1
Can anybody help me? Any suggestion???
Giorgio
Subject: [RCU] problem with login after upgrade to 0.3 (password crypted?)
From: Giorgio Volpe <giorgio(a)movi.fvg.it>
Date: Fri, 23 Oct 2009 23:38:01 +0200
To: users(a)lists.roundcube.net
I've just upgraded from 0.2 to 0.3
I can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends the password to
the IMAP server not as is but "crypted"(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telnet the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Can anyone confirm this?
My config has
flag_for_deletion TRUE
But there's some strange behaviour in this setup.
Steps to follow:
1. Apply a filter
2. Delete messages in filtered list
3. Compact the folder
Result -> Unfiltered mailbox with the filter displayed.
Where I am expecting the filtered mailbox list to appear.
Bug, or feature?
Kind regards,
Spil
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
What needs to be changed to enable personal distribution lists in the
Address Book.
At the moment the email field in the contacts table is only varchar(128) I
think this can easely be changed to text so we can have unlimites comma
separated email addresses in there.
But I have noticed there is an e-mail validation test in the edit Contact
screen.
Where can I find the code to disable this?
--
Simple things make people happy.
Willy De la Court
PGP Public Key at http://www.linux-lovers.be/download/public_key.asc
PGP Key fingerprint = 784E E18F 7F85 9C7C AC1A D5FB FE08 686C 37C7 A689
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I upgraded to the latest patch today and now the accounts / settings
plugin does not work properly anymore. Now it is not possible to select
special folders, for additional created imap accounts. For the main account
it still works perfect, but no longer for additional accounts. Maybe it is
a problem of the "settings" plugin or "accounts" plugin. Has anyone the
same problem and a workaround solution ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from 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.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from 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.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
I have upgraded my install of RC from 0.2.1 to the latest stable 0.3.x
and now I notice that when I login to my IMAP account via RC, I show
no new messages even though I know there are 20 new messages on the
server. I don't have any other clients connected to the server like
Thunderbird or Outlook but I do know from checking on the mail server
directly that there are 20 new messages. I click the "Check for new
messages" icon in the web interface and noting new pops in at all. I
know its trying to check because I see the message window flash above
the screen very quickly each time I press the "Check for new messages"
icon. So no new messages flow in. I then open an old message
completely. Then when I go back to my message list window, all my new
messages appear. I don't understand why this is happening? It happens
on my work and home PC which leads me to believe it is a system issue
with RC, not my cached browser.
I did a fresh install from 0.2.1 > 0.3-stable on my server so I don't
think I did anything wrong.
Can someone please help me understand what causes this problem? It's
extremely annoying!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
On Tue, Oct 27, 2009 at 9:31 AM, Michal Drozdziewicz
<michal(a)drozdziewicz.pl> wrote:
> Hi all,
>
> Try "selecting" the inbox folder, even if it's selected. This does trick
> for me. Messages appear in the list.
I will try that but I still think this is a huge functionality bug.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
hope I'm right with my topic on this list.
Go some weird problems with the auto_create_users feature.
On the "first" Login there should be a new user created to the users
table.
But I can't login and the errors log gives me following.
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create new user in /
var/www/ispcp/gui/tools/webmail/program/include/rcube_user.php on line
452 (POST /webmail/?_task=&_action=login)
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create a user
record. Maybe aborted by a plugin? (POST /webmail/?_task=&_action=login)
If I go to the Line 452 and look at the source I see that this
condition returns a false and so the error is pushed:
if ($user_id = $dbh->insert_id('users'))
So in the end I don't get the Insert ID of the created user back.
But the Server does the insert correctly - there are now about 17
entries of the same mail address in the table.
If I try to echo the $dbh->insert_id('users') value, its null.
But if I do the insert manually and do a SELECT LAST_INSERT_ID(); it
works... so I don't really see whats the point?!
Has anyone of you experienced the same?
All other Logs (imap, SQL) dont signalise me that there would be
something wrong.
At the end my Config of MySQL and PHP.
Got PHP 5.3,0, self compiled with:
'./configure' \
'--with-pear=/usr/local/lib/php' \
'--sysconfdir=/etc/php5' \
'--with-config-file-path=/etc/php5' \
'--with-libxml-dir' \
'--with-pcre-regex' \
'--with-mysql' \
'--with-mysqli' \
'--with-zlib' \
'--with-zlib-dir' \
'--with-gd' \
'--with-png-dir' \
'--with-xpm-dir' \
'--enable-gd-native-ttf' \
'--with-gdbm' \
'--enable-ftp' \
'--with-mcrypt' \
'--enable-calendar' \
'--enable-wddx' \
'--with-jpeg-dir' \
'--enable-bcmath' \
'--enable-shmop' \
'--with-pdo-mysql' \
'--with-mhash' \
'--with-openssl' \
'--with-xsl' \
'--with-ldap' \
'--with-ldap-sasl' \
'--enable-dom' \
'--with-curl' \
'--with-iconv' \
'--with-freetype-dir' \
'--with-bz2' \
'--with-gettext' \
'--enable-exif' \
'--enable-mbstring=all' \
'--with-kerberos' \
'--with-sqlite' \
'--enable-zip' \
'--enable-sockets' \
'--enable-shared' \
'--enable-sqlite-utf8' \
'--enable-soap' \
MySQL is 5.0.51a-24+lenny2 - standard debian package
Best regards
Daniel Jäger
_______________________________________________
List info: http://lists.roundcube.net/users/
I've just upgraded from 0.2 to 0.3
I'can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends to the IMAP
server the password not as is but "
crypted(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telent the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/
Estou usando o Gmail e acho que vale a pena conferir. Isto é um
convite para você criar uma conta.
-----------------------------------------------------------------------
Tiago Gomes convidou você para abrir uma conta grátis do Gmail.
Para aceitar esse convite e abrir sua conta, visite
http://mail.google.com/mail/a-cb6ed28a0f-b0447f0e64-ba8cd8f00546bfa3
Uma vez criada a sua conta, Tiago Gomes será notificado do seu novo
endereço de e-mail para que vocês possam manter contato através do
Gmail!
Caso você ainda não tenha ouvido falar do Gmail, trata-se de um novo
serviço de webmail com recurso de pesquisa. O Gmail tem:
- Mais de 2.700 megabytes (dois gigabytes) de armazenamento grátis
- Recurso de pesquisa Google para procurar instantaneamente qualquer mensagem
- Organização automática de mensagens e respostas correspondentes em
forma de "conversas"
- Proteção eficaz contra spam baseada em tecnologia de ponta do Google
- Zero anúncios grandes e inoportunos; só pequenos anúncios em texto e
páginas relacionadas ao conteúdo das suas mensagens
Para saber mais sobre o Gmail antes de se inscrever, visite:
http://mail.google.com/mail/help/intl/pt_BR/benefits.html
Continuamos a trabalhar constantemente para melhorar o Gmail, por
isso, às vezes pediremos seus comentários e sugestões. Esperamos que
você goste do Gmail. E ele vai ficar cada vez melhor.
Obrigado,
A Equipe do Gmail
(Se você clicar nos URLs desta mensagem e eles não funcionarem,
copie-os e cole-os na barra de endereços de seu navegador.)
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using the SVN trunk version (3044) of Roundcube and I am seeing some weird behavior with Roundcube in my IMAP folders. I am not having any performance issues, but I am getting messages out of order. I basically want to have the newest messages at the top of the list and then go backward from there in reverse order by date. (i.e. newest -> oldest). I am seeing that behavior for most messages, but the ones from the past 1/2 month or so are showing up at the end of the list when they should be at the top of the list. I recently moved all my mail (via Thunderbird) from Thunderbird folders to IMAP folders. The dates listed in the date column are all correct, but could the sorting dates have gotten messed up? Any way to check this and correct it?
Thanks for any ideas or assistance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
but when I try to see the address book for roundcube returns the following
error: Internal Server Error
somebody have idea about this ?
sorry my bad english.
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
mas quando tento consultar os catalogo de endereços pelo roundcube retorna o
seguinte erro : erro interno do servidor
somebody have ideia about this ?
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm looking for a little guidance troubleshooting a caching problem.
I have an old linux box (2 GHz / 512 MB RAM) setup for a client running
postfix, dovecot, and roundcube.
They ran RoundCube 0.2 for a year without reporting any issues.
I recently upgraded them to RoundCube 0.3 (which they love by the way)
and they started reporting this strange issue:
UserA would login, check their mail, read/reply and delete everything in
their inbox.
UserA would stay logged in throughout the day.
At some point, a new message or messages would arrive for UserA.
According to the mail logs, the message(s) would be correctly delivered
into UserA's inbox via Dovecot's deliver app.
UserA would not see the message in RC. UserA would try hitting
send/receive, switch to different folders and then back to the
inbox, and even logging out/logging back in. The message would
still not show up in RC.
At some point, one of two things happens that resolves the issue:
* UserA waits for a while (a few minutes to a few days) and the message
suddenly appears.
* UserA sends a new message to someone (anyone) and after it's sent
the missing message(s) immediately show up in their inbox.
A few things I have checked:
* Not on an NFS filesystem. Mail is stored on a local ext3 partition.
* While UserA is not seeing the new messages, I have verified the messages
actually exist and have the correct permissions on the filesystem.
* cleared the 'cache', 'messages', and 'session' tables in the RC database.
* Mail logs definitely show messages arriving and being delivered even though
I can't see the message in RC.
* If I have both RC and Thunderbird open at the same time, I can see the
message immediately in Thunderbird, but not RC.
Disabling RC's caching via $rcmail_config['enable_caching'] = FALSE;
fixes the problem and prevents it from happening again.
I'm stumped on the next step.
I have no problem leaving caching disabled because none of our users have
more than 100 messages in any one folder and RC is running on the same
machine that dovecot is running on.
But I would like to figure out if this is something I screwed up, or
maybe something in the RC code.
Any pointers on what to check next? (I'm not that familiar with the
RC code, but I can do some PHP hacking/debugging if needed.)
Thanks for everyone's hard work by the way. RoundCube is the best open source
webmail app I have ever used.
-A
_______________________________________________
List info: http://lists.roundcube.net/users/
It appears that roundcube is connecting to the local SMTP server over
TLS, even though I explicitly set it to not use SSL or TLS:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'localhost';
Postfix logs showing the TLS connection being established, example.com
replacing the innocent domains:
Oct 11 01:20:26 server2 postfix/smtpd[12765]: connect from
localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: setting up TLS connection
from localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: TLS connection established
from localhost.localdomain[127.0.0.1]: TLSv1 with cipher
DHE-RSA-AES256-SHA (256/256 bits)
Oct 11 01:20:26 server2 postfix/smtpd[12765]: 7D1563BD48:
client=localhost.localdomain[127.0.0.1], sasl_method=LOGIN,
sasl_username=russell(a)example.com
Oct 11 01:20:26 server2 postfix/cleanup[12769]: 7D1563BD48: warning:
header Subject: asdasddsa from localhost.localdomain[127.0.0.1];
from=<russell(a)example.com> to=<rjones(a)example.com> proto=ESMTP
helo=<www.example.com>
I think it's great and all that it is so ambitious, but I was really
hoping it would do what I told it to do :) What am I missing here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
my linux box is CentOS 5.3
it is properly updated
I use the old old stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p
create database roundcubemail;
GRANT SELECT, INSERT, UPDATE, DELETE ON roundcubemail.*
TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****';
FLUSH PRIVILEGES;
quit
I applied a small patch personal
// application constants
define('RCMAIL_VERSION', '0.1.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
// define global vars
$OUTPUT_TYPE = 'html';
$INSTALL_PATH = dirname(__FILE__);
$MAIN_TASKS = array('mail','settings','addressbook','logout');
if (empty($INSTALL_PATH))
$INSTALL_PATH = './';
else
$INSTALL_PATH .= '/';
//This is the little patch that clears the session cookie
if ( isset($_COOKIE['session']) and !empty($_COOKIE['session'] ))
{
setcookie('session');
unset($_COOKIE['session']); //sureté
}
//This is the little patch that clears the session cookie
my problem is that I see appear the login page I enter all data but I do not
understand why I can not fit into the webmail
thanks for all your feedback
SL
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
My Mailserver (Debian/postfix/dovecot) use authentication against Active
Directory, but I had installed roundcubemail and
I wonder if it is possible to fill in the fields with the identity data from
AD?
thanks
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/