mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
26d5544ffc
and not the port it was copied from. - Fix PORTNAME so no version number is hardcoded and add DISTNAME to fetch the correct tarball. - Change the COMMENT to be more descriptive. Change RUN_DEPENDS to reference the installed ports and versions being depended on. - Fix CONFIGURE_ARGS to use ${MAKE} rather than hardcoding "make" and split to multiple lines for readability. PR: ports/126059 Submitted by: Yarema <yds@CoolRat.org> Approved by: portmgr, linimon (maintainer on vacation)
21 lines
613 B
Plaintext
21 lines
613 B
Plaintext
----------------------------------------------------------------------
|
|
|
|
This port assumes you are familiar with Dovecot and have it installed
|
|
and running on the system you have installed this service on.
|
|
|
|
You can enable the service with this directive in your dovecot.conf:
|
|
|
|
protocol managesieve {
|
|
sieve=~/.dovecot.sieve
|
|
sieve_storage=~/sieve
|
|
}
|
|
|
|
And don't forget to add "managesieve" to the "protocols" setting
|
|
if you use it.
|
|
|
|
Further information on configuration can be found at:
|
|
|
|
http://Wiki.Dovecot.org/ManageSieve
|
|
|
|
----------------------------------------------------------------------
|