taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c521120ee5aed6c419d01b859b7a41ca5344a03f
parent 1794eedaa596e6160a20574f761cd12b61b7dc13
Author: Devan Carpenter <devan@taler.net>
Date:   Tue,  9 Jan 2024 10:36:08 -0500

buildbot: try using the postfix submission port

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 ))