-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: TOASTER_WEBMAIL_PROXY=nginx (#595)
- feat: as an alternative to haproxy, use the installed nginx as the reverse proxy - nginx: support TOASTER_WEBMAIL_PROXY=nginx - webmail: add https proxy config, for TOASTER_WEBMAIL_PROXY=nginx - previously, haproxy sent proxy_protocol v2. Eventually, everything should use Forwarded (RFC 7239), for now we use the lowest common denominator: X-Forwarded-For - fix: newsyslog.conf.d files must end with .conf - fix(mail_dmarc): install .ini file in correct location - data: standardize dirs in /data - mt: stage_setup_tls populates /data/etc/tls - dovecot: /data/etc/ssl -> /data/etc/tls - haproxy: /data/ssl.d -> /data/etc/tls.d - webmail: acme document root /data -> /data/htdocs - letsencrypt: install acme.sh from ports - letsencrypt: updates for etc/tls, add webmail deploy script - mua: for testing, find or install curl, fixes #594 - mysql: use jail_is_running (noop) - roundcube: configure SA user prefs plugin - mt: added stage_enable_newsyslog, used in nginx, php, haraka, mongodb, redis, rspamd, spamassassin - geoip: switch updater to geoipupdate, fixes #591 Checklist: - [x] docs up-to-date
- Loading branch information
Showing
20 changed files
with
392 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.