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/