Path to this page:
./
mail/imap-uw,
University of Washingtons IMAP, POP2, and POP3 servers
Branch: pkgsrc-2009Q4,
Version: 2007enb1,
Package name: imap-uw-2007enb1,
Maintainer: pkgsrc-usersThe UW imapd is the reference implementation of the IMAP4 protocol for
interactive remote retrieval of mail and storage of mail folders. Also
included are POP2 and POP3 servers and an IMAP protocol tester (mtest).
The Pine mail program includes an IMAP4 client driver, as does Netscape
version 4 and above.
MESSAGE.ssl [+/-]===========================================================================
$NetBSD: MESSAGE.ssl,v 1.1 2006/07/26 20:00:27 jlam Exp $
Add the following to /etc/services (if not already there):
imaps 993/tcp # imap4 protocol over TLS/SSL
imaps 993/udp # imap4 protocol over TLS/SSL
pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3)
pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3)
Add the following to /etc/inetd.conf:
imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd
pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d
The imapd daemon looks for the following files to use SSL:
${SSLCERTS}/imapd.pem (certificate)
${SSLKEYS}/imapd.pem (private key)
and similarly for the ipopd daemon.
===========================================================================
Required to build:[
devel/libtool-base]
Package options: imapuw-cleartextpwd, inet6, ssl
Master sites:
SHA1: 24c63cad8d0e74aa76e4341fcfa54d24f23a8c70
RMD160: 7d6af203419975f763d7ec17b6a4544c94490b50
Filesize: 2724.091 KB
Version history: (Expand)
- (2010-01-15) Package added to pkgsrc.se, version imap-uw-2007enb1 (created)
CVS history: (Expand)
2010-01-26 09:59:08 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket 2971 - requested by tron
build fix for Solaris / Sun Studio C
Revisions pulled up:
- pkgsrc/mail/imap-uw/Makefile 1.132
- pkgsrc/mail/imap-uw/distinfo 1.39
- pkgsrc/mail/imap-uw/patches/patch-ab 1.25
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Mon Jan 25 23:04:49 UTC 2010
Modified Files:
pkgsrc/mail/imap-uw: Makefile distinfo
pkgsrc/mail/imap-uw/patches: patch-ab
Log message:
Use "soc" target if building with Sun Studio C++ and modify that target
to use "cc" rather than an absolute path (which is no longer correct).
This fixes the build with that compiler without breaking the build
using GCC.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/mail/imap-uw/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/imap-uw/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/imap-uw/patches/patch-ab
|