Version: 2007f, Package name: imap-2007f |
Maintained by: Antoine Jacoutot |
Master sites:
|
Description-c-client c-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server. Description-mailutil This is the IMAP4rev1 server utility from the University of Washington. Description-server This is the IMAP4rev1 server from the University of Washington. Included are backwards-compatible (almost) POP2 and POP3 servers. ipop2d POP2 daemon ipop3d POP3 daemon imapd IMAP4rev1 daemon README-server $OpenBSD: README-server,v 1.2 2011/06/02 13:41:39 ajacoutot Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- The ipop2d, ipop3d, and imapd daemons should be invoked by your /etc/inetd.conf file with lines such as: pop2 stream tcp nowait root ${TRUEPREFIX}/libexec/ipop2d ipop2d pop2 stream tcp6 nowait root ${TRUEPREFIX}/libexec/ipop2d ipop2d pop3 stream tcp nowait root ${TRUEPREFIX}/libexec/ipop3d ipop3d pop3 stream tcp6 nowait root ${TRUEPREFIX}/libexec/ipop3d ipop3d imap stream tcp nowait root ${TRUEPREFIX}/libexec/imapd imapd imap stream tcp6 nowait root ${TRUEPREFIX}/libexec/imapd imapd To use SSL as default transport you need to add the lines below to /etc/inetd.conf. pop3s stream tcp nowait root ${TRUEPREFIX}/libexec/ipop3d ipop3d pop3s stream tcp6 nowait root ${TRUEPREFIX}/libexec/ipop3d ipop3d imaps stream tcp nowait root ${TRUEPREFIX}/libexec/imapd imapd imaps stream tcp6 nowait root ${TRUEPREFIX}/libexec/imapd imapd You also need to install your certificates to /etc/ssl/{imapd,ipop3d}.pem and files containing the corresponding private keys to /etc/ssl/private/{imapd,ipop3d}.pem. See ssl(8) for how to do this. If you want to use the included mailbox lock program, you need to enable the setgid bit on the mlock binary, then give the "smmsp" group write permission on the /var/mail directory. As root: chmod 2555 ${TRUEPREFIX}/libexec/mlock chgrp smmsp /var/mail chmod 775 /var/mail Note that there are security implications to this! By default, plaintext authentication over clear connection is disabled. While it is highly recommended not to do so, you may enable it in the ${SYSCONFDIR}/c-client.cf file. |
MD5: 2ff9Th2TrZ/KHfhxennRxQ= |
RMD160: FPQChOnhZMDtdnfx5djjMJx8WME= |
Filesize: 2728.056 KB |
Package available on: cdrom( ![]() ![]() Distfile available on: cdrom( ![]() ![]() |
Version History (View Complete History) |
|
2011-06-02 07:41:42 by Antoine Jacoutot | Files touched by this commit (238) |
Log message: Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@ |
2010-11-06 02:32:42 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Forgot to remove this in previous. |
2010-11-06 02:14:37 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Move to pkg-readmes. |
2010-10-23 13:39:46 by Jonathan Gray | Files touched by this commit (3) |
Log message: no need to link libdes for kerberos ok ajacoutot@ |
2010-10-18 15:50:39 by Stuart Henderson | Files touched by this commit (48) |
Log message: fix tabs |
2010-10-18 13:59:20 by Marc Espie | Files touched by this commit (135) |
Log message: USE_GROFF=Yes |
2009-11-07 05:53:17 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Remove the plaintext FLAVOR and add a SYSCONFDIR/c-client.cf which can be edited to bring plaintext support back. "looks fine" to sthen@ who also corrected my Old English ;-) |
2009-01-15 09:39:37 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - SECURITY: maintenance release to imap-2007e several bugs and security fixes fix an off-by-one in c-client, referenced by CVE-2008-5514 thanks to jasper@ for the heads-up |
2008-10-15 08:29:04 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: - update to imap-uw-2007b - use SUBST_CMD - simplify comment about certificate in README.OpenBSD (suggested by Sam Smith) |
2008-05-20 01:16:16 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - update to version 2007a1 from Daniel Dickman <didickman at gmail dot com>, thanks! |
2008-01-03 03:52:25 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to imap-2007 |
2007-11-13 07:11:17 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to 2006k (reminded by robert@) - indent clean-up ok robert@ (whom I suspect to own a time machine) |
2007-10-31 07:53:56 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - small cleanings: * move MESSAGE content to README.OpenBSD as it was getting quite large * document the use of mlock * remove blank line in DESCR-* |
2007-10-30 04:12:41 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: - update to the latest stable version (2006j2) - take over maintainership (ok jacob@) - add a new c-client subpackage to replace old mail/c-client which was built from pine sources feedbacks from sthen@ and simon@ testing and ok robert@ |
2007-10-22 06:42:57 by Christian Weisgerber | Files touched by this commit (1) |
Log message: PERMIT_PACKAGE_* changes require a package name bump |
2007-10-19 05:30:37 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - license is Apache 2.0, so set PERMIT_* ok jakob@ |
2007-09-15 18:17:07 by Michael Erdely | Files touched by this commit (124) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_* |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-01-10 02:27:34 by Jakob Schlyter | Files touched by this commit (1) |
Log message: fix broken non-interactive build for flavour plaintext; no binary package changes |
2007-01-01 14:25:20 by Jakob Schlyter | Files touched by this commit (3) |
Log message: imapd release 2006d |
2006-12-02 03:35:56 by Jakob Schlyter | Files touched by this commit (1) |
Log message: default package |
2006-12-01 07:40:00 by Jakob Schlyter | Files touched by this commit (16) |
Log message: update to imap-uw release 2006c1 |
2006-11-26 03:09:54 by Steven Mestdagh | Files touched by this commit (7) |
Log message: new MULTI_PACKAGES |
2005-11-01 04:29:50 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: Update to version 2004g. Security information: This fixes a a remote vulnerability where a registered user potentially could execute code on the mailserver. ok brad |
2005-10-09 04:56:59 by Nikolay Sturm | Files touched by this commit (2) |
Log message: according to http://www.idefense.com/application/poi/display?id=313&type=vulnerabilities this patch fixes CAN-2005-2933 ok brad@ |
2005-10-09 04:54:24 by Nikolay Sturm | Files touched by this commit (2) |
Log message: according to http://www.idefense.com/application/poi/display?id=313&type=vulnerabilities this patch fixes CAN-2005-2933 ok brad@ |
2005-10-07 06:22:07 by Marc Balmer | Files touched by this commit (2) |
Log message: Update to version 2004g. Security information: This fixes a a remote vulnerability where a registered user potentially could execute code on the mailserver. |
2005-07-29 11:30:11 by Jakob Schlyter | Files touched by this commit (8) |
Log message: move to imap-2004e. SSL keys moved to /etc/ssl/private as described in ssl(8) |
2005-07-03 01:19:45 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: remove conflict with imap-uw, keep mailutil separately ok brad@ |
2005-04-10 12:23:51 by Jakob Schlyter | Files touched by this commit (1) |
Log message: bump pkg version due to new deps |
2005-04-10 12:21:27 by Jakob Schlyter | Files touched by this commit (2) |
Log message: remove conflict with imap-uw, keep mailutil separately |
2005-02-09 00:20:10 by Nikolay Sturm | Files touched by this commit (4) |
Log message: MFC: security upgrade to imapd release 2004c1 (aka v357) fixes VU#702777 (http://www.kb.cert.org/vuls/id/702777) ok brad@ |
2005-02-09 00:19:11 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: security upgrade to imapd release 2004c1 (aka v357) fixes VU#702777 (http://www.kb.cert.org/vuls/id/702777) ok brad@ |
2005-01-29 08:13:03 by Jakob Schlyter | Files touched by this commit (2) |
Log message: security upgrade to imapd release 2004c1 (aka v357) fixes VU#702777 (http://www.kb.cert.org/vuls/id/702777) |
2005-01-05 09:58:59 by Christian Weisgerber | Files touched by this commit (132) |
Log message: SIZE |
2005-01-02 03:53:41 by Aleksander Piotrowski | Files touched by this commit (6) |
Log message: Add WANTLIB markers |
2004-09-18 06:54:10 by Marc Espie | Files touched by this commit (7) |
Log message: new style conflicts. |
2004-09-15 03:09:46 by Marc Espie | Files touched by this commit (110) |
Log message: new style plists. |
2004-07-18 16:19:03 by Jakob Schlyter | Files touched by this commit (6) |
Log message: update to imap-2004a; bugfix release |
2004-05-11 08:56:32 by Jakob Schlyter | Files touched by this commit (3) |
Log message: update to release 2004 version 350. |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-10-22 18:30:02 by Christian Weisgerber | Files touched by this commit (6) |
Log message: /usr/local -> ${PREFIX} From: Xavier Santolaria <xavier@santolaria.net> |
2003-10-05 16:00:00 by Jakob Schlyter | Files touched by this commit (7) |
Log message: update to imap-2002e, minor release (stability fixes) |
2003-08-05 02:14:01 by Jakob Schlyter | Files touched by this commit (1) |
Log message: fix broken MASTER_SITES |
2003-06-25 15:28:08 by Jakob Schlyter | Files touched by this commit (1) |
Log message: libkrb is dead |
2003-06-25 15:20:13 by Jakob Schlyter | Files touched by this commit (2) |
Log message: imap-uw 2002d |
2003-04-17 02:06:30 by Jakob Schlyter | Files touched by this commit (7) |
Log message: update to imap-uw release 2002c. |
2003-01-10 01:36:10 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to version 2002.336, bugfix release |
2002-12-15 21:32:17 by Jakob Schlyter | Files touched by this commit (1) |
Log message: distfile renamed |
2002-12-15 21:32:14 by Jakob Schlyter | Files touched by this commit (2) |
Log message: distfile renamed |
2002-12-09 13:26:26 by Jakob Schlyter | Files touched by this commit (3) |
Log message: update to imap release 2002a.DEV.SNAP-0212051126 aka 2002.234, fixes post-login buffer overflow. |
2002-12-08 06:24:08 by Jakob Schlyter | Files touched by this commit (1) |
Log message: update to imap release 2002a.DEV.SNAP-0212051126 aka 2002.234, fixes post-login buffer overflow. |
2002-12-08 06:24:05 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to imap release 2002a.DEV.SNAP-0212051126 aka 2002.334, fixes post-login buffer overflow. |
2002-11-29 12:07:47 by Jakob Schlyter | Files touched by this commit (3) |
Log message: change default flavour to prohibit unencrypted plaintext passwords and replace noplain flavour with plaintext flavour. |
2002-11-21 15:45:27 by Christian Weisgerber | Files touched by this commit (4) |
Log message: MFC: maintenance update to release version requested by jakob@ |
2002-11-19 20:42:21 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to release version |
2002-11-12 04:51:19 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to 2002rc10 |
2002-10-27 10:21:40 by Christian Weisgerber | Files touched by this commit (29) |
Log message: No regression tests available. |
2002-10-25 01:43:35 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to release 2002rc8 |
2002-10-25 01:40:34 by Jakob Schlyter | Files touched by this commit (1) |
Log message: imaps and pop3s is now i stock /etc/services |
2002-10-05 09:22:27 by Jakob Schlyter | Files touched by this commit (4) |
Log message: update to rc7, -stable will be update once we have a final release |
2002-09-18 04:28:15 by Jakob Schlyter | Files touched by this commit (1) |
Log message: do-install typo |
2002-09-18 02:19:06 by Jakob Schlyter | Files touched by this commit (12) |
Log message: - update to imap release 2002rc6 - conflict with courier-imap and courier-pop3 - imaputils-uw moved into imap-uw package, also availible as subpackage |