Hello,
does anyone know any way to send images of the signature attached to the
email message?
I tried to put the signature in html and images on the web server, but
many mail servers consider all emails sent with the signing as spam.
Any help will be welcome.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When a user logs into Roundcube, it automatically creates entries for
that user into my database (PostgreSQL) however when I delete a user
from my mail server, how exactly do I delete all entries or traces of
that user from my 'roundcube' database? I'm not sure how many tables
user data is written to but do you guys have a command or script that
removes all traces of a users database files? If you could please
share, I would be greatly appreciative!
-Carlos
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
i tried to read my gmail mails from within roundcube, which is working
great. The only bad thing is, that you can't use threaded view with gmail.
Is there any plugin available, which turns that feature on ? I know, that
the standard implementation of roundcube uses the functionality of the imap
server to group conversations but it looks like gmail did not activate that
feature on their servers. Is there any other possibility to get it working
with gmail ?
Best Regards
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm wondering how I might add a folder to the folder list under manage
folders via plugin. I see the folders_list hook, but this hook appears to
be deprecated and I don't see a good way to do it otherwise
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On 8/24/2011 2:11 AM, Tamashii wrote:
> Perfect!
>
> Thanks alot, it works now!
You're welcome. I hope I was able to save you some of the frustration I
went through when I originally dealt with this.
--
Stan
> Am 24.08.2011 02:23, schrieb Stan Hoeppner:
>> On 8/23/2011 5:49 PM, Tamashii wrote:
>> ...
>>> Both show me a login page - and I can login successfully (I see new mail
>>> an all options) - and then after 1-2 seconds I am kicked back to the
>>> login page.
>>>
>>> Any ideas what I can change?
>> Suhosin is built into Squeeze PHP5 and is the cause of the problem. Set
>> the following to fix it:
>>
>> /etc/php5/conf.d/suhosin.ini
>> ; Transparent Encryption Options
>> suhosin.session.encrypt = off
>>
>> I ran into this after my Lenny -> Squeeze upgrade in late April. It is
>> documented in this RCU thread:
>>
>> http://www.mail-archive.com/users@lists.roundcube.net/msg03507.html
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I've recently switched my webserver from Apache2 to Nginx (I'm running
Debian 6).
Before I could use Roundcube with just an added /roundcube from any
domain on my system.
I've tried to things to get that back:
1.st -> I used a symlink to add /var/lib/roundcube as webmail to the
respective web directory.
2.nd -> I used a config in Nginx like that:
server {
server_name webmail.mydomain.us;
root /var/lib/roundcube;
access_log /var/log/nginx/webmail.mydomain.us.access.log;
error_log /var/log/nginx/webmail.mydomain.us.error.log debug;
location / {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php;
}
location ~ \.php$ {
fastcgi_param SCRIPT_FILENAME /var/lib/roundcube$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
include /etc/nginx/php;
}
}
Both show me a login page - and I can login successfully (I see new mail
an all options) - and then after 1-2 seconds I am kicked back to the
login page.
Any ideas what I can change?
Thanks in advance!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube lovers
We're proud to announce the next major release of the Roundcube
webmail package: 0.6 is out now as beta.
And it's packed with new features, some of them have been awaited for
long time. So what's new?
* A full-featured address book with rich contact information
The address book UI was finally extended to store rich contact data
including photos. We worked hard to create a flexible and intuitive UI
to enter and manage the contact data. Along with that, import and
export of vcards was improved to support all the new fields. If you
have LDAP directories configured as address sources, you might review
the configuration and map the new contact fields to the according LDAP
attributes using the 'fieldmap' property.
* Group support for LDAP address books
While speaking of LDAP, the LDAP wrapper of Roundcube now also
supports address groups thanks to the contribution of Andreas Dick.
This requires some additional configuration which is described in the
comments of config/main.inc.php.dist
* ACL rights/namespace management plugin
The new package includes a plugin which extends the folder manager to
manage Access Control Lists according to RFC4314 and RFC2086. This
allows one to share folders with other users if the IMAP server
supports ACL. If there's a LDAP directory configured, the ACL manager
even does auto-completion when adding a new user.
* memcache support for session storage
As an alternative to the SQL-based storage of user sessions, Roundcube
0.6 is now capable of using memcache for fast and redundant storage of
session data. Set 'session_storage' and 'memcache_hosts' config
options to enable it.
* File uploads with progress display
Using the features of the APC module, Roundcube can now display the
progress of file uploads. This has to be enabled in config using the
'upload_progress' option. Make sure APC is available in PHP and that
apc.rfc1867 is set in php.ini
* Automated update process with database schema check
Upgrading Roundcube installations has become an easy task with the new
update shell script. Unpack the new package in some directory and then
run bin/installto.sh <TARGETDIR> from there. TARGETDIR is the location
of the Roundcube installation which you want to upgrade. The script
then copies all files to the target directory and does all
modifications necessary to get the database and config files
up-to-date.
* Exchange logo by config
And last but not least, one can now set a customized logo by config
without the necessity to create a new skin. We'd like to encourage all
hosting providers to set the 'skin_logo' config option with an URL to
their logo. This will hopefully clarify to your users, what service
they're actually using. We registered an increased amount of support
requests from users who don't understand that Roundcube is not a
public service but that they have to contact their ISP for help.
Of course there are also many improvements under the hood to make
Roundcube faster, more stable and more secure.
So go forth and install Roundcube 0.6 beta on your servers [1]. We
recommend to test it on a separate environment and report bugs to our
bug tracking system [2]. An improved and stabilized version will
follow soon.
A little note for skin developers: the new address book also brings
the following new template objects which need to be placed in the HTML
templates: contactphoto, contacthead, contactedithead,
photouploadform. Have a look at the default skin templates to get
inspiration for the placement and styling.
Many thanks to all who use and improve Roundcube every day!
Best regards,
Thomas
[1] http://roundcube.net/download
[2] http://trac.roundcube.net/
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
I'm interested in running roundcube without user auto-creation. How, then, can I
create the roundcube users? I couldn't find any documentation on this, only the
installer informed me that I would have to do it if I did not enable auto creation.
I'm also interested in restricting identity management for users so they can't
change their email address. However, how can I actually set this up in the first
place? Some of my users have Unix accounts so don't log in using full email
address, so the email address needs to be set explicitly.
Any help would be appreciated.
Cheers,
Ben.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have the latest trunk version of roundcube (revision 5070) and I
am having problems importing contacts from Google. I am having the issue
using the regular import in the addressbook from vCard format and also
with the google_contacts plugin. Basically what I am doing is exporting
my contacts from Google into a vCard (.vcf) format file. Then in
roundcube I go to the addressbook, click the import button, select the
vCard file and import. The import results just say that 0 contacts were
imported and nothing ever goes in the address book. I know that this
worked in the past, but I am not sure why it is not working now. Any
ideas or thoughts? Anyone else seeing this? Any work around?
Thanks
for any help!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e