hi everyone..
i want to install horde webmail with maildir.
anybody know please reply ?
how to configure and install?
help me.
hi everyone..
i want to install horde webmail with maildir.
anybody know please reply ?
how to configure and install?
help me.
it is pretty long words to describle.
howtoforge.com/dovecot_mail_server_sieve_virtual_users
you may just google it
1. Get the Sources
We can download Dovecot from dovecot.org. I always prefer stable versions so:
wget -c dovecot.org/releases/1.0/dovecot-1.0.13.tar.gz
We also need the sieve plugin source so:
wget -c dovecot.org/releases/sieve/dovecot-sieve-1.0.2.tar.gz
2. Install Dovecot
At this point we can continue with the installation of dovecot mail server
tar zxfv dovecot-1.0.13.tar.gz
cd dovecot
./configure
make
make install
3. Configuration
The basic configuration file of dovecot is /usr/local/etc/dovecot.conf and we can create it by doing this:
cp -pi /usr/local/etc/dovecot-example.conf /usr/local/etc/dovecot.conf
There are currently 1 users browsing this thread. (0 members and 1 guests)