A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
Go to file
Troy Dawson 94ad43179a Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 08:20:13 -07:00
.fmf Adding fmf plan 2022-02-17 11:33:17 +01:00
.gitignore Fix CVE-2024-34055 2024-06-05 17:04:45 +02:00
cassandane.ini Update and adjust to the new Cassandane snapshot. 2018-04-11 13:18:05 -05:00
changelog Convert to %autorelease and %autochangelog 2024-06-05 16:20:35 +02:00
ci.fmf Add ci.fmf 2024-04-19 14:56:35 +02:00
cyrus-imapd-init.service Fix pem file permission 2020-04-23 11:48:24 +02:00
cyrus-imapd.cron-daily Use proper ctl_mboxlist path in cron file. 2017-06-06 09:30:38 -05: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 Depend on network-online target 2021-03-22 11:05:55 +01:00
cyrus-imapd.spec Cassandane: do not depend on imaptest, clean up BuildRequires 2024-06-10 19:36:04 +02: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.sysusers Do not create mail group to prevent dependency loop 2024-03-25 11:08:04 +01:00
cyrus-imapd.tmpfiles.conf Actually commit the tempfiles.conf file. 2017-06-27 20:24:56 -05:00
ellie-pub.key New version 3.8.0 (rhbz#2169331) 2023-07-21 14:25:48 +02:00
gating.yaml Update of fmf plans and gating for c10s 2024-06-12 09:18:04 +00:00
patch-cassandane-fix-annotator New version 3.8.2 2024-04-05 09:25:59 +02:00
patch-cassandane-no-syslog New version 3.8.2 2024-04-05 09:25:59 +02:00
patch-cassandane-xapian-delve-path New version 3.8.2 2024-04-05 09:25:59 +02:00
patch-cyrus-default-configs Enable jmap support again (rhbz#1940012) 2023-12-10 18:41:21 +01:00
patch-cyrus-perl-linking Use pcre2posix instead of the deprecated pcreposix (rhbz#2128286) 2023-12-07 11:26:21 -05:00
patch-cyrus-remove-always-inline-for-buf-len New version 3.8.0 (rhbz#2169331) 2023-07-21 14:25:48 +02:00
patch-cyrus-rename-imtest New version 3.8.1 (rhbz#2238280) 2023-09-13 16:13:28 +02:00
patch-cyrus-rename-quota Update to 3.2.3 2020-09-04 07:30:34 +02:00
patch-cyrus-testsuite-timeout New version 3.4.3 2022-06-09 16:52:51 +02:00
plans.fmf Update of fmf plans and gating for c10s 2024-06-12 09:18:04 +00:00
README.rpm big spec cleanup - step 2 fix typo, reorder patches and sources 2010-06-08 11:45:51 +00:00
rpminspect.yaml Add rpminspect waivers 2023-07-31 14:34:04 +02:00
sources Fix CVE-2024-34055 2024-06-05 17:04:45 +02: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!