hostconfig/fabrial/work: Switch to Davmail sendmail

This commit is contained in:
traxys 2026-03-05 16:40:06 +01:00
parent cc60abc181
commit 3bb54cbb3c

View file

@ -98,13 +98,13 @@ in
settings = {
sendmail_args = [
# Davmail
# "--from=${config.workAddr}"
# "--smtp-server=127.0.0.1"
# "--smtp-user=${config.workAddr}"
# "--smtp-pass=aaaa"
# "--smtp-encryption=plain"
# "--smtp-server-port=1025"
"--sendmail-cmd=nwadminSendmail"
"--from=${config.workAddr}"
"--smtp-server=127.0.0.1"
"--smtp-user=${config.workAddr}"
"--smtp-pass=aaaa"
"--smtp-encryption=plain"
"--smtp-server-port=1025"
#"--sendmail-cmd=nwadminSendmail"
"--to=dl-bxi-sw-ll-patches@${decode workDomain}"
];
repo_url_base = "https://${decode scmDomain}/scm/bril/";