[Lunar-commits] CVS: moonbase/mail/dovecot/init.d dovecot,NONE,1.1

Auke Kok sofar at lunar-linux.org
Sat Dec 4 16:38:29 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/dovecot/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv1544/dovecot/init.d

Added Files:
	dovecot 
Log Message:
Adding dovecot, a small but powerfull (secure) imap imaps pop3 pop3s daemon with pam, ldap, shadow etc authentication and both mbox and maildir support


--- NEW FILE: dovecot ---
#!/bin/bash
#
# dovecot - IMAP daemon
#
# chkconfig: 345 80 20
# description: imap and pop3 daemon with ssl support
# processname: dovecot
# config: /etc/dovecot.conf
# pidfile: /var/run/dovecot/master.pid

ARGS="-c /etc/dovecot.conf"

reload () {
        # not reload-safe
        $0 restart
}

. /lib/lsb/init-functions




More information about the Lunar-commits mailing list