https://github.com/pellaeon/freebsd-dovecot1-legacy
Files & modifications required to run Dovecot 1.2 + Sieve plugin after their deprecation
https://github.com/pellaeon/freebsd-dovecot1-legacy
Last synced: 5 months ago
JSON representation
Files & modifications required to run Dovecot 1.2 + Sieve plugin after their deprecation
- Host: GitHub
- URL: https://github.com/pellaeon/freebsd-dovecot1-legacy
- Owner: pellaeon
- Created: 2017-10-06T08:50:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T09:02:46.000Z (over 8 years ago)
- Last Synced: 2025-03-14T17:25:35.953Z (over 1 year ago)
- Language: Makefile
- Size: 4.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run legacy Dovecot 1.2 on FreeBSD
Dovecot 1.2 has been deprecated in upstream and FreeBSD Ports, files in this repo will allow you to build and install Dovecot 1.2 with Sieve plugin.
## Install
Before your install, please make sure no other versions of Dovecot exist on the system.
1. Run `copyfiles.sh`
2. `cd /usr/ports/mail/dovecot1/`
3. `make config` and select `MANAGESIEVE` if you need it
4. `make install clean`
5. Done!