[PATCH yocto-autobuilder-helper] auh-config: update smtp server to localhost


Alexander Kanavin
 

Current setup only allows sending mail via localhost on alma workers.

Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
scripts/auh-config/upgrade-helper.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auh-config/upgrade-helper.conf b/scripts/auh-config/upgrade-helper.conf
index 6255f3f..3a0aa6c 100644
--- a/scripts/auh-config/upgrade-helper.conf
+++ b/scripts/auh-config/upgrade-helper.conf
@@ -9,7 +9,7 @@ blacklist=linux-libc-headers linux-yocto alsa-utils-scripts build-appliance-imag
# only recipes belonging to maintainers in whitelist will be attempted
#maintainers_whitelist=anibal.limon@...
# SMTP server
-smtp=mail.yoctoproject.org:25
+smtp=localhost:25
# from whom should the mails arrive
from=auh@...
# who should get the status mail with statistics, at the end
--
2.35.1

Join yocto@lists.yoctoproject.org to automatically receive all group messages.