[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Bug 29556: Fix nightly builds emails
commit abcc56a2ebf32a4ceeea2554b5dea3ab1f6d2fd0
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
Date: Fri Feb 22 12:01:25 2019 +0100
Bug 29556: Fix nightly builds emails
By default dma will send emails by connecting to the configured mail
server on port 25.
According to https://riseup.net/en/email/clients we should be connecting
to mail.riseup.net on port 587.
---
tools/ansible/group_vars/boklm-tbb-nightly/dma.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/ansible/group_vars/boklm-tbb-nightly/dma.yml b/tools/ansible/group_vars/boklm-tbb-nightly/dma.yml
index b210a3a..0148da5 100644
--- a/tools/ansible/group_vars/boklm-tbb-nightly/dma.yml
+++ b/tools/ansible/group_vars/boklm-tbb-nightly/dma.yml
@@ -1,6 +1,7 @@
---
dma_conf: |
SMARTHOST mail.riseup.net
+ PORT 587
AUTHPATH /etc/dma/auth.conf
SECURETRANSFER
STARTTLS
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits