Commit Graph

70 Commits (f0d29ba8ef3f3ebc443aa938586d3df854cae5f3)

Author SHA1 Message Date
André Peters 5c78aa4711
Merge pull request #2145 from ThomDietrich/patch-1
Fix typo in generate_config.sh
2019-05-05 23:15:50 +02:00
andryyy 64382c7ece
[Config] Clarification about mailcow_hostname 2019-05-01 23:17:10 +02:00
André Peters 987e884407
Merge branch 'master' into admin-login 2019-03-31 15:49:18 +02:00
andryyy c612f7ee4c
[Config] Add SKIP_HTTP_VERIFICATION 2019-03-29 07:48:31 +01:00
Marcel Hofer 7d2289c3a7 Merge branch 'master' into admin-login
# Conflicts:
#	data/web/js/site/mailbox.js
2019-03-23 21:17:02 +01:00
andryyy 22798a85e5
[Config] Add MAILDIR_SUB, "Maildir" for new setups by default
[Update] Add MAILDIR_SUB= for updated mailcows
[Dovecot] Read MAILDIR_SUB for mail_home
2019-03-18 14:09:32 +01:00
André Peters 3d8a46357b
Merge branch 'master' into admin-login 2019-03-18 02:03:59 +01:00
andryyy 5b8a983be2
[Update, Config] Set mode 600 for mailcow.conf 2019-03-12 23:23:38 +01:00
Marcel Hofer cac67db203 add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins 2019-02-23 17:59:18 +01:00
andryyy 9bd1fcbede
[Config] Add hint to disable Solr if you do not want a readable index in solr-vol-1 2019-01-29 13:29:30 +01:00
andryyy 2507a8fd31 [Config] Use #!/usr/bin/env bash for scritps, fixes #2226, thanks to @cptMikky 2019-01-27 19:50:15 +01:00
andryyy c3d67805a1 [Config] Add ACL_ANYONE to generate_config.sh 2019-01-26 19:31:01 +01:00
James Smith be44ca019d
Fix hard-coded SKIP_CLAMD 2019-01-17 21:23:24 +00:00
andryyy ae4e1358a2
[Solr] Refuse to start with RAM lt 2 GB
[Config/Update] Set limits and change descriptions for Solr
2019-01-17 20:25:38 +01:00
andryyy d008b67111
[Config] Change some texts, lower RAM req. to 3.5 GB for Solr 2019-01-17 19:44:57 +01:00
André Peters f3dfe346bf [Dovecot] Allow setting ACL_ANYONE in mailcow.conf 2019-01-16 19:08:19 +01:00
Thomas Dietrich 7cdd90ddea
Update generate_config.sh 2019-01-03 00:58:25 +01:00
Thomas Dietrich 52cd40aa35
Fix typo in generate_config.sh 2019-01-02 20:17:37 +01:00
Thomas Dietrich 5b17fb80cd
Fix misleading typo in generated mailcow.conf 2018-12-30 14:10:30 +01:00
andryyy d14cef6ee2 [Config] Add info for sub.* records to generate_config.sh 2018-11-12 10:06:22 +01:00
andryyy c9cf3476a0 [Update] Remove obsolete parameters
[Compose] New watchdog image
[Watchdog] Allow multiple rcpts separated by comma
2018-10-26 10:07:23 +02:00
André 143f6f0872 [Config] Add allowed chars for API key 2018-10-11 12:01:37 +02:00
André 62b27aeacb [Dovecot] Check garbage hourly
[Dovecot] Update SA rules once when container starts
2018-10-02 09:34:21 +02:00
André 0fb43f4916 [Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)
[Docker API] Create pipe to pass Rspamd UI worker password
[Dovecot] Pull Spamassassin ruleset to be read by Rspamd (MANY THANKS to Peer Heinlein!)
[Dovecot] Garbage collector for deleted maildirs (set keep time via MAILDIR_GC_TIME which defaults to 1440 minutes)
[Web] Flush memcached after mailbox item changes, fixes #1808
[Web] Fix duplicate IDs, fixes #1792
[Compose] Use SQL sockets
[PHP-FPM] Update APCu and Redis libs
[Dovecot] Encrypt maildir with global key pair in crypt-vol-1 (BACKUP!), also fixes #1791
[Web] Fix deletion of spam aliases
[Helper] Add "crypt" to backup script
[Helper] Override file for external SQL socket (not supported!)
[Compose] New images for Rspamd, PHP-FPM, SOGo, Dovecot, Docker API, Watchdog, ACME, Postfix
2018-09-29 22:01:23 +02:00
André Peters 57191cd009
Update generate_config.sh 2018-07-18 08:47:53 +02:00
Guillaume Hain c480a9787d
Updates generate_config.sh making it working on macOS 2018-07-13 06:48:38 +02:00
André 1e59816665 [Netfilter] Prevent crashes by locking threads
[Netfilter] SNAT6
2018-07-11 19:59:10 +02:00
André 0d9b474f69 Fix typo in generate_config.sh 2018-06-08 12:35:23 +02:00
André 6ded3dbd95 [API] Allow to set API options in mailcow.conf, fixes #1457 2018-06-08 09:11:03 +02:00
andryyy a0d2e34433 Minor fix in generate_config.sh 2018-05-03 22:31:20 +02:00
Pascal Jufer 90db5a30cb Fix initial compose project name 2018-04-13 14:13:24 +02:00
André Peters 450c0e936d Fix generate_config script 2018-02-28 20:08:20 +01:00
André Peters 035b153445
Merge pull request #1048 from extremeshok/patch-7
Support for alpine linux (generate_config.sh)
2018-02-20 08:35:57 +01:00
André Peters de04016996
Update generate_config.sh 2018-02-20 08:34:49 +01:00
eXtremeSHOK 40885b7fd6
Update generate_config.sh
exit on error and pipefail
minor fix " ; then" to ";then"
2018-02-20 00:39:53 +02:00
eXtremeSHOK 6e91504f6f
Update generate_config.sh
added --no-cache option, thanks
2018-02-20 00:28:59 +02:00
eXtremeSHOK 51b57320c2
Support for alpine linux
detects if cp and grep are the non BusyBox versions
2018-02-14 17:08:03 +02:00
André Peters 3e9ad820bf Make sure workercontrollerpassword exists 2018-02-08 23:53:06 +01:00
andre.peters 6118085890 [Compose] Expose SQL to 13306 on 127.0.0.1 2018-02-05 21:42:13 +01:00
andre.peters 6be0577638 [Compose] Allow to disable IPv6 2018-02-01 21:45:49 +01:00
andre.peters 90fe52cc72 [Update] Use correct subnet for IPv6, allow --ours parameter to merge by gits ours strategy
[Update/config] Allow to set SNAT_TO_SOURCE
2018-02-01 13:32:40 +01:00
andre.peters 0514a1463d Fix generate_config 2018-01-27 16:52:56 +01:00
andre.peters 1e9cae9084 [Compose] New images with LOG_LINES
[Update] Do not add empty line in each loop
2018-01-08 22:00:54 +01:00
André b4cc5a9891 generate_config: Added hint for FQDN 2017-11-07 18:38:40 +01:00
andryyy aa245cbda5 [Config] Add WATCHDOG_NOTIFY_EMAIL to gen_config, slightly better parameter descriptions 2017-10-08 22:48:56 +02:00
andryyy a8fb1d3f4f Add experimental watchdog 2017-09-20 10:56:49 +02:00
andryyy 8741b5f3b1 [Compose] Enable some minimal inits, change or remove some health checks 2017-09-16 13:17:37 +02:00
andryyy c80d605632 Add DOVEADM_PORT to generate_config.sh 2017-07-10 21:29:03 +02:00
andryyy 822b1902d9 [Misc] Add new options to generate_config.sh 2017-07-04 21:33:33 +02:00
andryyy 4b7ac93c75 Add SKIP_IP_CHECK for ACME to mailcow.conf 2017-07-01 23:14:13 +02:00