diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-24 04:35:11 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-24 04:35:11 +0800 |
commit | 5a3fe2c7e30e5d8f43be1a4e018e3b8ab0c4b9b6 (patch) | |
tree | 61a98ccefe3c77932557bd4e67e290ef05067938 /mail/Makefile | |
parent | 42b106f11a515248432e87a5dc9374a49270ba64 (diff) | |
download | freebsd-ports-gnome-5a3fe2c7e30e5d8f43be1a4e018e3b8ab0c4b9b6.tar.gz freebsd-ports-gnome-5a3fe2c7e30e5d8f43be1a4e018e3b8ab0c4b9b6.tar.zst freebsd-ports-gnome-5a3fe2c7e30e5d8f43be1a4e018e3b8ab0c4b9b6.zip |
Cyrus2Dovecot is a full-featured command line tool for converting the
e-mails of one or more users from Cyrus format to Dovecot Maildir++ folders.
It allows for performing a server transition which is fully transparent to
both POP and IMAP users.
WWW: http://www.cyrus2dovecot.sw.fu-berlin.de/
PR: ports/18590
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 110a22a87c99..4b10100fd770 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -85,6 +85,7 @@ SUBDIR += cyrus-imapd23 SUBDIR += cyrus-imapd24 SUBDIR += cyrus2courier + SUBDIR += cyrus2dovecot SUBDIR += davmail SUBDIR += dbmail SUBDIR += dbmail22 |