mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-12 22:58:04 +01:00
vps1: git: fix mailer address
This commit is contained in:
parent
788fbd489c
commit
c7981ea564
1 changed files with 6 additions and 2 deletions
|
@ -76,11 +76,15 @@ in
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
MAILER_TYPE = "sendmail";
|
||||
FROM = "forgejo+%{token}@${domain}";
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = "forgejo@${domain}";
|
||||
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
|
||||
SENDMAIL_ARGS = "--";
|
||||
};
|
||||
# "email.incoming" = {
|
||||
# ENABLED = true;
|
||||
# REPLY_TO_ADDRESS = "forgejo+%{token}@${domain}";
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue