aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-06-26 08:12:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-06-26 08:12:57 +0000
commit5c4d327347884b68cac2895d7133b606c36ec315 (patch)
tree6b87a7a36b3cc2e84069c2fdc45a39add902c95b /mail/Makefile
parenta38565cc58b4cbfbb535162e1fb5dae22c60c89c (diff)
This is sieve-connect. A client for the ManageSieve protocol, as specifed in
RFC 5804. Historically, this was MANAGESIEVE as implemented by timsieved in Cyrus IMAP. This is not yet fully compatible with RFC 5804, but is moving towards that from the timsieved baseline; some issues to be worked on are documented in the "TODO" file. sieve-connect speaks ManageSieve and supports TLS for connection privacy and also authentication if using client certificates. sieve-connect will use SASL authentication; SASL integrity layers are not supported, use TLS instead. GSSAPI-based authentication should generally work, provided that client and server can use a common underlaying protocol. If it doesn't work for you, please report the issue. sieve-connect is designed to be both a tool which can be invoked from scripts and also a decent interactive client. It should also be a drop-in replacement for "sieveshell", as supplied with Cyrus IMAP. WWW: http://people.spodhuis.org/phil.pennock/software/ PR: ports/157077 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
Notes
Notes: svn path=/head/; revision=276432
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index c463b218017e..59c6ddbaae25 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -625,6 +625,7 @@
SUBDIR += serialmail
SUBDIR += sgwi
SUBDIR += sid-milter
+ SUBDIR += sieve-connect
SUBDIR += sigit
SUBDIR += sigrot
SUBDIR += simscan