mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-14 16:40:34 +01:00
hostconfig/fabrial/work: Switch to Davmail sendmail
This commit is contained in:
parent
cc60abc181
commit
3bb54cbb3c
1 changed files with 7 additions and 7 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue