Skip to content

Commit

Permalink
Merge pull request #438 from Tecnativa/imp-docker-mailserver-from-10-…
Browse files Browse the repository at this point in the history
…to-13

[IMP] Set default dockermailserver to v13.0
  • Loading branch information
pedrobaeza authored Feb 16, 2024
2 parents e180e3f + 577ffab commit 9452951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions common.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ services:
- SYS_PTRACE
environment:
DEFAULT_RELAY_HOST: "[{{ smtp_relay_host }}]:{{ smtp_relay_port }}"
{% if smtp_relay_version|float < 11.0 %}
DMS_DEBUG: 0
{% else %}
LOG_LEVEL: info
{% endif %}
ENABLE_SRS: 1
ONE_DIR: 1
PERMIT_DOCKER: connected-networks
Expand Down
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ smtp_relay_password:
smtp_relay_version:
type: str
when: *has_smtp
default: "10"
default: "13"
help: >-
Doodba uses docker-mailserver as the local mail relay.
Expand Down

0 comments on commit 9452951

Please sign in to comment.