mailinabox/conf
Joshua Tauberer 6d259a6e12 use "127.0.0.1" throughout rather than mixing use of an IP address and "localhost"
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
2016-05-06 09:10:38 -04:00
..
fail2ban Add documentation on why the notification was removed from the recidive jail 2016-03-26 13:37:33 +01:00
zpush use "127.0.0.1" throughout rather than mixing use of an IP address and "localhost" 2016-05-06 09:10:38 -04:00
dovecot-mailboxes.conf add additional comments explaining why the IMAP special folders are set up as they are 2015-11-01 07:30:15 -05:00
ios-profile.xml the new iOS configuration profile also is used on OS X 10.10.1, see #261 2014-11-18 16:32:37 +00:00
management-initscript nightly status checks could fail if any domains had non-ASCII characters 2016-02-13 11:51:06 -05:00
mozilla-autoconfig.xml implement Mozilla (e.g. Thunderbird) autoconfiguration file 2015-01-31 21:33:18 +00:00
nginx-alldomains.conf Fixed a bug where autoconfiguration for Z-Push fails due to case of URL. 2015-06-25 11:56:33 +02:00
nginx-primaryonly.conf Fix denied ownCloud nginx locations 2016-03-31 00:07:48 +02:00
nginx-ssl.conf nginx-ssl.conf changes were partially incorrect, partial revert of 834c42bc50 2015-10-24 11:36:18 +00:00
nginx-top.conf put a sterner warning in nginx local.conf about not modifying it 2014-08-23 12:35:59 +00:00
nginx.conf s/SSL/TLS/ in user-visible text throughout the project 2016-01-04 18:43:16 -05:00
postfix_outgoing_mail_header_filters outgoing_mail_header_filters use local hostname and ip 2015-07-02 16:04:56 -04:00
sieve-spam.txt Disable encapsulation of spam and marking of it as seen 2014-10-28 15:15:21 +00:00
www_default.html update default www page to link to the website, fixes #96 2014-07-07 07:07:54 -04:00