[yocto-autobuilder-helper] auh: correct the SMTP server in config file
Details
Commit Message
@@ -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@linux.intel.com
# SMTP server
-smtp=smtp1.yoctoproject.org:25
+smtp=mail.yoctoproject.org:25
# from whom should the mails arrive
from=auh@auh.yoctoproject.org
# who should get the status mail with statistics, at the end
Michael Halstead has confirmed this. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> --- scripts/auh-config/upgrade-helper.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)