Are there any plans to add email filtering to any future roundcude
releases
***************************
This email message and any files transmitted with it are intended solely
for the use of the individual or entity for whom it is addressed. It
may contain confidential and privileged information. If you are not the
intended recipient, please contact the sender and destroy all paper and
electronic copies of this message and its contents. Any unauthorized
review, use, disclosure or distribution of this email or any file
attachments is strictly prohibited.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, May 18, 2009 at 1:40 PM, Jon Watson <jwatson(a)watsysgroup.com> wrote:
> I had the same problem with RC running on an ISPCOnfig machine.
>
> I eventually figured out that RC just grabs the first username from
> /etc/postfix/virtualuser and plunks it in the default identity. My Postfix
> was creating both a user(a)host.domain.com and a user(a)domain.com for each user
> I had and RC was grabbing the www.domain.com user as the default identity. I
> had to reconfigure my Postfix to stop creating the user(a)www.domain.com
> address for each user.
>
> As stated, I am using ISPConfig, so I made my changes within it's
> configuration interface. You'll have to sort out how to change your own
> MTA's configuration to make it stop creating a host.domain.us entry for your
> users.
I don't understand. When I send mail from my MTA (Postfix), it's
received as expected. When I send mail using Roundcube, it adds the
FQDN to the address. I would assume there is a config change needed
somewhere in main.inc.php.
_______________________________________________
List info: http://lists.roundcube.net/users/
When I send email from Roundcube, it makes it to the destination but
shows the message is from:
user(a)host.domain.us
This is a huge problem as people expect email to come as:
user(a)domain.us
Where in the config file can I adjust this? I can't seem to find this
in the manual or via Google search.
_______________________________________________
List info: http://lists.roundcube.net/users/
What is going on with the forums for 'Roundcube"? When I browse to the
URL, the page redirects to http://xsaimex.mybrute.com/ (work safe).
Is this a known issue?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi together,
is there a way to make roundcube look better on very small screens? I have a image of it (inside fullscreen firefox) at [1] and as you can see the columns are not set up too well. There should be much more space for the subject and less for stuff like date... is there an option to improve the situation?
Regards,
Michael
[1] http://nailor.devzero.de/oneshot/2009-05-17/roundcube/af566a4465532f68/roun…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone!!!
I have the next problem with contacts on ldap
[13-may-2009 11:46:26] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/correoweb/roundcubemail/program/steps/address
book/func.inc on line 25
Anyone help me?
--
##################################################
# Esteban Torres Rodríguez #
# Área de Soporte Técnico #
# Subdirección de Sistemas Informáticos #
# Empresa Pública Desarrollo Agrario y Pesquero #
# email: etorres(a)dap.es #
##################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
I frequently (once a day) get the latest working copy of RoundCube out of SVN and I am currently running revision 2468. Every time that I try to allow images in emails using the "Always show images from..." link, I get a red shaded box at the top of the page that says "Unknown Server Error!" and then disappears. The contact appears to have been added to the address book properly and images do show up, but only a few updates (days) ago I was not receiving this message when performing the same task. Is there something that I am doing wrong or maybe a database update I need to do? I checked the web server logs and also the RoundCube logs for any error messages and there were none. This error occurs with all contacts that I perform this action on.
Any help in tracking this down would be appreciated.
_______________________________________________
List info: http://lists.roundcube.net/users/
Sol Badguy wrote:
>> Hello,
>>
>> I am making an SSO-like system based on the Roundcube connection and
>> would like to check from a Ruby on Rails App that the user is logged in
>> Roundcube. I have tried to make a HTTP GET request from my Rails app and
>> checking for the existance of the login form on the index.php page.
>>
>> Here's my rails code
>>
>> require 'net/http'
>>
>> url = URI.parse('http://www.mysite.com/dir1/index.php')
>> req = Net::HTTP::Get.new(url.path)
>> res = Net::HTTP.start(url.host, url.port) {|http|
>> http.request(req)
>> }
>>
>> reg = /<div id="login-form">/
>> logged = reg.match(res.body) ? false : true
>>
>> even though a user is connected in Roundcube my get keep returning the
>> login page.
>> Where am I mistaken ? Or does anyone have a better way of doing this ?
Michael Orlitzky wrote:
> Two things are wrong.
> First, if the user was logged in to Roundcube, it would be his or her
> computer that was logged in, not your server. So, when your server
> (Rails) requests the Roundcube page, it gets the login form. Because
> your server *isn't* logged in to Roundcube -- the user's computer is.
> Second, even if you were somehow performing this check on the user's
> computer, it wouldn't work. There are security measures in place to
> prevent it. If I'm logged in to Site A (Roundcube), and visit Site B
> (Rails app), the two should not be able to find out anything about each
> other. This is a Good Thing.
> If you really think this is the right way to do single sign-on -- I
> don't think it is, but I'm not willing to argue it right now-- then I
> would suggest storing your PHP sessions in a SQL database. See for example,
> http://us.php.net/session_set_save_handler
> and the related functions. Also consider Googling around for "php sql
> session" and similar.
> If,
> a) You store the Roundcube session in SQL
> b) Your Rails application can access this SQL database and knows what to
look for
> then you might be able to determine whether or not a particular user is
> logged in to Roundcube. Be careful with how you perform the checks,
> though. You wouldn't want to assume that two users are the same person
> simply because they have the same IP address
Hello Michael,
Thank you for your answer.
I agree with
you this is quite a rough way of doing SSO, it's my first try at it and
any cleaner way of doing so would be welcome.
I will follow
your suggestion and make Roundcube store the session in my Rails' SQL
Database and check if my user is connected without using the IP address.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello!
This is my first message to this list.
First about my setup:
My roundcube is accessible by two urls (mail.one.com and mail.two.com).
However internally apache looks into the same directory
(/var/www/roundcube) and as far as I see it there should be no
difference regarding the features enabled or disabled.
The problem is that everyone accessing mail.one.com has the "add
attachment" button disabled.
If, with the same IMAP user (arthur(a)one.com), I access roundcube thru
the second URL (mail.two.com) everything is fine.
I triple-checked permissions, I tried different browsers, different
computers, I even restarted the server.
Maybe this isn't strictly roundcube related but I hope anyone has an
idea to get me going.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am making an SSO-like system based on the Roundcube connection and would like to check from a Ruby on Rails App that the user is logged in Roundcube. I have tried to make a HTTP GET request from my Rails app and checking for the existance of the login form on the index.php page.
Here's my rails code
require 'net/http'
url = URI.parse('http://www.mysite.com/dir1/index.php')
req = Net::HTTP::Get.new(url.path)
res = Net::HTTP.start(url.host, url.port) {|http|
http.request(req)
}
reg = /<div id="login-form">/
logged = reg.match(res.body) ? false : true
even though a user is connected in Roundcube my get keep returning the login page.
Where am I mistaken ? Or does anyone have a better way of doing this ?
Thank you for your help.
_______________________________________________
List info: http://lists.roundcube.net/users/