[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
- Previous message: [Lunar-commits] CVS: moonbase/mail/dovecot BUILD, NONE,
1.1 CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/mail/dovecot/pam.d dovecot,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Lunar-commits] CVS: moonbase/mail/dovecot BUILD, NONE,
1.1 CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
- Next message: [Lunar-commits] CVS: moonbase/mail/dovecot/pam.d dovecot,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list