Bladeren bron

Updated env

tags/v2.0.0
Robin Thoni 5 jaren geleden
bovenliggende
commit
db11b7aa55
1 gewijzigde bestanden met toevoegingen van 35 en 17 verwijderingen
  1. 35
    17
      env

+ 35
- 17
env Bestand weergeven

@@ -1,23 +1,41 @@
1
-POSTGRES_HOST=postgresql.mx.internal.docker
2
-POSTGRES_USER=postfixadmin
3
-POSTGRES_PASSWORD=pg_password
4
-POSTGRES_DB=postfixadmin
1
+TZ=Europe/London
5 2
 
6
-MAIL_DOMAIN=rthoni.com
7
-MAIL_HOSTNAME=vm01.rthoni.com
3
+GCF__common__ssmtp__extraConfig__root="root@example.com"
4
+GCF__common__ssmtp__extraConfig__mailhub="mail1.example.com:587"
5
+GCF__common__ssmtp__extraConfig__rewriteDomain="example.com"
6
+GCF__common__ssmtp__extraConfig__FromLineOverride="YES"
7
+GCF__common__ssmtp__extraConfig__UseTLS="YES"
8
+GCF__common__ssmtp__extraConfig__UseSTARTTLS="YES"
9
+GCF__common__ssmtp__extraConfig__AuthUser="auth.mta@example.com"
10
+GCF__common__ssmtp__extraConfig__AuthPass="change_it42"
11
+GCF__common__ssmtp__extraConfig__AuthMethod="LOGIN"
8 12
 
9
-DOVECOT_HOST=dovecot.mx.internal.docker
10
-DOVECOT_SASL_PORT=12345
11
-DOVECOT_LMTP_PORT=24
13
+GCF__common__mail__domain="example.com"
14
+GCF__common__mail__host="mail1.example.com"
12 15
 
13
-POSTFIX_HOST=postfix.mx.internal.docker
16
+GCF__postgres__host="postgresql.main.internal.docker"
17
+GCF__postgres__database="postfixadmin"
18
+GCF__postgres__port=5432
19
+GCF__postgres__user="postfixadmin"
20
+GCF__postgres__password="change_it"
14 21
 
15
-OPENDKIM_HOST=opendkim.mx.internal.docker
16
-OPENDKIM_PORT=12345
22
+GCF__postfixadmin__extraConfig__default_aliases="array(\"abuse\" => \"abuse@example.com\", \"hostmaster\" => \"hostmaster@example.com\", \"postmaster\" => \"postmaster@example.com\", \"webmaster\" => \"webmaster@example.com\")"
23
+GCF__postfixadmin__extraConfig__setup_password="''"
24
+GCF__postfixadmin__extraConfig__smtp_server="'mail1.example.com'"
25
+GCF__postfixadmin__extraConfig__aliases="'0'"
26
+GCF__postfixadmin__extraConfig__mailboxes="'0'"
27
+GCF__postfixadmin__extraConfig__maxquota="'0'"
28
+GCF__postfixadmin__extraConfig__domain_quota_default="'0'"
29
+GCF__postfixadmin__extraConfig__show_footer_text="'NO'"
17 30
 
18
-MILTER_SASL_HOST=milter-sasl.mx.internal.docker
19
-MILTER_SASL_PORT=12345
31
+GCF__dovecot__host="dovecot.main.internal.docker"
32
+GCF__dovecot__sasl__port=12345
33
+GCF__dovecot__lmtp__port=24
34
+GCF__dovecot__postmaster="postmaster@example.com"
20 35
 
21
-EXIM_SMARTHOST_HOST=test-mx.rthoni.com
22
-EXIM_SMARTHOST_USER=smarthost@test-mx.rthoni.com
23
-EXIM_SMARTHOST_PASSWORD=smarthost
36
+GCF__opendkim__host="opendkim.main.internal.docker"
37
+GCF__opendkim__port=12345
38
+
39
+GCF__milterSasl__host="milter-sasl.main.internal.docker"
40
+GCF__milterSasl__port=12345
41
+GCF__milterSasl__key="change_it"

Laden…
Annuleren
Opslaan