You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. TZ=Europe/London
  2. GCF__common__ssmtp__extraConfig__root="root@example.com"
  3. GCF__common__ssmtp__extraConfig__mailhub="mail1.example.com:587"
  4. GCF__common__ssmtp__extraConfig__rewriteDomain="example.com"
  5. GCF__common__ssmtp__extraConfig__FromLineOverride="YES"
  6. GCF__common__ssmtp__extraConfig__UseTLS="YES"
  7. GCF__common__ssmtp__extraConfig__UseSTARTTLS="YES"
  8. GCF__common__ssmtp__extraConfig__AuthUser="auth.mta@example.com"
  9. GCF__common__ssmtp__extraConfig__AuthPass="change_it42"
  10. GCF__common__ssmtp__extraConfig__AuthMethod="LOGIN"
  11. GCF__common__mail__domain="example.com"
  12. GCF__common__mail__host="mail1.example.com"
  13. GCF__postgres__host="postgresql.main.internal.docker"
  14. GCF__postgres__database="postfixadmin"
  15. GCF__postgres__port=5432
  16. GCF__postgres__user="postfixadmin"
  17. GCF__postgres__password="change_it"
  18. GCF__postfixadmin__extraConfig__default_aliases="array(\"abuse\" => \"abuse@example.com\", \"hostmaster\" => \"hostmaster@example.com\", \"postmaster\" => \"postmaster@example.com\", \"webmaster\" => \"webmaster@example.com\")"
  19. GCF__postfixadmin__extraConfig__setup_password="''"
  20. GCF__postfixadmin__extraConfig__smtp_server="'mail1.example.com'"
  21. GCF__postfixadmin__extraConfig__aliases="'0'"
  22. GCF__postfixadmin__extraConfig__mailboxes="'0'"
  23. GCF__postfixadmin__extraConfig__maxquota="'0'"
  24. GCF__postfixadmin__extraConfig__domain_quota_default="'0'"
  25. GCF__postfixadmin__extraConfig__show_footer_text="'NO'"
  26. GCF__dovecot__host="dovecot.main.internal.docker"
  27. GCF__dovecot__sasl__port=12345
  28. GCF__dovecot__lmtp__port=24
  29. GCF__dovecot__postmaster="postmaster@example.com"
  30. GCF__opendkim__host="opendkim.main.internal.docker"
  31. GCF__opendkim__port=12345
  32. GCF__milterSasl__host="milter-sasl.main.internal.docker"
  33. GCF__milterSasl__port=12345
  34. GCF__milterSasl__key="change_it"