- 16 May, 2016 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
can't change roundcube's default_host setting, partially reverts 6d259a6e The default_host setting is a part of the internal username key. We can't change that without causing Roundcube to create new internal user accounts.
-
Joshua Tauberer authored
-
- 06 May, 2016 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
On some machines localhost is defined as something other than 127.0.0.1, and if we mix "127.0.0.1" and "localhost" then some connections won't be to to the address a service is actually running on. This was the case with DKIM: It was running on "localhost" but Postfix was connecting to it at 127.0.0.1. (https://discourse.mailinabox.email/t/opendkim-is-not-running-port-8891/1188/12.) I suppose "localhost" could be an alias to an IPv6 address? We don't really want local services binding on IPv6, so use "127.0.0.1" to be explicit and don't use "localhost" to be sure we get an IPv4 address. Fixes #797
-
- 24 Apr, 2016 1 commit
-
-
aspdye authored
-
- 09 Apr, 2016 1 commit
-
-
aspdye authored
-
- 07 Apr, 2016 2 commits
-
-
Michael Kroes authored
-
kurt89523 authored
-
- 01 Apr, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 31 Mar, 2016 3 commits
-
-
Joshua Tauberer authored
fixes Roundcube getting stuck for some people, hopefully fixes #693
-
Joshua Tauberer authored
hotfix - install roundcube from our own mirror, hosted in Josh's AWS S3 account, because sourceforge is down all the time fixes #750, see #701, see #370 was df92a10e
-
Joshua Tauberer authored
-
- 26 Mar, 2016 2 commits
-
-
Michael Kroes authored
-
Michael Kroes authored
-
- 25 Mar, 2016 1 commit
-
-
david authored
-
- 23 Mar, 2016 3 commits
-
-
Joshua Tauberer authored
install roundcube from our own mirror, hosted in Josh's AWS S3 account, because sourceforge is down all the time fixes #750, see #701, see #370
-
Michael Kroes authored
Add a swap file to the system if system memory is less than 2GB, 5GB of free disk space is available, and if no swap file yet exists
-
Joshua Tauberer authored
-
- 20 Mar, 2016 1 commit
-
-
yodax authored
-
- 14 Mar, 2016 2 commits
-
-
Michael Kroes authored
-
Michael Kroes authored
-
- 11 Mar, 2016 2 commits
-
-
Michael Kroes authored
-
Michael Kroes authored
-
- 01 Mar, 2016 3 commits
-
-
c0h1b4 authored
Fix for putty (Windows) Line Drawing characters to be shown correctly.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Fixes #741.
-
- 25 Feb, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 21 Feb, 2016 2 commits
-
-
Michael Kroes authored
-
Michael Kroes authored
-
- 18 Feb, 2016 3 commits
-
-
Ángel Guzmán Maeso authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
This reverts commit b32cb622. Fixes #627. Fixes #653. Closes #714.
-
- 16 Feb, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 15 Feb, 2016 1 commit
-
-
Joshua Tauberer authored
-
- 14 Feb, 2016 2 commits
- 13 Feb, 2016 1 commit
-
-
Joshua Tauberer authored
https://discourse.mailinabox.email/t/status-check-emails-empty-after-upgrading-to-v0-16/1082/3 A user on that thread suggests an alternate solution, adding `PYTHONIOENCODING=utf-8` to `/etc/environment`. Python docs say that affects stdin/out/err. But we also use these environment variables elsewhere to ensure that config files we read/write are opened with UTF8 too. Maybe all that can be simplified too.
-
- 01 Feb, 2016 2 commits
-
-
Joshua Tauberer authored
bind postfix to the right network interface when sending outbound mail so that SPF checks on the receiving end will pass fixes #3 (again)
-
Joshua Tauberer authored
-