| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 12:48:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106164144
location: https://web.archive.org/web/20100106164144/https://imap-uw.darwinports.com/
server-timing: captures_list;dur=0.630403, exclusion.robots;dur=0.051497, exclusion.robots.policy;dur=0.040721, esindex;dur=0.013456, cdx.remote;dur=47.838299, LoadShardBlock;dur=297.992348, PetaboxLoader3.resolve;dur=104.980157, PetaboxLoader3.datanode;dur=166.335251
x-app-server: wwwb-app227-dc8
x-ts: 302
x-tr: 376
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app227; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 12:48:57 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 16:27:35 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 16:41:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106163034-00522-ia360908-c/TLA-20100106163915-00523-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.508504, exclusion.robots;dur=0.018564, exclusion.robots.policy;dur=0.008556, esindex;dur=0.009915, cdx.remote;dur=11.065058, LoadShardBlock;dur=155.429351, PetaboxLoader3.datanode;dur=115.886693, PetaboxLoader3.resolve;dur=136.220646, load_resource;dur=152.297081
x-app-server: wwwb-app227-dc8
x-ts: 200
x-tr: 402
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Imap-uw version 2007e - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
imap-uw most recent diffversion 2007e
Scroll down toward the bottom of the page to get installation instructions for imap-uw. The raw portfile for imap-uw 2007e is located here: https://imap-uw.darwinports.com/dports/mail/imap-uw/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/imap-uw # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 The imap-uw Portfile 60534 2009-11-14 23:10:00Z ryandesign PortSystem 1.0 Name: imap-uw Version: 2007e Category: mail license Apache v2 Maintainers: snc openmaintainer Description: University of Washington IMAP daemon Long Description: IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. This port provides the University of Washington IMAP toolkit (IMAP supporting software developed by the UW). Homepage: https://www.washington.edu/imap/ Master Sites: ftp://ftp.cac.washington.edu/imap/ ftp://ftp.cac.washington.edu/imap/old/ Platform: darwin distname imap-${version} extract.suffix .tar.Z Checksums: md5 519d68a8650420ae33eb7085dd6a8150 sha1 24c63cad8d0e74aa76e4341fcfa54d24f23a8c70 rmd160 7d6af203419975f763d7ec17b6a4544c94490b50 use_configure no use_parallel_build no build.target oxp # Enable IPv6 support build.args-append IP=6 # Default is to enable SSL support and plaintext authentication # permitted only in SSL/TLS sessions. # Variant to enable SSL support and plaintext authentication Variant: ssl_plain description { enable SSL support and plaintext authentication } { patchfiles patch-Makefile.diff build.args-append SSLTYPE=unix } # Variant to enable SSL with PAM support for Mac OS X Variant: ssl_pam description { enable SSL with PAM support } { depends_lib lib:libssl.0.9:openssl patchfiles patch-Makefile.diff if {${os.major} >= 10} { patchfiles-append patch-src-osdep-unix-ckp_pam.c.diff } build.target oxp build.args-append SSLTYPE=unix post-destroot { xinstall -m 0644 ${filespath}/README-MACOSX ${filespath}/etc-pam.d-imap ${filespath}/etc-xinetd.d-imap ${filespath}/etc-xinetd.d-imaps ${destroot}${prefix}/share/doc/${name}/ reinplace "s|__PREFIX|${prefix}|" ${filespath}/README-MACOSX ${destroot}${prefix}/share/doc/${name}/etc-xinetd.d-imap ${destroot}${prefix}/share/doc/${name}/etc-xinetd.d-imaps ui_msg "-----------------------------------------------------------" ui_msg "For use of IMAP-UW using SSL and PAM on Mac OS X 10.3," ui_msg "please see the following:" ui_msg "\t${prefix}/share/doc/${name}/README-MACOSX" ui_msg "for further installation and setup details." ui_msg "-----------------------------------------------------------" } } # Variant to disable plaintext authentication outside of SSL/TSL # i.e. prohibit unencrypted plaintext passwords Variant: nopwd description { prohibit unencrypted plaintext passwords } { build.args-delete SSLTYPE=unix build.args-append SSLTYPE=unix.nopwd } # Variant to set the default for creating new mailboxes to "mbx" format Variant: mbx description { default new mailboxes to "mbx" format } { build.args-append CREATEPROTO=mbxproto } # Variant to set the default mail subdirectory name to "Mail" Variant: subdir description { set "Mail" as subdirectory name } { patchfiles-append patch-env_unix.c.diff } destroot { # Warn user if not running as root if {$env(USER) != "root"} { ui_msg "-----------------------------------------------------------" ui_msg "Note that you are not running as root, so files installed" ui_msg "by this port will not end up with proper ownership and" ui_msg "will likely not work correctly." ui_msg "-----------------------------------------------------------" } xinstall -m 0755 -d ${destroot}${prefix}/libexec xinstall -m 0755 -d ${destroot}${prefix}/bin xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 0755 -d ${destroot}${prefix}/share/man/man8 xinstall -m 0755 -d ${destroot}${prefix}/share/man/man1 xinstall -m 0755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/libexec xinstall -m 0755 ${worksrcpath}/ipopd/ipop2d ${destroot}${prefix}/libexec xinstall -m 0755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/libexec xinstall -m 0755 ${worksrcpath}/mailutil/mailutil ${destroot}${prefix}/bin xinstall -m 0755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/bin xinstall -m 0755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/bin xinstall -m 0755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin/mboxtest if {$env(USER) == "root"} { xinstall -g mail -m 2711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec } else { xinstall -m 0711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec } xinstall -m 0755 ${worksrcpath}/src/imapd/imapd.8 ${destroot}${prefix}/share/man/man8 xinstall -m 0755 ${worksrcpath}/src/ipopd/ipopd.8 ${destroot}${prefix}/share/man/man8 xinstall -m 0755 ${worksrcpath}/src/mailutil/mailutil.1 ${destroot}${prefix}/share/man/man1 xinstall -m 0755 ${worksrcpath}/src/tmail/tmail.1 ${destroot}${prefix}/share/man/man1 xinstall -m 0755 ${worksrcpath}/src/dmail/dmail.1 ${destroot}${prefix}/share/man/man1 xinstall -m 0644 ${worksrcpath}/docs/RELNOTES ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 ${worksrcpath}/docs/FAQ.html ${destroot}${prefix}/share/doc/${name} foreach file [glob ${worksrcpath}/docs/*.txt] { xinstall -m 0644 ${file} ${destroot}${prefix}/share/doc/${name} } } livecheck.type regex livecheck.url ${homepage}documentation/RELNOTES.html livecheck.regex "imap-(\\d{4}.?) " If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/imap-uwYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using imap-uw with these commands: % man imap-uw Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




