mailinabox/conf
Joshua Tauberer df20d447a9 add an api for setting custom DNS records
Works like this:

```curl -d "" --user email:password https://.../admin/dns/set/qname/rtype/value```

where the rtype and value default to "A" and the remote IP address of the request, so that a simple, empty POST to

```https://.../admin/dns/set/desktop.mydomain.com```

will point desktop.mydomain.com to the caller's IPv4 address.

closes #140
2014-08-23 23:03:45 +00:00
..
zpush z-push autodiscover should use the primary hostname for the mail server and not the domain part of the email address (both may work, but the primary hostname is more likely to have a signed SSL cert) 2014-08-19 11:49:20 +00:00
management-initscript obviously put our stuff in /usr/local and not /usr 2014-06-21 12:35:00 -04:00
nginx-primaryonly.conf owncloud will only let users access it from the PRIMARY_HOSTNAME (due to its trusted_domains option being set statically), so only include /cloud in the nginx configuration for PRIMARY_HOSTNAME 2014-08-16 12:33:10 +00:00
nginx-ssl.conf update nginx SSL options, fixes #61 2014-06-03 14:06:02 +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 add an api for setting custom DNS records 2014-08-23 23:03:45 +00:00
postfix_outgoing_mail_header_filters Filter privacy-sensitive headers on outgoing mail 2014-06-08 18:35:09 -04:00
sieve-spam.txt use the Dovecot managesieve service to manage sieve scripts 2014-07-10 23:09:07 +00:00
www_default.html update default www page to link to the website, fixes #96 2014-07-07 07:07:54 -04:00