gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: buildbot: try using the postfi


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: try using the postfix submission port
Date: Tue, 09 Jan 2024 16:37:06 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c521120  buildbot: try using the postfix submission port
c521120 is described below

commit c521120ee5aed6c419d01b859b7a41ca5344a03f
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Tue Jan 9 10:36:08 2024 -0500

    buildbot: try using the postfix submission port
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e393e02..5af5e8a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -676,7 +676,7 @@ SERVICES.append(reporters.MailNotifier(
     sendToInterestedUsers=False,
     useTls=False,
     relayhost="localhost",
-    smtpPort=25,
+    smtpPort=587,
     dumpMailsToLog=True,
     extraRecipients=['linkcheck@taler.net']
 ))
@@ -1045,7 +1045,7 @@ SERVICES.append(reporters.MailNotifier(
     sendToInterestedUsers=False,
     useTls=False,
     relayhost="localhost",
-    smtpPort=25,
+    smtpPort=587,
     dumpMailsToLog=True,
     extraRecipients=BUILDER_EMAIL_ADDRESSES
 ))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]