From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/opendkim/opendkim.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/opendkim/opendkim.install (limited to 'community/opendkim/opendkim.install') diff --git a/community/opendkim/opendkim.install b/community/opendkim/opendkim.install new file mode 100644 index 000000000..a1f16f6ca --- /dev/null +++ b/community/opendkim/opendkim.install @@ -0,0 +1,11 @@ +post_install() { + useradd -r -g mail -d / opendkim + chown -R opendkim:mail etc/opendkim + cat <>> Check and modify /etc/opendkim/opendkim.conf before starting +EOF +} + +post_remove() { + userdel opendkim +} -- cgit v1.2.3-54-g00ecf