forked from Fachschaft/nixConfig
Only set original sender for MAIL FROM
This commit is contained in:
parent
85550be504
commit
ceaaa3bcaf
1 changed files with 2 additions and 3 deletions
|
@ -214,9 +214,8 @@ in {
|
|||
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
|
||||
sieve.trusted = {
|
||||
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
|
||||
from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
|
||||
from-name = "sender";
|
||||
return-path = "sender";
|
||||
return-path = "sender"; # set the outgoing MAIL FROM to the original sender as specified in the incoming MAIL FROM.
|
||||
|
||||
# If we are the sender, we sign the message with DKIM. Else we leave it alone.
|
||||
sign = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue