diff options
author | mario <mario@slackverse.org> | 2010-10-19 20:09:25 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-19 20:09:25 +0100 |
commit | b385046138ba68d222573585879492193726affb (patch) | |
tree | 2e16f2bcd2010a6e3c68254195a5c0129c820872 /network/cyrus-imapd/README.SLACKWARE | |
parent | 31444f01c3a08fe385d86afa5de85622d2089ac9 (diff) | |
download | slackbuilds-b385046138ba68d222573585879492193726affb.tar.gz |
network/cyrus-imapd: Added. (scalable enterprise mail system).
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'network/cyrus-imapd/README.SLACKWARE')
-rw-r--r-- | network/cyrus-imapd/README.SLACKWARE | 17 |
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 |