ソースを参照

Bump matrix-mailer / exim release (4.92.1-r0-0 -> 4.92.1-r0-1)

It adds support for a new `DISABLE_SENDER_VERIFICATION` environment
variable that can be used to disable verification of sender addresses.

It doesn't matter for us, but we upgrade to keep up with latest.
pull/231/head
Slavi Pantaleev 7年前
コミット
18f6b29372
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-mailer/defaults/main.yml

+ 1
- 1
roles/matrix-mailer/defaults/main.yml ファイルの表示

@@ -2,7 +2,7 @@ matrix_mailer_enabled: true

matrix_mailer_base_path: "{{ matrix_base_data_path }}/mailer"

matrix_mailer_docker_image: "devture/exim-relay:4.92.1-r0-0"
matrix_mailer_docker_image: "devture/exim-relay:4.92.1-r0-1"
matrix_mailer_docker_image_force_pull: "{{ matrix_mailer_docker_image.endswith(':latest') }}"

# The user/group that the container runs with.


読み込み中…
キャンセル
保存