summaryrefslogtreecommitdiffhomepage
path: root/postfix/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-02 13:34:47 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-30 21:09:29 +0800
commit9934dd538b0ce116e3b1600272cb46369b082246 (patch)
tree2f28c6c362201151eaf8218e566479ed7eb72070 /postfix/Makefile
init commit
Diffstat (limited to 'postfix/Makefile')
-rw-r--r--postfix/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/postfix/Makefile b/postfix/Makefile
new file mode 100644
index 0000000..f808d21
--- /dev/null
+++ b/postfix/Makefile
@@ -0,0 +1,9 @@
1.ONESHELL:
2SHELL := bash
3
4config:
5 shopt -s extglob
6 ln -sf `pwd`/!(opendkim) /etc/postfix
7 mkdir -p /etc/opendkim/
8 cp `pwd`/opendkim/* /etc/opendkim/
9 chown opendkim:opendkim /etc/opendkim/*