I attempted to set this by changing
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 587;
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '%p';
but I got 250 errors in roundcube (and nothing but a connect followed by
a quick disconnect in the MTA log)... so I'm guessing it doesn't? That
or I missed something...
--
Best regards,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I am testing roundcube 0.7-stable. I configured LDAP Adressbook with the
following groups properties:
'groups' => array(
'base_dn' => 'dc=mydomain',
'filter' => '(objectClass=rmailGroup)',
'object_classes' => array("top", "mailGroup"),
'member_attr' => 'rfc822member', // name of the member
attribute, e.g. uniqueMember
'name_attr' => 'cn', // attribute to be used as group name
),
I can see the users and groups emails in address book but not group
members. When i click on group no member listed.
After enabling rouncube debug, I saw the following LDAP query. It seems
that RC users full dn as a filter value.
[29-Dec-2011 17:20:55 +0200]: C: Search
[(|(member=uid=user@test.com,ou=test.com,o=mail,dc=mydomain)(uniqueMember=uid=user@test.com,ou=test.com,o=mail,dc=mydomain)(*rfc822member=uid=user@test.com,ou=test.com,o=mail,dc=mydomain*))][dn:
dc=mydomain]
But the filter value must be username not full dn as above.
Any idea?
--
Ismail YENIGUL
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm using rcmail 0.7 from source. I setup everything but don't understand
the identitities_level feature in main.inc.php and the identities
generally.
I want to create a new mail, but even if I have
identities_level = 3, I can specify the From: address and even if I don't
enter any, I'm noticed with message box, that I must enter some
From: address. Why?? Because
I can enter ANY address for example something like 'nonexistent(a)email.com'
if I really want (the only domain part is checked).
How is the idea of this? Am I missing something or do I have to configure
something more?
According to me, the textbox for entering ANY email address should be
replaced with label 'myownemail(a)address.com' and link for editing
identities should disappear...
Thank you
Best regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
New to roundcube and dovecot - bear with me if this questions are too basic.
On Debian I got dovecot working for imap and pop3. Installed them with
apt-get install ...
Postfix has been running for a while.
I configured dovecot to access the incoming mail from the correct
location. Testet receiving mail with my mail client using pop.
Stopped the mail client from periodically receiving mail.
How can I see new incoming mail in roundcube Inbox? I checked that
postfix has written new mail at the inbox location but dovecot does not
update their indexes.
Something simple is missing here I guess.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
> my question was, what do you see in the gui?
> -> a dropdown left from the address? or even something like "Address"?
> if you change the dropdown, do it not change?
> or what does not work?
> Andreas
Hi, did this get resolved?
I too am having trouble with the alternative work/home addresses. The
email and phone number fields work as expected but there is no 'Add
Field > Address' option (only email, phone and website in my case).
I'm not really sure what the config should look like but here is mine
(using the evolutionPerson schema). There are a couple of things
commented out but that's just from previous experimentation:
'fieldmap' => array(
// Roundcube => LDAP
// Main information
'firstname' => 'gn',
'jobtitle' => 'businessRole',
'name' => 'cn',
'organization' => 'o',
//'photo' => 'jpegPhoto',
'prefix' => 'title',
'surname' => 'sn',
// Contact Properties
'email' => 'mail',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
'phone:mobile' => 'mobile',
// Work address
'address:work' => 'street',
//'zipcode:work' => 'postalCode',
//'locality:work' => 'l',
// Home address
'address:home' => 'homePostalAddress',
//'zipcode:home' => 'postalAddress',
//'locality:home' => 'otherPostalAddress',
//'region:home' => 'st',
//'country:home' => 'co',
'website' => 'labeledURI',
// Personal information tab
'anniversary' => 'anniversary',
'birthday' => 'birthDate',
'manager' => 'managerName',
'spouse' => 'spouseName',
// Notes tab
'notes' => 'note',
),
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
As of January 2012 Roundcube will be licensed under the GNU General
Public License (GPL) Version 3 or later (with exceptions for skins &
plugins) while it was licensed under GPL (v2) before that change.
Actually the license situation wasn't absolutely clear before because
some parts of the Roundcube code didn't specify a version number of
the GPL while others did. Those parts not specifying a version number
could, according to the GPL license text, be considered as either
version 2 or any later version.
*Clarification and Preparation for the Future*
Because of the incorporated numerous other components, the only
options for licenses are in the GNU GPL family, namely GNU GPLv2, GNU
GPLv3, GNU AGPLv3.
In order to become license compatible with some of the newer
technologies we would like to be able to use and to be well prepared
for future development and integration we decided to officially change
to GNU GPL "version 3 or any later version".
Together with the change to GPLv3+ we also added the following
exception to the Roundcube license agreement which explicitly excludes
skins & plugins from the terms of the GPL:
" This file forms part of the Roundcube Webmail Software for which the
following exception is added: Plug-ins and Skins which merely make
function calls to the Roundcube Webmail Software, and for that purpose
include it by reference shall not be considered modifications of the
software.
If you wish to use this file in another project or create a modified
version that will not be part of the Roundcube Webmail Software, you
may remove the exception above and use this source code under the
original version of the license. "
This shall give a maximum flexibility to skin designers and plugin
developers to choose any other license for their work or even to
create commercial or proprietary components without being forced to
publish them according to the strong copy-left requirements of the
GPL.
The original proposal and the following discussion about this license
clarification can be read in our mailing list archive:
http://lists.roundcube.net/mail-archive/dev/2011-11/0000040.html
*Request for Agreement*
Because the copyright in Roundcube is not consolidated, making these
updates requires the agreement of all contributors to Roundcube.
So if you have in the past contributed to Roundcube, we would very
much like to ask for your explicit agreement with this path forward.
We believe this primarily represents a clarification and an adjustment
to what we practiced over the past years.
But of course we cannot force anyone to agree, so for those who do not
agree to this license update we still offer the choice to have their
code removed from Roundcube.
Please contact us in case you have serious objections against the
GPLv3+ with exceptions for skins & plugins and you want your
contributed code to be removed.
Thanks for all your support, we're looking into an exciting future of
Roundcube in the year 2012.
Best,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I recently upgraded to v0.7, and we
are no longer able to see inline or attached JPG images. How can we resolve
this?
Would it have anything to do with this setting in main.inc.php?
$rcmail_config['client_mimetypes']
= null; # null == default
Thank you,
Jess
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube Users,
I've been using Roundcube from version 0.4.2 installed with Directadmin.
I would like to make Roundcube to show my users their quota usages.
I searched for the solution much but with no success. By the way as I saw it
should be a default feature.
Could you help me how to make it being shown?
Thank you very much!
Bye
Chris
from Hungary
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers and list lurkers
After another round of bugfixing we're happy to announce the stable
release of Roundcube webmail version 0.7. Beside fixing the generously
reported bugs we also added some security improvements which will
protect the Roundcube users from XSS and clickjacking attacks. While
most of the modern browser already provide good production for such,
we addressed the security of older browsers by doing some more content
filtering and environment analysis.
With this release Roundcube also passes the email standards project's
acid test. See http://www.email-standards.org/acid-test for details
and help spread the word about it.
We recommend to update all existing Roundcube installations with this version.
Get it now from http://roundcube.net/download and give it a try.
After completing that milestone we're now focusing on the
implementation of your new skin which should become part of the next
release.
Also we're observing with great pleasure that Roundcube becomes more
and more popular and meanwhile ships with sophisticated server
software such as the Kolab Groupware or Mac OS X Lion Server. Thanks
for your confidence and your support!
Have fun!
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e