diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-02 13:34:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-30 21:09:29 +0800 |
commit | 9934dd538b0ce116e3b1600272cb46369b082246 (patch) | |
tree | 2f28c6c362201151eaf8218e566479ed7eb72070 /postfix/opendkim/opendkim.conf |
init commit
Diffstat (limited to 'postfix/opendkim/opendkim.conf')
-rw-r--r-- | postfix/opendkim/opendkim.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postfix/opendkim/opendkim.conf b/postfix/opendkim/opendkim.conf new file mode 100644 index 0000000..5c8c65e --- /dev/null +++ b/postfix/opendkim/opendkim.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | Mode s | ||
2 | Domain topo.tw | ||
3 | KeyFile /etc/opendkim/dkim.key | ||
4 | Selector dkim | ||
5 | Socket inet:8891@localhost | ||
6 | UserID opendkim | ||