Hi All,
I have configured RoundCube with SSL, the login url is https://webmail.xxx.mu/
I want to login automatically to this url using curl from within a PHP application(using php curl library) inorder to implement a single signon solution.
Can someone please help me with this ??
Thanks
coolatt
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
I was wondering if it's possible to remove the RC logo from the upper
left corner of the login screen. I have seen login screens with custom
logos but I just want a login screen without any logos. Is this
possible?
_______________________________________________
List info: http://lists.roundcube.net/users/
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/