add better mail security
This commit is contained in:
parent
a7585e1bc9
commit
f670bec1b1
63 changed files with 2569 additions and 491 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -3,6 +3,11 @@ bkp/*
|
|||
.cursor
|
||||
.env
|
||||
**/.env
|
||||
*.log
|
||||
*.out
|
||||
*.tmp
|
||||
HEALTH_CHECK_REPORT.md
|
||||
/core/mta-sts/.well-known/mta-sts.txt
|
||||
secrets/*
|
||||
!secrets/.gitkeep
|
||||
**/.git
|
||||
|
|
@ -96,4 +101,4 @@ mailcow/create_cold_standby.sh
|
|||
nextcloud/hooks/post-installation/set-configs.sh
|
||||
**/volumes/
|
||||
mailcow/data/conf/dovecot/auth/passwd-verify.lua
|
||||
mailcow/data/conf/postfix/main.cf
|
||||
mailcow/data/conf/postfix/main.cf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue