aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-30 14:39:58 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-30 14:39:58 +0800
commit8cefcb7dd30fc40442f55522e02c6d151efe38b7 (patch)
treea727080f35c2977436de8f4a7518d424106ff440
parent5a6a01df4b2b46a6820c6c2305628d537157acec (diff)
downloadcrupest-8cefcb7dd30fc40442f55522e02c6d151efe38b7.tar.gz
crupest-8cefcb7dd30fc40442f55522e02c6d151efe38b7.tar.bz2
crupest-8cefcb7dd30fc40442f55522e02c6d151efe38b7.zip
mail: fix crupest-relay name to crupest-mail.
-rw-r--r--deno/mail/deno.json2
-rw-r--r--services/docker/mail-server/dovecot.conf2
-rw-r--r--services/templates/envs/mail-server.env.template2
3 files changed, 3 insertions, 3 deletions
diff --git a/deno/mail/deno.json b/deno/mail/deno.json
index 9105747..86a8999 100644
--- a/deno/mail/deno.json
+++ b/deno/mail/deno.json
@@ -2,7 +2,7 @@
"version": "0.1.0",
"tasks": {
"run": "deno run -A aws/app.ts",
- "compile": "deno compile -o out/crupest-relay -A aws/app.ts"
+ "compile": "deno compile -o out/crupest-mail -A aws/app.ts"
},
"imports": {
"@aws-sdk/client-s3": "npm:@aws-sdk/client-s3@^3.821.0",
diff --git a/services/docker/mail-server/dovecot.conf b/services/docker/mail-server/dovecot.conf
index 5d2eaf4..0c5ec30 100644
--- a/services/docker/mail-server/dovecot.conf
+++ b/services/docker/mail-server/dovecot.conf
@@ -6,7 +6,7 @@ state_dir = /run/dovecot
log_path = /dev/stdout
protocols = imap submission lmtp sieve
-sendmail_path = /app/out/crupest-relay sendmail
+sendmail_path = /app/out/crupest-mail sendmail
submission_relay_host = 127.0.0.1
submission_relay_port = 2346
submission_relay_trusted = yes
diff --git a/services/templates/envs/mail-server.env.template b/services/templates/envs/mail-server.env.template
index 0aa7ab6..22e0cc9 100644
--- a/services/templates/envs/mail-server.env.template
+++ b/services/templates/envs/mail-server.env.template
@@ -1,5 +1,5 @@
CRUPEST_MAIL_SERVER_MAIL_DOMAIN=@@CRUPEST_DOMAIN@@
-CRUPEST_MAIL_SERVER_DATA_PATH=/data/crupest-relay/
+CRUPEST_MAIL_SERVER_DATA_PATH=/data/crupest-mail/
CRUPEST_MAIL_SERVER_INBOUND_FALLBACK=crupest@crupest.life
CRUPEST_MAIL_SERVER_MAILEROO_INBOUND_KEY=@@CRUPEST_MAIL_SERVER_MAILEROO_INBOUND_KEY@@
CRUPEST_MAIL_SERVER_MAILEROO_USER=@@CRUPEST_MAIL_SERVER_MAILEROO_USER@@