[Draft] Fixes for the mail configuration #22

Merged
rouven0 merged 19 commits from mail into main 2023-04-03 23:19:32 +02:00
rouven0 commented 2023-02-24 17:15:37 +01:00 (Migrated from github.com)

Todo

  • Better ldap query
  • Enable submissions on port 465
  • DKIM signing
  • Remove sender IP in headers when sending Mail
  • Security enhancements and hardening (focre tls, etc, ...)
  • Some important aliases (root, postmaster, abuse, ...)
### Todo - [x] Better ldap query - [x] Enable submissions on port 465 - [x] DKIM signing - [ ] Remove sender IP in headers when sending Mail - [x] Security enhancements and hardening (focre tls, etc, ...) - [x] Some important aliases (root, postmaster, abuse, ...)
rouven0 commented 2023-03-24 16:07:57 +01:00 (Migrated from github.com)

Irgendwas wird hier bei den commits gerade falsch dargestellt. Keine Ahnung was da los ist 🤷🏼

Irgendwas wird hier bei den commits gerade falsch dargestellt. Keine Ahnung was da los ist 🤷🏼
tanneberger commented 2023-03-24 16:23:20 +01:00 (Migrated from github.com)

@therealr5 was meinst du ?

@therealr5 was meinst du ?
rouven0 commented 2023-03-24 16:25:53 +01:00 (Migrated from github.com)

@therealr5 was meinst du ?

image

Diese commits hier sind schon lange auf main. Github meint hier, sie trotzdem mergen zu wollen (hatte einen rebase gemacht um keine kaputte config auf die quitte zu bringen)

> @therealr5 was meinst du ? ![image](https://user-images.githubusercontent.com/72568063/227568797-39a9b98b-8f2d-4247-b171-da5df329f251.png) Diese commits hier sind schon lange auf main. Github meint hier, sie trotzdem mergen zu wollen (hatte einen rebase gemacht um keine kaputte config auf die quitte zu bringen)
tanneberger (Migrated from github.com) reviewed 2023-03-31 15:07:41 +02:00
@ -37,0 +41,4 @@
allowEmailRegister = false;
# allow anonymous editing, but not creation of pads
allowAnonymous = false;
allowAnonymousEdits = true;
tanneberger (Migrated from github.com) commented 2023-03-31 15:07:40 +02:00

do we want to quickly move that into a different pr ? because looks pretty unrelated

do we want to quickly move that into a different pr ? because looks pretty unrelated
rouven0 (Migrated from github.com) reviewed 2023-03-31 15:13:42 +02:00
@ -37,0 +41,4 @@
allowEmailRegister = false;
# allow anonymous editing, but not creation of pads
allowAnonymous = false;
allowAnonymousEdits = true;
rouven0 (Migrated from github.com) commented 2023-03-31 15:13:41 +02:00

These extra changes are unintended as said above. Something went wrong while rebasing this branch. Most of the commits in this pr are already on main.

These extra changes are unintended as said above. Something went wrong while rebasing this branch. Most of the commits in this pr are already on main.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wurzel/fruitbasket#22
No description provided.