mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-08 21:41:35 +00:00
restructure configuration directories
This commit is contained in:
@@ -3,5 +3,13 @@
|
||||
"template": "whitelist.ign2.j2",
|
||||
"output": "/var/lib/clamav/whitelist.ign2",
|
||||
"clean_blank_lines": true
|
||||
},
|
||||
{
|
||||
"template": "clamd.conf.j2",
|
||||
"output": "/etc/clamav/clamd.conf"
|
||||
},
|
||||
{
|
||||
"template": "freshclam.conf.j2",
|
||||
"output": "/etc/clamav/freshclam.conf"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -106,5 +106,25 @@
|
||||
{
|
||||
"template": "custom_transport.pcre.j2",
|
||||
"output": "/opt/postfix/conf/custom_transport.pcre"
|
||||
},
|
||||
{
|
||||
"template": "allow_mailcow_local.regexp.j2",
|
||||
"output": "/opt/postfix/conf/allow_mailcow_local.regexp"
|
||||
},
|
||||
{
|
||||
"template": "anonymize_headers.pcre.j2",
|
||||
"output": "/opt/postfix/conf/anonymize_headers.pcre"
|
||||
},
|
||||
{
|
||||
"template": "local_transport.j2",
|
||||
"output": "/opt/postfix/conf/local_transport"
|
||||
},
|
||||
{
|
||||
"template": "master.cf.j2",
|
||||
"output": "/opt/postfix/conf/master.cf"
|
||||
},
|
||||
{
|
||||
"template": "smtp_dsn_filter.j2",
|
||||
"output": "/opt/postfix/conf/smtp_dsn_filter"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,5 +6,9 @@
|
||||
{
|
||||
"template": "UIxTopnavToolbar.wox.j2",
|
||||
"output": "/usr/lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox"
|
||||
},
|
||||
{
|
||||
"template": "sogo.conf.j2",
|
||||
"output": "/etc/sogo/sogo.conf"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
domain="$1"
|
||||
gal_status="$2"
|
||||
|
||||
echo "
|
||||
<!--
|
||||
<example>
|
||||
<key>canAuthenticate</key>
|
||||
<string>YES</string>
|
||||
<key>id</key>
|
||||
<string>"${domain}"_ldap</string>
|
||||
<key>isAddressBook</key>
|
||||
<string>"${gal_status}"</string>
|
||||
<key>IDFieldName</key>
|
||||
<string>mail</string>
|
||||
<key>UIDFieldName</key>
|
||||
<string>uid</string>
|
||||
<key>bindFields</key>
|
||||
<array>
|
||||
<string>mail</string>
|
||||
</array>
|
||||
<key>type</key>
|
||||
<string>ldap</string>
|
||||
<key>bindDN</key>
|
||||
<string>cn=admin,dc=example,dc=local</string>
|
||||
<key>bindPassword</key>
|
||||
<string>password</string>
|
||||
<key>baseDN</key>
|
||||
<string>ou=People,dc=example,dc=local</string>
|
||||
<key>hostname</key>
|
||||
<string>ldap://1.2.3.4:389</string>
|
||||
</example>
|
||||
-->"
|
||||
Reference in New Issue
Block a user