Skip to content

Commit

Permalink
Update mailpit to v1.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Aug 18, 2023
1 parent 5d9b9f9 commit d8abe40
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.8.1
export MAILPIT_VERSION=1.8.2
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.8.1 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_version: v1.8.2 # 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 d8abe40

Please sign in to comment.