Compare commits
1 commit
9c26820b8f
...
c5849b8695
Author | SHA1 | Date | |
---|---|---|---|
c5849b8695 |
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ in {
|
||||||
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
|
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
|
||||||
sieve.trusted = {
|
sieve.trusted = {
|
||||||
scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
|
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-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
|
||||||
from-name = "sender";
|
from-name = "sender";
|
||||||
return-path = "sender";
|
return-path = "sender";
|
||||||
# If we are the sender, we sign the message with DKIM. Else we leave it alone.
|
# If we are the sender, we sign the message with DKIM. Else we leave it alone.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue