Init mail.pub.solar #196
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#196
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/mail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
19e21b5b2b
to75e65a73d1
@ -9,3 +9,3 @@
let
# https://github.com/serokell/deploy-rs#overall-usage
system = "x86_64-linux";
system = "aarch64-linux";
this needs to be set based on the target host platform
98dc6e0e13
tod42152ac99
d42152ac99
to82349a77cd
WIP: initial work on mailto Init mail.pub.solarReally really cool, thanks for the work :)
@ -123,2 +126,4 @@
sshUser = username;
};
metronom = {
hostname = "49.13.236.167";
Change this to the wireguard internal address before merge if it's already deployed
@ -0,0 +6,4 @@
./configuration.nix
./networking.nix
./mail.nix
This should be in
/modules
@ -0,0 +16,4 @@
# A list of all login accounts. To create the password hashes, use
# nix-shell -p mkpasswd --run 'mkpasswd -R11 -m bcrypt'
loginAccounts = {
can this still be connected to oidc later?
From what I read on the projects issue tracker, there hasn't been any talk about OIDC / Keycloak / non-declarative account creation yet.
@ -0,0 +29,4 @@
hashedPasswordFile = config.age.secrets.mail-admins.path;
quota = "2G";
aliases = [
"abuse@pub.solar"
if we connect this to oidc we might want to block all these names in keycloak. It might be better to have all automated emails coming from one address, like
no-reply
, or from a subdomain likemail.pub.solar
or similar@ -0,0 +51,4 @@
quota = "2G";
aliases = [ "moderation@pub.solar" ];
};
"erpnext@pub.solar" = {
is this momo related?
This was setup for the erpnext test and is currently unused, can be dropped if desired. My initial goal was to just move all existing inboxes.
ee775da219
to4cf1a69120
4cf1a69120
to8f46e22636