smtprelay: update credential hashes
This commit is contained in:
parent
4960a0af76
commit
5d1e1f0546
4 changed files with 11 additions and 8 deletions
|
|
@ -9,9 +9,9 @@ listen on eth0 port 587 tls-require pki smtprelay.abzw.de auth <creds>
|
|||
listen on 127.0.0.1 port 10027 tag DKIM_SIGNED filter "dkimsign"
|
||||
|
||||
action "relay_dkim" relay host smtp://127.0.0.1:10027
|
||||
action "send" relay
|
||||
action "relay" relay
|
||||
|
||||
match tag DKIM_SIGNED for any action "send"
|
||||
match tag DKIM_SIGNED for any action "relay"
|
||||
match from mail-from "@abzw.de" auth for any action "relay_dkim"
|
||||
match from mail-from "@codehal.de" auth for any action "relay_dkim"
|
||||
match from any auth for any action "send"
|
||||
match from any auth for any action "relay"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue