Tagged Questions
The cyrus tag has no wiki summary.
0
votes
1answer
395 views
How to configure imap and smtp on centos
Folks,
I am putting together a web-based application on a CentOS machine. This application needs to send out email notifications to its users and needs to monitor an IMAP mailbox for inbound emails ...
0
votes
1answer
276 views
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 ...
0
votes
1answer
232 views
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 ...
0
votes
1answer
372 views
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 ...