WIP: nyarlathotep: cleanup after deployment #55
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Fachschaft/nixConfig#55
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Gonne/nixConfig:nyarlathotep"
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?
590ea741d0
tod7f4598be3
d7f4598be3
tob3ac11ddc9
b3ac11ddc9
to9c26820b8f
9c26820b8f
toc5849b8695
First few comments
@ -187,0 +214,4 @@
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
sieve.trusted = {
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
trusted.from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
the
trusted
part is to much, also see the comment atfrom-name
below@ -187,0 +215,4 @@
sieve.trusted = {
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
trusted.from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
from-name = "sender";
I couldn't figure out what
from-name
orfrom-addr
actually do. Reading the documentation I believe combined theyset the default value for the
From:
header of a generated mail. But I couldn't verify this in tests.Maybe it does something different that has to do with the
MAIL FROM:
see comment below@ -187,0 +216,4 @@
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
trusted.from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
from-name = "sender";
return-path = "sender";
This seems to do what we want, even though the documentation reads like it sets the
Return-Path:
header. But it seems to set the reverse path (which is the argument to theMAIL FROM:
smtp command). Maybe it does both?This parameter seems to control the
MAIL FROM:
and with this all the headers we want to set.The documentation reads to me as if it sets the
Return-Path:
header. I'm unsure if it actually does it.So we want this?
4c946968e1
to5e0cb9ebcc
5e0cb9ebcc
tod27f4b942e
d27f4b942e
toc24757321e
c24757321e
to6271e04c10
nyarlathotep: cleanup after deploymentto WIP: nyarlathotep: cleanup after deployment6271e04c10
to19351ef316
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.