Package Details: cyrus-imapd 3.12.0-1

Git Clone URL: https://aur.archlinux.org/cyrus-imapd.git (read-only, click to copy)
Package Base: cyrus-imapd
Description: An email, contacts and calendar server
Upstream URL: https://www.cyrusimap.org/
Licenses: BSD-Attribution-HPND-disclaimer
Provides: imap-server, pop3-server
Submitter: ryanc
Maintainer: J5lx
Last Packager: J5lx
Votes: 28
Popularity: 0.31
First Submitted: 2007-10-14 08:22 (UTC)
Last Updated: 2025-05-09 16:53 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »

starfry commented on 2013-03-17 12:20 (UTC)

Just uploaded new PKGBUILD that includes systemd unit (thanks @mrechte) and I've also removed tcp_wrappers. I checked out the mail group query and it looks to me like cyrus is in the "mail" group (PKGBUILD has --with-cyrus-group=mail in it).

smerik commented on 2012-12-07 09:57 (UTC)

As of 2012-12-01 version 2.4.17 has been released

mrechte commented on 2012-11-22 07:03 (UTC)

From a fresh install, I also noticed that both postfix and cyrus were not members of mail group, preventing postfix to acccess the lmtp socket.

mrechte commented on 2012-11-21 15:26 (UTC)

I suggest the following unit file, but note that /etc/conf.d/cyrus-master becomes useless. Please also note that tcp_wrapper is no longer supported on Arch and therefore such dependancie should be removed from PKGBUILD. $ cat /usr/lib/systemd/system/cyrus-master.service [Unit] Description=implementation of IMAP servers by the Cargegie Mellon University Computer Services Department After=network.target [Service] Type=forking ExecStart=/usr/lib/cyrus/bin/master -d ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target

mrechte commented on 2012-10-16 15:18 (UTC)

That would be great if you could provide systemd files :)

<deleted-account> commented on 2012-03-12 17:46 (UTC)

PID has been fixed.

<deleted-account> commented on 2012-01-06 15:18 (UTC)

2.4.13-1: Install a Cyrus+Postfix setup, no major issue. Just have to fix the /etc/rc.d/cyrus-master script the '/etc/rc.d/cyrus-master stop' is failing for me because the PID was not good, I fix it with: "PID=`pgrep -f /usr/lib/cyrus/bin/master`" If I remember correctly the /lib/ is missing in the path. Sorry I am new to archlinux/pacman, I don't know (yet) how to submit this change myself in AUR (just hand fix it for my local install)

<deleted-account> commented on 2011-09-09 15:41 (UTC)

2.4.11-1: Added tcp_wrappers as a dependency. Changed file locations.

starfry commented on 2011-08-01 21:15 (UTC)

I believe this also depends on tcp_wrappers (for libwrap.so.0) which has been deprecated and moved from Core (now in AUR).