diff options
author | salo <salo@pkgsrc.org> | 2003-05-14 04:17:31 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-14 04:17:31 +0000 |
commit | d75c3820b82b766b70e077ce46bd863cfbd84dd5 (patch) | |
tree | 79b7ea1b0667d4009fa7a9a8e0c84e3f02c3a6a3 /mail/dovecot/files | |
parent | 81429e399a1b1696f35ad2bdcbe2298067297760 (diff) | |
download | pkgsrc-d75c3820b82b766b70e077ce46bd863cfbd84dd5.tar.gz |
Import of dovecot-0.99.9.1: Secure IMAP and POP3 server.
Dovecot is a secure and compact IMAP/POP3 server which is in the early stages
of developement. It supports Maildirs and mbox formats and much of the IMAP
v4 protocol including SSL/TLS. IPv6 support is also included.
Package provided by Juan RP via pkgsrc-wip with modifications by me.
Diffstat (limited to 'mail/dovecot/files')
-rwxr-xr-x | mail/dovecot/files/dovecot.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dovecot/files/dovecot.sh b/mail/dovecot/files/dovecot.sh new file mode 100755 index 00000000000..058dff9ce00 --- /dev/null +++ b/mail/dovecot/files/dovecot.sh @@ -0,0 +1,17 @@ +#!@RCD_SCRIPTS_SHELL@ +# +# $NetBSD: dovecot.sh,v 1.1.1.1 2003/05/14 04:17:31 salo Exp $ +# + +# PROVIDE: dovecot +# REQUIRE: DAEMON LOGIN + +. /etc/rc.subr + +name="dovecot" +rcvar=$name +command="@PREFIX@/sbin/${name}" +required_files="@PKG_SYSCONFDIR@/$name.conf" + +load_rc_config $name +run_rc_command "$1" |