Questions tagged [cyrus]

The Cyrus IMAP server is electronic mail server software developed by Carnegie Mellon University. It differs from other Internet Message Access Protocol (IMAP) server implementations in that it is generally intended to be run on sealed servers, where normal users cannot log in. The mail spool uses a filesystem layout and format similar to the Maildir format used by other popular email servers such as qmail, Courier, Dovecot, etc..

Cyrus IMAP's spool format resides in parts of the filesystem that are private to the Cyrus IMAP system. Users can access mail through the IMAP/IMAP-S, POP3/POP3-S or KPOP protocols.

The Cyrus IMAP server supports server-side mail filtering through the implementation of a mail filtering language called Sieve.

The private mailbox database design gives the server considerable advantages in efficiency, scalability, and administratability. Multiple concurrent read/write connections to the same mailbox are permitted. The server supports access control lists on mailboxes and storage quotas on mailbox hierarchies.

20 questions
0
votes
1 answer

How to get Debugging Symbols when using yum on Fedora?

I'm trying to run Cyrus Imapd (version 2.3.1) in gdb on Fedora Core 5. I've installed cyrus imapd using yum install cyrus-imapd. Does anyone know the correct way to get debugging symbols for this program? (I'm very aware that Fedora Core 5 and…
0
votes
1 answer

Differences between Dovecot and cyrus

What are the differences between dovecot and cyrus SASL which is being used with postfix ? Which is the commonly used one nowadays?
Unnikrishnan
  • 228
  • 2
  • 11
0
votes
1 answer

broken smtpd auth after update Cyrus SASL

after migrating from depreciated smtpd_recipient_restrictions to smtpd_relay_restrictions, outbound smtp hangs for users and these are the errors I find in the logs. "auxpropfunc error version mismatch with plug-in" and a "_sasl_plugin_load failed…
brad
  • 870
  • 2
  • 13
  • 38
0
votes
1 answer

How can I link against the PostgreSQL libs when I compile Cyrus's seiveshell?

I maintain a software stack consisting of Perl and Cyrus IMAP among other things. Perl seems to be working fine and Cyrus cyradm (a perl script) works fine too. However, sieveshell will not execute and reason for asking for help here. When I run…
Eric
  • 1,697
  • 5
  • 29
  • 39
-2
votes
1 answer

rysnc transfered file name differs from source file name

This problem is not specific to rsync. If I touch a file named /media/KINGSTON/seventeen. then what is created is /media/KINGSTON/seventeen instead. Can someone explain why? dmesg . . . ugen3.2: at usbus3 umass0 on…
James B. Byrne
  • 1,048
  • 12
  • 27
1
2