freebsd-ports/mail/dovecot-managesieve/pkg-message
Beech Rintoul 26d5544ffc - Fix the text in pkg-descr and pkg-message to be about mail/dovecot-managesieve
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)
2008-07-30 02:19:41 +00:00

20 lines
613 B
Text

----------------------------------------------------------------------
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
----------------------------------------------------------------------