summaryrefslogtreecommitdiffstats
path: root/network/cyrus-imapd/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/cyrus-imapd/README.SLACKWARE')
-rw-r--r--network/cyrus-imapd/README.SLACKWARE17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/cyrus-imapd/README.SLACKWARE b/network/cyrus-imapd/README.SLACKWARE
new file mode 100644
index 0000000000..6866435185
--- /dev/null
+++ b/network/cyrus-imapd/README.SLACKWARE
@@ -0,0 +1,17 @@
+Here are some tips about getting cyrus-imapd up and running.
+Since a sample configuration included with this package requires
+a specific directory structure, you can do something like this:
+
+# mkdir -m 750 -p /var/imap /var/spool/imap /var/sieve
+# chown cyrus:cyrus /var/imap /var/spool/imap /var/sieve
+
+Afterwards run mkimap script to setup the enviroment:
+
+# su - cyrus
+# /usr/doc/cyrus-imapd-2.3.16/tools/mkimap
+
+You will probably also want to put this into rc.local:
+
+if [ -x /etc/rc.d/rc.cyrus-imapd ]; then
+ . /etc/rc.d/rc.cyrus-imapd start
+fi