Skip to content

Commit

Permalink
Mailpit: update to v1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 24, 2023
1 parent 050de24 commit a301697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/mailpit/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u
set -x

export MAILPIT_VERSION=1.9.8
export MAILPIT_VERSION=1.9.9
export DOCKER_SCAN_SUGGEST=false

if [ -d "mailpit" ]
Expand Down
2 changes: 1 addition & 1 deletion roles/mailpit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

enable_mailpit: false

mailpit_version: v1.9.8 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_version: v1.9.9 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_max_messages: 10000 # Maximum number of messages to store. Mailpit will periodically delete the oldest messages if greater than this.
mailpit_smtp_bind_address: 0.0.0.0 # SMTP bind interface.
mailpit_smtp_port: 25 # SMTP port.

0 comments on commit a301697

Please sign in to comment.