<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="de">
  <siteinfo>
    <sitename>Linupedia.org</sitename>
    <dbname>linupediadb</dbname>
    <base>https://linupedia.org/opensuse/Hauptseite</base>
    <generator>MediaWiki 1.31.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Medium</namespace>
      <namespace key="-1" case="first-letter">Spezial</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Diskussion</namespace>
      <namespace key="2" case="first-letter">Benutzer</namespace>
      <namespace key="3" case="first-letter">Benutzer Diskussion</namespace>
      <namespace key="4" case="first-letter">Linupedia.org</namespace>
      <namespace key="5" case="first-letter">Linupedia.org Diskussion</namespace>
      <namespace key="6" case="first-letter">Datei</namespace>
      <namespace key="7" case="first-letter">Datei Diskussion</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki Diskussion</namespace>
      <namespace key="10" case="first-letter">Vorlage</namespace>
      <namespace key="11" case="first-letter">Vorlage Diskussion</namespace>
      <namespace key="12" case="first-letter">Hilfe</namespace>
      <namespace key="13" case="first-letter">Hilfe Diskussion</namespace>
      <namespace key="14" case="first-letter">Kategorie</namespace>
      <namespace key="15" case="first-letter">Kategorie Diskussion</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Cyrus-IMAP Musterkonfigurationen</title>
    <ns>0</ns>
    <id>1567</id>
    <revision>
      <id>9492</id>
      <parentid>2139</parentid>
      <timestamp>2007-01-26T12:38:05Z</timestamp>
      <contributor>
        <username>TomcatMJ</username>
        <id>12</id>
      </contributor>
      <minor/>
      <comment>Navigationslinks hinzugefügt</comment>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text xml:space="preserve" bytes="2013">[[Category:Musterkonfigurationen]]
= Cyrus IMAP Musterkonfigurationen =
== Default Konfigurationen ==
#OpenSUSE 10.1 Default-Konfiguration erstellt per Yast für den Standaloneserverbetrieb kombiniert mit Postfix und Sieve als Pop3 und IMAP Server
/etc/cyrus.conf :

&lt;code&gt;
 # standard standalone server implementation
 
 START {
   # do not delete this entry!
   recover       cmd=&quot;ctl_cyrusdb -r&quot;
 
   # this is only necessary if using idled for IMAP IDLE
   idled         cmd=&quot;idled&quot;
 }
 
 # UNIX sockets start with a slash and are put into /var/lib/imap/socket
 SERVICES {
   # add or remove based on preferences
   imap          cmd=&quot;imapd&quot; listen=&quot;imap&quot; prefork=0
 #  imaps                cmd=&quot;imapd -s&quot; listen=&quot;imaps&quot; prefork=0
   pop3          cmd=&quot;pop3d&quot; listen=&quot;pop3&quot; prefork=0
 #  pop3s                cmd=&quot;pop3d -s&quot; listen=&quot;pop3s&quot; prefork=0
   sieve         cmd=&quot;timsieved&quot; listen=&quot;sieve&quot; prefork=0
 
   # at least one LMTP is required for delivery
 #  lmtp         cmd=&quot;lmtpd&quot; listen=&quot;lmtp&quot; prefork=0
   lmtpunix      cmd=&quot;lmtpd&quot; listen=&quot;/var/lib/imap/socket/lmtp&quot; prefork=0
 
   # this is only necessary if using notifications
 #  notify       cmd=&quot;notifyd&quot; listen=&quot;/var/lib/imap/socket/notify&quot; proto=&quot;udp&quot; prefork=1
 }
 
 EVENTS {
   # this is required
   checkpoint    cmd=&quot;ctl_cyrusdb -c&quot; period=30
 
   # this is only necessary if using duplicate delivery suppression
   delprune      cmd=&quot;cyr_expire -E 3&quot; at=0400
 
   # this is only necessary if caching TLS sessions
   tlsprune      cmd=&quot;tls_prune&quot; at=0400
 
   # Uncomment the next entry, if you want to automatically remove
   # old messages of EVERY user.
   # This example calls ipurge every 60 minutes and ipurge will delete
   # ALL messages older then 30 days.
   # enter 'man 8 ipurge' for more details
 
   # cleanup      cmd=&quot;ipurge -d 30 -f&quot; period=60
 }
&lt;/code&gt;

''--[[Benutzer:TomcatMJ|TomcatMJ]] 06:03, 17. Aug 2006 (CEST)''
----
[[Musterkonfigurationen|zurück zu den Musterkonfigurationen]]
[[Kategorie:Musterkonfigurationen]]</text>
      <sha1>bpahrlvjkfa8c12ijrt9abvgad487l7</sha1>
    </revision>
  </page>
</mediawiki>
