Cyrus 2.1.13 and single store?
    Bernd Nies 
    bernd.nies at adnovum.ch
       
    Mon Jun  2 02:37:22 EDT 2003
    
    
  
Hi,
We're running Cyrus 2.1.13 IMAP Server on Solaris 8. On Google I found a 
message from 1999 that there is a single store patch for IMAP 1.5.19:
http://groups.google.ch/groups?q=cyrus+%22single+store%22&hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=7d5naf%24rfb%241%40shell.fore.com&rnum=1
Is this patch already part of Cyrus 2.1.13?
On our mail server when I deliver a message from Postfix using LMTP to 
Cyrus for n recipients it gets stored n times and not just once and n-1 
hard links. Is this not yet possible or is my configuration wrong?
imapd.conf:
-----------
   configdirectory: /var/cyrus
   sievedir: /opt/sieve
   lmtpsocket: /var/cyrus/socket/lmtp
   tls_imap_cert_file: /opt/cyrus/certs/imap.pem
   tls_imap_key_file: /opt/cyrus/certs/imap.key
   tls_require_cert: 0
   defaultpartition: default
   partition-default: /data/mail1
   partition-share: /data/mail2
   servername: imap.domain.tld
   admins: root
   unixhierarchysep: yes
   altnamespace: yes
   sendmail: /opt/postfix/bin/sendmail
   logtimestamps: yes
   defaultacl: anyone lrsp
   allowplaintext: yes
   sasl_pwcheck_method: saslauthd
   sasl_mech_list: PLAIN
cyrus.conf:
-----------
   START {
     recover  cmd="ctl_cyrusdb -r"
   }
   SERVICES {
     imap      cmd="imapd"     listen="imap.adnovum.ch:imap"   prefork=0
     imaps     cmd="imapd -s"  listen="imap.adnovum.ch:imaps"  prefork=0
     sieve     cmd="timsieved" listen="imap.adnovum.ch:sieve"  prefork=0
     lmtpunix  cmd="lmtpd"     listen="/var/cyrus/socket/lmtp" prefork=0
   }
   EVENTS {
     checkpoint    cmd="ctl_cyrusdb -c" period=30
     delprune      cmd="ctl_deliver -E 3" at=0400
     tlsprune      cmd="tls_prune" at=0400
   }
Postfix main.cf:
----------------
   mailbox_transport = lmtp:unix:/var/cyrus/socket/lmtp
Postfix master.cf:
------------------
   lmtp      unix  -       -       n       -       -       lmtp
Thanks in advance for help.
Regards,
Bernd Nies
-- 
+---------------------------------------------------------------------+
  Bernd Nies                               mailto:Bernd.Nies at adnovum.ch
  System Engineering                                 Dipl. El.-Ing. HTL
  AdNovum Informatik AG http://www.adnovum.ch  phone: +41 (1)  272 6111
  Roentgenstrasse 22, CH-8005 Zuerich          fax:   +41 (1)  272 6312
+---------------------------------------------------------------------+
  AdNovum Software Inc. San Mateo, CA 94404    phone: +1 (650) 525 9322
  1400 Fashion Island Boulevard, Suite 309     fax:   +1 (650) 525 9324
+---------------------------------------------------------------------+
    
    
More information about the Info-cyrus
mailing list