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.

22 questions
6
votes
0 answers

SMTP authentication error: SASL authentication failure: Password verification failed

I have a VPS server which is running postfix + dovecot as mail server. I have already created two accounts which work well. Both can send and receive email via STARTTLS and SSL. But when I added a third account today, it can only receive email but…
Jonathan
  • 463
  • 6
  • 18
3
votes
1 answer

Thrift sasl with username/password authentication for C++

I've been trying to add security to my project which uses Apache Thrift. In C#, there is a class TSASLClientTransport which accepts the parameters TSocket, username and password. Similarly I need a cpp class so that I can implement the same in C++.…
Edwin Vivek N
  • 544
  • 7
  • 27
3
votes
2 answers

IMAP protocol support in different email servers

Having to interact with several different email servers via IMAP (using javamail), I have found that there is a very different level of support for IMAP features among them. The lack of support of some features has resulted in more developing time,…
Persimmonium
  • 15,150
  • 11
  • 43
  • 76
2
votes
2 answers

Using EXTERNAL mechanism with Cyrus SASL

Does the Cyrus SASL api not support the EXTERNAL mechanism? I'm trying to use it as a client, but it returns SASL_NOMECH when asked. % cat cyrus_sal_ex.c /* cyrus_sasl_ex.c: Example of using the Cyrus SASL api */ #include /* for…
rampion
  • 82,104
  • 41
  • 185
  • 301
2
votes
0 answers

Not able to authenticate SMTP clients on Debian+Postfix+SASL with rimap

I'm having a strange problem. I followed few guides from the net. My goal is to create a SMTP postfix that will use Cyrus SASL to authenticate users upon sending email with different imap server. Making all more simple: have to transfer/replace…
1
vote
1 answer

Configuring cyrus imapd processes via CentOs

Cyrus launches about 13 or 14 imapd processes, each taking about 4-5mb. Which configuration file stores the values for min/max imapd processes? There is no documentation this, at least none that I could easily find.
MKN Web Solutions
  • 2,615
  • 3
  • 32
  • 47
1
vote
1 answer

What is the status of SASL on macOS in 2019?

I have a linux application I am trying to compile on macOS. It relies on Cyrus SASL library. During compilation I get deprecation warnings related to SASL, but the app compiles and seems to…
user7610
  • 17,196
  • 7
  • 97
  • 120
1
vote
0 answers

Configuring GSSAPI and Cyrus SASL

I've been trying to configure GSSAPI and Cyrus SASL, following this guide. It seems pretty straightforward, except for the very first step, "1. Compile the Cyrus-SASL distribution with the GSSAPI plugin for your favorite GSS-API mechanism." I can't…
Garretonzo
  • 11
  • 2
1
vote
1 answer

Implementations of SASL: Cyrus SASL vs Gnu SASL vs Dovecot SASL?

I am trying to understand the main differences between those implementations of SASL. Actually I have to admit that I am very far away from understanding the internal structure so if you have further references besides the respective specifications…
varantir
  • 5,697
  • 5
  • 27
  • 50
1
vote
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
  • 230
  • 2
  • 10
1
vote
1 answer

Get quota output from cyradm (cyrus) in a bash script

I have am writing a script to list the quota of all the users in my LDAP directory. For this, I use ldapsearch with the appropriate filters to get a list of my usernames in a file. Next I run that file through a while loop which reads the file…
rahuL
  • 2,826
  • 10
  • 46
  • 75
0
votes
0 answers

management mail accounts mailbox ClearOS

good, I'm new to clearos and I need to know how many emails are stored in each account since there are some emails that are not downloaded because they are installed on a cell phone. because of this I need to delete the emails from these accounts so…
0
votes
1 answer

Executing script or comands in diferent console (CYRADM)

Thanks in adviance: Hello im trying to execute diferent commands extracted from other stable script used to extract the commands we have to execute in cyradm console i do [root@srvmtrx9870]# sh addFolder2Mailbox.sh > commands.sh this generates a…
0
votes
2 answers

how to install the module cyruslib

tell me, please, how to install cyruslib? I'm use python 2.7, ubuntu18. I have the error :"No module named cyruslib". I want to do enter link description here
Santa Claus
  • 57
  • 1
  • 1
  • 6
0
votes
1 answer

Cyrus SASL and the Kerberos TGT

With Kerberos, successful authentication using kinit results in a locally-cached TGT that will be used for authentication to Kerberized services. Typically, this TGT is valid for one day so that the user only needs to provide their credentials once…
Joshua Gevirtz
  • 401
  • 3
  • 12
1
2