dovecot-sieve: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:00:11 +02:00
parent 79a98792ee
commit 8dd5d65313
4 changed files with 0 additions and 53 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dovecot/
drwxr-xr-x root/root usr/lib/dovecot/modules/
drwxr-xr-x root/root usr/lib/dovecot/modules/lda/
-rw-r--r-- root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sieve-test.1.gz
-rw-r--r-- root/root usr/man/man1/sievec.1.gz
-rw-r--r-- root/root usr/man/man1/sieved.1.gz

View File

@ -1 +0,0 @@
6151ab50e24abc0384358b1618c8048f dovecot-1.2-sieve-0.1.13.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Mail filter for the dovecot LDA
# URL: http://wiki.dovecot.org/LDA/Sieve
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: dovecot
name=dovecot-sieve
version=0.1.13
release=1
source=(http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-$version.tar.gz)
build() {
cd dovecot-1.2-sieve-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--with-dovecot=/usr/lib/dovecot
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +0,0 @@
POST-INSTALL:
* Configure your MTA to use dovecot as your LDA
* Add cmusieve to the mail_plugins in dovecot.conf
protocol lda {
...
mail_plugins = cmusieve # ... other plugins
...
}
* The default location of the sieve file is .dovecot.sieve in the
users mail directory. You can change this in the plugin section.
plugin {
...
sieve = /var/sieve-scripts/%u/sieve
...
}