[tor-commits] [tor-browser-build/master] Bug 29556: Fix nightly builds emails

boklm at torproject.org boklm at torproject.org
Fri Feb 22 11:29:11 UTC 2019


commit abcc56a2ebf32a4ceeea2554b5dea3ab1f6d2fd0
Author: Nicolas Vigier <boklm at torproject.org>
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



More information about the tor-commits mailing list