From bbe9470a95f18b4b3a349edc89156aa6d71bc35b Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Aug 2008 13:36:22 +0000 Subject: [PATCH] Updated and tested kolab service . git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12189 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../services/kolab/class_servKolab.inc | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc index 2f318d1a3..8bb7999db 100644 --- a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc +++ b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc @@ -388,22 +388,28 @@ class servkolab extends goService { "postfixmydomain" => _("Postfix mydomain") , "postfixmydestination" => _("My destination") , "cyrusadmins" => _("Cyrus admins") , + + "cyruspop3" => _("POP3 service") , + "cyruspop3s" => _("POP3/SSL service") , + + "cyrusimap" => _("IMAP service") , + "cyrusimaps" => _("IMAP/SSL service") , + + "cyrussieve" => _("Sieve service") , "proftpdftp" => _("FTP FreeBusy service") , - "postfixmynetworks" => _("SMTP privileged networks") , - "postfixenablevirusscan" => _("Enable virus scan") , - "postfixrelayhost" => _("Relayhost") , - "postfixmxrelayenabled" => _("Enable MX lookup for relayhost"), "apachehttp" => _("HTTP FreeBusy service") , + "postfixenablevirusscan" => _("Enable virus scan") , + + "cyrusquotawarn" => _("Quota settings"), + "apacheallowunauthenticatedfb" => _("Allow unauthenticated free busy"), - "postfixallowunauthenticated" => _("Accept Internet Mail") , - "cyrusimap" => _("IMAP service") , "kolabFreeBusyFuture" => _("kolabFreeBusyFuture") , - "cyruspop3" => _("POP3 service") , - "cyrusimaps" => _("IMAP/SSL service") , - "cyruspop3s" => _("POP3/SSL service") , - "cyrussieve" => _("Sieve service") , - "cyrusquotawarn" => _("Quota settings")) - )); + + "postfixmynetworks" => _("SMTP privileged networks") , + "postfixmxrelayenabled" => _("Enable MX lookup for relayhost"), + "postfixrelayhost" => _("Relayhost") , + "postfixallowunauthenticated" => _("Accept Internet Mail")) + )); } } -- 2.30.2