2003-05-03 23:50:26 +02:00
|
|
|
---------------------------------------------------------------------
|
|
|
|
|
|
|
|
You can get default configured IMAP and POP3 services running by
|
2004-02-01 17:01:30 +01:00
|
|
|
copying the sample configuration file to the given location and then
|
|
|
|
enabling dovecot in /etc/rc.conf.
|
|
|
|
In this simple configuration Dovecot will authenticate users against
|
|
|
|
the systems passwd file and use the default /var/mail/$USER mbox
|
|
|
|
files.
|
2003-05-03 23:50:26 +02:00
|
|
|
|
2004-02-01 17:01:30 +01:00
|
|
|
cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf
|
2003-05-03 23:50:26 +02:00
|
|
|
|
2004-02-01 17:01:30 +01:00
|
|
|
echo dovecot_enable="YES" >> /etc/rc.conf
|
2003-05-03 23:50:26 +02:00
|
|
|
|
|
|
|
Further information on configuration can be found in:
|
|
|
|
|
2003-12-08 17:08:14 +01:00
|
|
|
%%DOCSDIR%%
|
2003-05-03 23:50:26 +02:00
|
|
|
|
|
|
|
---------------------------------------------------------------------
|