mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
auh-config: update smtp server to localhost
Current setup only allows sending mail via localhost on alma workers. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ca8e95276d
commit
f8bd083c07
|
@ -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
|
# only recipes belonging to maintainers in whitelist will be attempted
|
||||||
#maintainers_whitelist=anibal.limon@linux.intel.com
|
#maintainers_whitelist=anibal.limon@linux.intel.com
|
||||||
# SMTP server
|
# SMTP server
|
||||||
smtp=mail.yoctoproject.org:25
|
smtp=localhost:25
|
||||||
# from whom should the mails arrive
|
# from whom should the mails arrive
|
||||||
from=auh@yoctoproject.org
|
from=auh@yoctoproject.org
|
||||||
# who should get the status mail with statistics, at the end
|
# who should get the status mail with statistics, at the end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user