Michael Kuron
f3fad4e7a2
Remove rspamd size limit
...
This ensures that the spam and antivirus filters cannot be evaded by making the message large enough.
Rspamd does not need a size limit on its own (e.g. for DoS protection) as Postfix already has a size limit (message_size_limit).
2017-04-24 19:49:41 +02:00
andryyy
8b463d53d6
Fixes adding aliases to alias domains
2017-04-24 13:15:04 +02:00
andryyy
f81bcb161a
Fix editing catch-all addresses, show primary domain of alias in alias domain
2017-04-24 13:13:23 +02:00
André Peters
0f3202109d
Merge pull request #212 from mkuron/reverseproxy
...
Fix CalDAV/CardDAV URLs displayed in SOGo web interface when used behind reverse proxy
2017-04-24 10:09:32 +02:00
André Peters
166c710ff3
Merge pull request #218 from MadMooAU/patch-1
...
Fixes and warnings added to "First Steps" step two and three
2017-04-23 19:41:07 +02:00
André Peters
06274e1a2d
Merge branch 'dev' into patch-1
2017-04-23 19:40:55 +02:00
andryyy
40f86057e5
Move forwarding host script to Docker image
2017-04-23 19:38:47 +02:00
andryyy
755da65426
Change path
2017-04-23 19:38:27 +02:00
andryyy
c2410a6004
Move helper scripts, mark executable
2017-04-23 19:38:04 +02:00
andryyy
53b6662aea
Minor and temp. workaround for panel
2017-04-23 19:37:45 +02:00
Joel Howard
c2fe6ee947
Update first_steps.md
...
Yet another revision, adding a warning to step three.
2017-04-24 03:34:21 +10:00
Joel Howard
81e86d802e
Update first_steps.md
...
Revision to step two, as just restarting does not apply the changes in `mailcow.conf`.
2017-04-24 03:26:33 +10:00
andryyy
686df83a34
Add portainer manual
2017-04-23 18:42:39 +02:00
andryyy
10d513e124
Merge branch 'dev' of https://github.com/andryyy/mailcow-dockerized into dev
2017-04-23 18:20:57 +02:00
André Peters
db2d0fa21b
Merge pull request #210 from chaosbunker/setup-relayhost-script
...
port of mailcow-setup-relayhost from mailcow 0.14 to work with mailcow-dockerized
2017-04-23 18:20:46 +02:00
andryyy
55f6384f2a
Change to hostname, connection is not important for container start
2017-04-23 17:43:29 +02:00
André Peters
29983dfe8d
Merge pull request #205 from mkuron/forwardinghosts
...
Add a "Forwarding Hosts" feature so messages from certain servers are never rejected
2017-04-23 14:21:16 +02:00
André Peters
c79a33e914
Merge pull request #215 from v60fan/patch-3
...
Include instructions for Portainer
2017-04-23 11:53:58 +02:00
Brad
e9af97781a
Update u_and_e.md
...
just formatting of {}
2017-04-23 10:10:02 +01:00
Michael Kuron
6c4c7a690e
Merge remote-tracking branch 'origin/dev' into forwardinghosts
2017-04-23 07:59:55 +02:00
andryyy
4516e1b9b9
Do not delete from source (default)
2017-04-22 23:22:05 +02:00
Michael Kuron
affa52edcf
Forwarding hosts: don’t add configuration if none are defined
2017-04-22 18:34:49 +02:00
Michael Kuron
08612f0aef
Merge remote-tracking branch 'origin/dev' into forwardinghosts
2017-04-22 18:13:58 +02:00
Brad
da1bcd0551
Include instructions for Portainer
2017-04-22 14:14:56 +01:00
Michael Kuron
894d6234e9
Improvements to forwarding hosts in Postfix
...
- No more premature EOF and no more leaking of bash processes
- Log result
- Correctly treat non-CIDR entries
- Adapt to schema change from df71e97
- Correctly report SQL failure
2017-04-22 14:28:51 +02:00
Michael Kuron
df71e97a09
Forwarding hosts: use SPF records if present
2017-04-22 12:33:53 +02:00
andryyy
0c7ff2f4b6
Added clamd container for testing
2017-04-21 22:09:09 +02:00
Michael Kuron
55ad1a3d5c
Fix X-Forwarded-Host behind Apache reverse proxy
2017-04-21 18:15:28 +02:00
chaosbunker
d901bd453b
Fix: also find base directory, when not called 'mailcow-dockerized'
2017-04-21 11:19:38 +02:00
andryyy
790c922375
New db init system
2017-04-21 10:20:31 +02:00
andryyy
8adcc4fcd3
Force add mailcow_black/white
2017-04-21 10:19:45 +02:00
andryyy
be28877f68
Remove permanent moo symbol
2017-04-21 10:19:24 +02:00
andryyy
95cbfe3661
Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions
2017-04-21 10:19:07 +02:00
andryyy
babad4f137
Anti-Virus local configuration for Rspamd, container not enabled by default
2017-04-20 21:14:20 +02:00
andryyy
cae7ff7816
Initial clamd container
2017-04-20 21:13:41 +02:00
andryyy
7676fe2dd2
New index, Fail2ban setup
2017-04-20 21:12:59 +02:00
andryyy
01bcc5e653
New reset admin routine
2017-04-20 21:11:53 +02:00
andryyy
e24862bdae
New reset admin routine
2017-04-20 21:11:49 +02:00
Michael Kuron
d350c009b9
Fix login redirect behind reverse proxy
2017-04-20 19:53:56 +02:00
chaosbunker
a3bbd76537
fixes
2017-04-18 20:56:35 +02:00
Michael Kuron
06e64c585c
Fix CalDAV/CardDAV URLs displayed in SOGo web interface when used behind a reverse proxy
2017-04-18 20:24:43 +02:00
chaosbunker
7273fcaafc
ported from mailcow 0.14 to work with mailcow-dockerized
2017-04-18 18:42:20 +02:00
Michael Kuron
a75d916b74
Forwarding hosts in postscreen
2017-04-17 15:51:50 +02:00
Michael Kuron
8822eb57c8
Forwarding hosts in rspamd
2017-04-17 15:51:50 +02:00
Michael Kuron
76720f3e94
Forwarding hosts in web interface
2017-04-17 15:51:45 +02:00
André Peters
9633a34f9f
Merge pull request #185 from andryyy/dev
...
Merge from master to dev
2017-04-11 11:26:23 +02:00
Kupfer
10e0c10532
Update lang_de and spelling for lang_en
2017-04-10 15:09:31 +02:00
andryyy
d0d87ead49
Zeyple is not enabled by default
2017-04-10 13:16:40 +02:00
andryyy
06100c30ca
mail_crypt is not enabled by default
2017-04-10 13:15:48 +02:00
andryyy
c460636a70
mail_crypt is not enabled by default
2017-04-10 13:09:33 +02:00