wip: feat(mail): init host and module #114

Draft
janik wants to merge 1 commit from email-groups into main
Owner
No description provided.
janik added 2 commits 2024-09-24 18:18:58 +00:00
janik changed title from email-groups to wip: feat(mail): init host and module 2024-09-24 18:19:23 +00:00
janik force-pushed email-groups from d1f8c94892 to a74611e078 2024-09-24 20:04:47 +00:00 Compare
janik force-pushed email-groups from a74611e078 to d5bc275b71 2024-09-24 20:15:18 +00:00 Compare
janik force-pushed email-groups from d5bc275b71 to 991578a87b 2024-09-24 23:01:51 +00:00 Compare
Author
Owner

Just using the SNM forward doesn't quite work because it will run into tons of spf rejections. We have to rewrite the origin and set reply-to. For postfix, the correct way forward here is to figure out https://github.com/roehling/postsrsd and preferably add integration into SNM.

Just using the SNM forward doesn't quite work because it will run into tons of spf rejections. We have to rewrite the origin and set `reply-to`. For postfix, the correct way forward here is to figure out https://github.com/roehling/postsrsd and preferably add integration into SNM.
Owner

DMARC exporter is required

DMARC exporter is required
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin email-groups:email-groups
git checkout email-groups

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff email-groups
git checkout main
git merge --ff-only email-groups
git checkout email-groups
git rebase main
git checkout main
git merge --no-ff email-groups
git checkout main
git merge --squash email-groups
git checkout main
git merge --ff-only email-groups
git checkout main
git merge email-groups
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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: the-distro/infra#114
No description provided.