1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-06 21:15:46 +00:00

Use dkim selector by default

This commit is contained in:
andryyy
2016-12-15 10:03:58 +01:00
parent 833e1843b3
commit 4c75967b2b
4 changed files with 31 additions and 55 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ $database_name = getenv('DBNAME');
$FORM_ACTION = "previous";
// File locations should not be changed
$MC_DKIM_TXTS = "/shared/dkim/txt";
$MC_DKIM_KEYS = "/shared/dkim/keys";
$MC_DKIM_TXTS = "/data/dkim/txt";
$MC_DKIM_KEYS = "/data/dkim/keys";
// Change default language, "en", "pt", "de" or "nl"
$DEFAULT_LANG = "en";