Commit Graph

11 Commits

Author SHA1 Message Date
Aleksander Machniak
2225cf1bc7 Mail_mimeDecode is not used anymore 2016-08-20 19:42:32 +02:00
Alex Brandt
90713d051e ensure htaccess files are used
The htaccess files contain a few rewrites that ensure basic hiding of
scripts that shouldn't be accessed is enforded.  This commit is based on
the changes in pull request #298 (thanks goes to @minad).

Also in this commit is a re-ordering of Dockerfile statements to
leverage caching when working on the apache configuration.  There are
probably other improvements to be made but I'm not enough of a PHP
expert to spot them.
2016-08-19 15:58:44 -05:00
Shawn Warren
3610375aea Add ca-certificates package
Fixes "Connection to storage server failed." error when running roundcube with php 5.6+.
2015-07-22 16:10:16 -05:00
Alex Brandt
96832a906f use alternate separator in sed statement
hub had a problem with the quotes in the sed expression so rather than
worry about it, I've dropped the problem completely.  The double quotes
don't mask the slash in the path for cat.  Thus, using a different
separator removes the problem of a truncated expression.
2015-06-25 10:23:31 -05:00
prashant
521bea4bd8 Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	Dockerfile
2015-06-23 16:09:14 -06:00
Prashant Jois
e8e1032023 full path to cat needs to specified in order for this to work 2015-06-16 13:02:58 -06:00
Alex Brandt
9efbd8f92b drop /html from DocumentRoot
debian:8.0 also changed the default DocumentRoot location and the sed
statement needed to be updated to reflect this.
2015-06-15 14:36:55 -05:00
Alex Brandt
3c8b10f242 Update Dockerfile for debian:8.0
The latest import for the Dockerfile began having failures due to apache
configuration changes in debian.  This update fixes those failures and
pins the base debian image to avoid these issues until we need to update
debian itself.
2015-06-07 14:06:21 -05:00
Ryan Richard
b45f9af933 fix pear dependencies
* net_smtp2 to net_smtp
* auth_sasl2-beta to auth_sasl

Currently installing `Net_SMTP2` results with the following error:

```bash
[09-Jan-2015 21:15:14 UTC] PHP Fatal error:  Class 'Net_SMTP' not found in /var/www/program/lib/Roundcube/rcube_smtp.php on line 111
```

Switching back to Net_SMTP fixes this issue
2015-01-12 13:14:47 -06:00
Alex Brandt
616f88a843 Add SSL support to Dockerfile. 2014-12-28 10:59:38 -06:00
Alex Brandt
dd4973c2c8 Add Dockerfile. 2014-12-28 10:59:38 -06:00