Christian Wiese
14 years ago
committed by
Christian Wiese
2 changed files with 65 additions and 0 deletions
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../dovecot-pigeonhole/dovecot-pigeonhole.conf |
||||
# Copyright (C) 2010 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# we need dovecot |
||||
pkgprefix -t dovecot |
||||
|
||||
# use dovecot's prefix as default |
||||
if [ $prefix_auto = 1 ]; then |
||||
prefix="$( pkgprefix dovecot )" |
||||
set_confopt |
||||
fi |
||||
|
||||
# provide the path to 'dovecot-config' |
||||
var_append extraconfopt ' ' "--with-dovecot=$( pkgprefix -r libdir dovecot )/dovecot" |
@ -0,0 +1,40 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../dovecot-pigeonhole/dovecot-pigeonhole.desc |
||||
[COPY] Copyright (C) 2010 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] Sieve and ManageSieve support for Dovecot v2.0 |
||||
|
||||
[T] Pigeonhole is the name of the project that adds support for the Sieve |
||||
[T] language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot |
||||
[T] Secure IMAP Server. |
||||
[T] |
||||
[T] The Pigeonhole package provides the following components: |
||||
[T] - The Sieve interpreter plugin for Dovecot's Local Delivery Agent (LDA) or |
||||
[T] its LMTP server to facilitate Sieve filtering upon delivery. |
||||
[T] - The ManageSieve Service which implements the ManageSieve protocol through |
||||
[T] which users can remotely manage Sieve scripts on the server. |
||||
|
||||
[U] http://pigeonhole.dovecot.org/ |
||||
[U] http://wiki2.dovecot.org/Pigeonhole |
||||
|
||||
[A] Stephan Bosch <stephan@rename-it.nl> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] LGPL |
||||
[S] Alpha |
||||
[V] 0.2.UNSTABLE-5889581572b6 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 4097794629 dovecot-pigeonhole-0.2.UNSTABLE-5889581572b6.tar.bz2 !http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/5889581572b6.tar.bz2 |
Loading…
Reference in new issue