2010-05-11 15:01:27 +02:00
|
|
|
This script builds dovecot with support for SSL. As such, you must have
|
2010-05-11 22:25:11 +02:00
|
|
|
openssl installed - openssl-solibs is not enough in itself to meet this
|
2010-05-11 15:01:27 +02:00
|
|
|
requirement. Additionally, dovecot will be compiled with POP3 support.
|
|
|
|
|
2010-05-11 22:25:11 +02:00
|
|
|
You should create a dovecot user to run the login processes on your server.
|
2010-12-07 05:53:21 +01:00
|
|
|
Something like this should work:
|
|
|
|
[root@host] # groupadd -g 202 dovecot
|
|
|
|
[root@host] # useradd -d /dev/null -s /bin/false -u 202 -g 202 dovecot
|
2010-08-22 17:44:18 +02:00
|
|
|
|
|
|
|
From the dovecot-new release posting comes this word of advice:
|
|
|
|
Remember to read http://wiki2.dovecot.org/Upgrading/2.0 before
|
|
|
|
upgrading from v1.x. Although there is automatic config conversion,
|
|
|
|
it can't handle everything, so reserve some extra time for upgrading.
|
|
|
|
|
2010-12-07 05:53:21 +01:00
|
|
|
See the documentation in /usr/doc/dovecot-*/ to get started.
|