Questions tagged [cyrus]

is an advanced IMAP (Internet Message Access Protocol) daemon widely used in small to large scale organizations.

Cyrus is one of the most widely used IMAP/POP servers. It is often installed in tandem with Postfix to create a complete email system.

Links:

5 questions
4
votes
1 answer

How do I install cyrus-sasl on 10.04 Server?

This indicates that there is a cyrus-sasl2 package, but it doesn't appear to be available in the repositories? I need to install Cyrus SASL for use with postfix, not the Cyrus IMAP server. How do I install cyrus-sasl on a 10.04 Server?
Nick
  • 589
1
vote
1 answer

Installed Cyrus / tls_sessions.db not created / process not running

I installed cyrus-imapd and cyrus-admin via apt-get install. When I try to start the service with /etc/init.d/cyrus-imapd start, I got [ ok ] Starting cyrus-imapd (via systemctl): cyrus-imapd.service. as the response but there is no process running.…
griz
  • 111
1
vote
1 answer

Import emails from hard disk image?

My old Pentium 3 email server just died on me. Is it possible import all my emails that I had? I was running postfix and the cyrus IMAP server. I can chroot to the hard drive to run any commands if needed. After grep'ing the hard drive, I found that…
0
votes
2 answers

"SQL engine 'mysql' not supported" with saslauth

I'm having trouble authenticating incoming SMTP authentication to my postfix server (using Cyrus SASL with a MySQL backend). In my auth.log I get: postfix/smtpd[3389]: sql auxprop plugin using mysql engine postfix/smtpd[3389]: SQL engine 'mysql' not…
Ross
  • 1,832
0
votes
1 answer

Postfix SASL LOGIN: 535 5.7.8 Authentication failed: wrong user/password

I was trying to set up my postfix email server (mailclient --> postfix/relay host --> smarthost/mailprovider) and got the following errors when sending mails: luke postfix/smtp[9059]: < smtp.strato.de[81.169.145.133]:587: 535 5.7.8 Authentication…