summaryrefslogtreecommitdiffstats
path: root/network/cyrus-imapd/README.SLACKWARE
blob: ded9d6f2d506da3115391991f81927a3883f9ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.5.7/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