Hi all,
i want to bypass the login screen so that username+password for each
user is automatically retrieved from a mysql db in clear text.
the idea is that an ID,username & password is stored in a database.
in the url of roundcube i want to add the id and make roundcube
retrieve the corresponding username & password from the database.
when accessing roundcube i appended a SSID value like this:
https://webmail.xxx.mu:21443/index.php?ssid=333
in index.php i added some code at the top to retrieve the SSID using GET but its not working:
PHP Code:
<?php
////////////////////////////////////////////////////////
$ssid = $_GET['ssid'];
$myFile = "/tmp/session";
$fh = fopen($myFile, 'w') or die("can't open file");
fwrite($fh,$ssid);
fclose($fh);
////////////////////////////////////////////////////////
// include environment
require_once 'program/include/iniset.php';
thanks..coolatt
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
<div id="_rc_sig">
<pre>Can anyone else duplicate this? I have a few users still on Mac OS
10.3.9, which uses an old version of Safari (1.3.2). In that version, the
messagelist shows empty for any folder, although the message count is
correct. Also the Preferences don't load when the left column links are
clicked.<br /><br />Is this <br /><br />--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________</pre>
</div>
_______________________________________________
List info: http://lists.roundcube.net/users/
I am getting complaints from users that when they attempt to reply to
a email they received in RC, their text cursor gets defaulted to the
bottom of the email. I know this is the correct method to reply but
users don't like it and want RC to mirror Outlook reply style where
their reply is seated above the reply, not below. Is there a way to
force RC to default the cursor above the reply?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I've updated the version of PHP running on my Mac OSX server and the
new version includes mcrypt which I didn't have before. Since then
I've not been able to log in.
There appears to be a problem with the length of the initialization
vector being handed to the mcrypt function, the interesting thing
being that the length is changing each time: 11, 18, 9, 12.
The error logs show:
ali@buggles:/Library/Webserver/Documents/roundcube$ tail logs/errors
[10-Nov-2009 13:23:09] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
11, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:23:12 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:36:59] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
18, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:37:02 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:38:16] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length: 9,
needed: 8 in /Library/WebServer/Documents/roundcube/program/include/
rcmail.php on line 995
[10-Nov-2009 13:38:21] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
12, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:38:24 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
Grateful for any advice!
Cheers
Ali
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello it is possible show the mail user on the webmail example:
"Welcome peanuts(a)linus.it [1]" because i've a few mail on the same domain
and i dont' remember with which I have logged mail.
Sorry for my terrible
english.
Best Regards
Ivan
Links:
------
[1] mailto:peanuts@linus.it
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i have upgraded my roundcube to 0.3.1 version. After do the upgrade all is
working perfect but the tildes are not seeing correctly.
I have upgraded the files:
- index.php
- ./bin/
- ./SQL/
- ./program/
- ./installer/
- ./skins/default/
- ./plugins/
And i have executed the mysql.update.sql
Can anybody help me?
Thank you
Juan
_______________________________________________
List info: http://lists.roundcube.net/users/
I've discovered that, in my SVN checkout of roundcube, something
strange is going on. If I specify that my default_host is 'localhost',
things work just fine, but if I specify that my default_host is
something else... ANYTHING else (such as my hostname), Roundcube will
report that all folders have three new messages in them. Nothing else
appears to be affected (i.e. opening the folders and reading messages
works fine, it's just the unread-count that's wrong).
This is particularly frustrating for me because I host multiple
domains with slightly different IMAP preferences, and I need to be
able to connect to other domains on my server.
Does anyone else have the same issue? Or know of a fix?
Thanks,
~Kyle
--
The test of our progress is not whether we add more to the abundance
of those who have much; it is whether we provide enough for those who
have too little.
-- Franklin D. Roosevelt
_______________________________________________
List info: http://lists.roundcube.net/users/
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/