Page 1 of 1

roundcube webmail fsockopen

Posted: Wed Jul 20, 2011 10:07 am
by nobody
Hi guys.

After the upgrade to asl 3.0 I noticed that my roundcube webmail wasnt working. I also couldnt find out why in the logs.
Finally I found out it was fsockopen. If you have it disabled then you or your clients won't be able to run roundcube !

Re: roundcube webmail fsockopen

Posted: Thu Oct 24, 2013 10:40 am
by brannou
thanks it helped me to solve my connections's problem with roundcube :-)

Re: roundcube webmail fsockopen

Posted: Thu Oct 24, 2013 5:08 pm
by faris
With horde it was popen and something else I think. by changing its configuration to make it connect to localhost it wasn't necessary to worry about insecure php settings.

I wonder if something similar might be possible with roundcube......

Breun and pprupert from Lemonbit seem to be the webmail (and everything else) experts ... maybe they will chip in with some info?

Re: roundcube webmail fsockopen

Posted: Thu Oct 24, 2013 5:51 pm
by nobody
I use roundcibe with asl for years. Let me know what you need :)

Re: roundcube webmail fsockopen

Posted: Thu Oct 24, 2013 6:00 pm
by prupert
- Roundcube: only allow fsockopen
- Horde: configure SMTP in stead of sendmail binary (so no need to allow popen), only allow fsockopen

PHP fsockopen is used to make an SMTP connection.