- better default cyrus.conf file

enable idled and disable sieve ; also disable pop3s and imaps as cyrus
would literally fill the logs if SSL is no configured (problem found by
Stuart Henderson <stu at spacehopper dot org>)
This commit is contained in:
ajacoutot 2007-05-04 08:05:00 +00:00
parent 34cf92b388
commit 512831896b
2 changed files with 27 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2007/03/31 09:33:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2007/05/04 08:05:00 ajacoutot Exp $
COMMENT-main= "Cyrus IMAP server"
COMMENT-perl= "perl utils for the Cyrus IMAP server"
V= 2.3.8
DISTNAME= cyrus-imapd-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-main= ${DISTNAME}p0
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
CATEGORIES= mail
HOMEPAGE= http://cyrusimap.web.cmu.edu

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-master_conf_normal_conf,v 1.1 2007/05/04 08:05:00 ajacoutot Exp $
--- master/conf/normal.conf.orig Fri May 4 09:47:10 2007
+++ master/conf/normal.conf Fri May 4 09:50:57 2007
@@ -5,17 +5,17 @@ START {
recover cmd="ctl_cyrusdb -r"
# this is only necessary if using idled for IMAP IDLE
-# idled cmd="idled"
+ idled cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0
- imaps cmd="imapd -s" listen="imaps" prefork=0
+# imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
- pop3s cmd="pop3d -s" listen="pop3s" prefork=0
- sieve cmd="timsieved" listen="sieve" prefork=0
+# pop3s cmd="pop3d -s" listen="pop3s" prefork=0
+# sieve cmd="timsieved" listen="sieve" prefork=0
# these are only necessary if receiving/exporting usenet via NNTP
# nntp cmd="nntpd" listen="nntp" prefork=0