A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
Go to file
2018-04-13 18:33:17 -05:00
.gitignore Update Cassandane again, fixing some random failures. 2018-04-13 18:33:17 -05:00
24af24aa77144e0c1ab976657833b470502be7a8.patch Actually commit the patch. 2018-02-26 16:17:33 -06:00
73af8e19546f235f6286cc9147a3ea74bde19ebb.patch Get things building again. 2018-04-02 15:54:06 -05:00
1966c22fc4249a1157a4d4c1224138ce78653514.patch Libical3 support 2017-11-14 12:14:03 -06:00
7214a7e3a60c628575a73dab0437e065b9e9a32a.patch Fix a couple of open tickets. 2018-03-01 12:55:25 -06:00
79244173353d95149ad1944f61cc6bd2e43bd7d4.patch Start working on patches to some new failures. 2018-02-19 22:52:47 -06:00
cassandane.ini Update and adjust to the new Cassandane snapshot. 2018-04-11 13:18:05 -05:00
cyrus-imapd-init.service Forgot to git add one source file.... 2016-12-22 08:12:57 -06:00
cyrus-imapd.cron-daily Use proper ctl_mboxlist path in cron file. 2017-06-06 09:30:38 -05:00
cyrus-imapd.cvt_cyrusdb_all - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd.logrotate - removed the lm_sensors-devel dependency, since it's properly required in 2007-07-23 13:03:30 +00:00
cyrus-imapd.magic auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
cyrus-imapd.pam-config - use password-auth common PAM configuration instead of system-auth 2009-09-16 11:52:47 +00:00
cyrus-imapd.service Use the proper location of master in the service file. 2017-05-26 12:38:57 -05:00
cyrus-imapd.spec Update Cassandane again, fixing some random failures. 2018-04-13 18:33:17 -05:00
cyrus-imapd.sysconfig auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
cyrus-imapd.tmpfiles.conf Actually commit the tempfiles.conf file. 2017-06-27 20:24:56 -05:00
patch-cassandane-fix-annotator Fully functional cassandane with fewer patches. 2017-05-26 11:50:15 -05:00
patch-cassandane-no-syslog Add source files/patches. 2017-05-25 10:33:34 -05:00
patch-cyrus-default-configs Fix typo in default configuration. 2017-10-24 14:20:33 -05:00
patch-cyrus-managesieve-linking Update to 3.0.3. 2017-08-11 11:20:12 -05:00
patch-cyrus-testsuite-timeout Add patch to increate test suite timeout. 2017-06-06 09:32:18 -05:00
patch-vzic-proper-cflags Fix a couple of open tickets. 2018-03-01 12:55:25 -06:00
README.rpm big spec cleanup - step 2 fix typo, reorder patches and sources 2010-06-08 11:45:51 +00:00
sources Update Cassandane again, fixing some random failures. 2018-04-13 18:33:17 -05:00

---------------
Cyrus IMAPd RPM
---------------

This is a _very_ 'quick and dirty' install howto.

The following steps should lead you to a running Cyrus IMAP server:

1)  Install on a distribution which is supported by this RPM. Don't install
    on a dirty system, where you have previously installed from source.
2)  Don't install if you have a previous Cyrus IMAPd installation <=2.1.x on
    your box. Upgrading any Invoca rpm based installation should be fine.
3)  Make sure you understand that this RPM installs in FHS compliant
    directories, like /var/lib/imap and /var/spool/imap
4)  Make sure cyrus-sasl is installed.
5)  Make sure saslauthd is running. If not, edit /etc/sysconfig/saslauthd as
    needed and do 'chkconfig saslauthd on ; service saslauthd start'
6)  Install the cyrus-imapd RPMs.
7)  If it's your first install of Cyrus IMAPd, then set a password for the
    cyrus user in whatever database you are using to authenticate. When
    using a local account, this should be 'passwd cyrus'.
8)  Make sure your MTA delivers to Cyrus IMAPd, I recommend LMTP for this.
9)  Start Cyrus IMAPd with 'service cyrus-imapd start'
10) Run cyradm and create a user. Usually it's something like this:
    'cyradm --user=cyrus --auth=login localhost'
11) If you're using sendmail, be aware that cyrusv2.m4 included in standard
    sendmail distribution uses socket /var/imap/socket/lmtp while this rpm
    uses /var/lib/imap/socket/lmtp.
12) Check your syslog configuration. This RPM uses the mail facility to log
    messages. On busy sites you may want to limit the mail facility to the
    info priority with something like 'mail.info    /var/log/maillog' in
    /etc/syslog.conf.

Enjoy!