mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-14 15:58:41 +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 = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
MAILER_TYPE = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
FROM = "forgejo+%{token}@${domain}";
|
FROM = "forgejo@${domain}";
|
||||||
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
|
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
|
||||||
SENDMAIL_ARGS = "--";
|
SENDMAIL_ARGS = "--";
|
||||||
};
|
};
|
||||||
|
# "email.incoming" = {
|
||||||
|
# ENABLED = true;
|
||||||
|
# REPLY_TO_ADDRESS = "forgejo+%{token}@${domain}";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue