summarylogtreecommitdiffstats
path: root/policyd.install
diff options
context:
space:
mode:
Diffstat (limited to 'policyd.install')
-rw-r--r--policyd.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/policyd.install b/policyd.install
new file mode 100644
index 000000000000..38ebc9ca8428
--- /dev/null
+++ b/policyd.install
@@ -0,0 +1,9 @@
+post_install(){
+ cat << \here
+• Setup your database and feed it with the rules from /usr/share/policyd/policyd-rules.*
+• Setup WebUI from /usr/share/policyd/webui
+• httpd config is located at /usr/share/policyd/httpd
+• postfix sample config is located at /usr/share/policyd/postfix
+• amavisd config is located at /usr/share/policyd/amavisd-new
+here
+}