taler-deployment

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

commit 294a46a9ab018273394fbd2a4ec4d3638c7d132f
parent c521120ee5aed6c419d01b859b7a41ca5344a03f
Author: Devan Carpenter <devan@taler.net>
Date:   Tue,  9 Jan 2024 11:00:49 -0500

Revert "try using the postfix submission port"

This reverts commit c521120ee5aed6c419d01b859b7a41ca5344a03f.

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=587, + smtpPort=25, dumpMailsToLog=True, extraRecipients=['linkcheck@taler.net'] )) @@ -1045,7 +1045,7 @@ SERVICES.append(reporters.MailNotifier( sendToInterestedUsers=False, useTls=False, relayhost="localhost", - smtpPort=587, + smtpPort=25, dumpMailsToLog=True, extraRecipients=BUILDER_EMAIL_ADDRESSES ))