From 96e8c55e965fae74600abfadd7753bfed4f66893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Mon, 9 Jul 2018 14:34:56 +0200 Subject: [PATCH] added port customization for mail delivery --- smartos-updater.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smartos-updater.yml b/smartos-updater.yml index 38f648f..1413e5f 100644 --- a/smartos-updater.yml +++ b/smartos-updater.yml @@ -8,6 +8,7 @@ download: False # prior download notification_recipient: tamas@gerczei.eu smarthost: mail + smarthost_port: 25 tftp_dir: /data/tftproot image_dir: "{{ tftp_dir }}/smartos" tftp_user: nobody @@ -70,6 +71,7 @@ - name: send e-mail notification mail: host: "{{ smarthost }}" + port: "{{ smarthost_port }}" from: "Raspi Root " to: "{{ notification_recipient }}" subject: "SmartOS update ({{ last_release }}) available"