| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 23:51:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071218143859
location: https://web.archive.org/web/20071218143859/https://mailman.darwinports.com/
server-timing: captures_list;dur=0.626226, exclusion.robots;dur=0.047555, exclusion.robots.policy;dur=0.036310, esindex;dur=0.012526, cdx.remote;dur=8.272579, LoadShardBlock;dur=79.851167, PetaboxLoader3.datanode;dur=53.490562, PetaboxLoader3.resolve;dur=5.659551
x-app-server: wwwb-app224-dc8
x-ts: 302
x-tr: 124
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; 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: Sun, 11 Jan 2026 23:51:43 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 18 Dec 2007 14:41:37 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: Tue, 18 Dec 2007 14:38:59 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: 51_1_20071218142144_crawl100-c/51_1_20071218143820_crawl109.arc.gz
server-timing: captures_list;dur=0.608920, exclusion.robots;dur=0.021983, exclusion.robots.policy;dur=0.010293, esindex;dur=0.011406, cdx.remote;dur=35.632907, LoadShardBlock;dur=64.818453, PetaboxLoader3.datanode;dur=117.874089, load_resource;dur=1122.696336, PetaboxLoader3.resolve;dur=1065.134572
x-app-server: wwwb-app224-dc8
x-ts: 200
x-tr: 1285
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
mailman version 2.1.9 for Mac OS X 10.5 Leopard
|
|||||||||
Tuesday the 18th of December, 2007 |
|||||||||
mailman most recent diff
Scroll down toward the bottom of the page to get installation instructions for mailman. The raw portfile for mailman 2.1.9 is located here: https://mailman.darwinports.com/dports/mail/mailman/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mailman # $Id: Portfile 30236 2007-10-22 23:15:10Z jmpp PortSystem 1.0 Name: mailman Version: 2.1.9 Category: mail Maintainers: nomaintainer Description: Mailman, the GNU Mailing List Manager Long Description: Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. Homepage: https://www.list.org/ master_sites sourceforge extract.suffix .tgz checksums md5 dd51472470f9eafb04f64da372444835 Platform: darwin depends_build bin:python:python23 depends_run bin:postfix:postfix bin:httpd:apache # Create a startupitem startupitem.create yes startupitem.start "${prefix}/share/mailman/bin/mailman.init start" startupitem.stop "${prefix}/share/mailman/bin/mailman.init stop" # Mailman installation directories set execdir ${prefix}/libexec/${name} set sharedir ${prefix}/share/${name} set datadir ${prefix}/var/${name} set docdir ${prefix}/share/doc/${name} set confdir ${prefix}/etc/httpd # Mailman user/group name set mmuser mailman set mmgroup mailman # CGI group name (should match apache Portfile) set cgigroup www patchfiles patch-Defaults.py.in patch-mm_cfg.py.dist.in configure.pre_args --exec-prefix=${execdir} --prefix=${sharedir} --with-var-prefix=${datadir} configure.args --with-username=${mmuser} --with-groupname=${mmgroup} --with-mail-gid=${mmgroup} --with-cgi-gid=${cgigroup} --with-cgi-ext=.cgi --without-permcheck pre-destroot { addgroup ${mmgroup} adduser ${mmuser} gid=[existsgroup ${mmgroup}] xinstall -d -m 02775 -o root -g ${mmgroup} ${destroot}${execdir} xinstall -d -m 02775 -o root -g ${mmgroup} ${destroot}${sharedir} xinstall -d -m 02775 -o ${mmuser} -g ${mmgroup} ${destroot}${datadir} } post-destroot { # Create dummy files to retain empty directory tree xinstall -d -m 02775 ${destroot}${datadir}/lists/.turd system "find ${destroot}${datadir} -type d -empty | xargs -n1 -I% touch %/.turd" # Cleanup permissions & ownership foreach dir [exec find ${destroot}${sharedir} -type d ! -perm 02775] { ui_info "${dir}: setting permissions to 02775" file attributes $dir -permissions 02775 } # Install startup script xinstall -d -m 0755 ${destroot}${prefix}/etc/rc.d system "ln -s ../../[strsed ${sharedir} "g|^${prefix}/||"]/scripts/mailman ${destroot}${prefix}/share/mailman/bin/mailman.init" # Install Apache configuration file xinstall -d -m 0755 ${destroot}${confdir} xinstall -m 0644 ${filespath}/${name}.conf.in ${destroot}${confdir}/${name}.conf reinplace "s| reinplace "s| reinplace "s| reinplace "s| # Install documentation files xinstall -d -m 0755 ${destroot}${docdir} foreach file [glob ${worksrcpath}/\[A-IN-Z\]*] { xinstall -m 0644 ${file} ${destroot}${docdir} } # Check installation under destroot system "cd ${destroot}${sharedir} && DESTDIR=${destroot} PYTHONPATH=.:./pythonlib ./bin/check_perms" } post-install { # Notify the user what needs to be done after installation ui_msg "------------------------------------------------------------" ui_msg "Be sure to verify the email and URL host settings in the" ui_msg "Mailman configuration file (they may have been guessed" ui_msg "incorrectly during the configuration step):" ui_msg " " ui_msg " ${sharedir}/Mailman/mm_cfg.py" ui_msg " " ui_msg "configuration file to enable Mailman web access:" ui_msg "Be sure to add the following line to your Apache httpd.conf" ui_msg "configuration file to enable Mailman web access:" ui_msg " " ui_msg " Include ${prefix}/etc/httpd/${name}.conf" ui_msg " " ui_msg "Be sure to setup the crontab entries for the '${mmuser}'" ui_msg "user. Mailman runs a number of cron jobs for its basic" ui_msg "functionality." ui_msg " " ui_msg " cd ${sharedir}/cron" ui_msg " sudo crontab -u ${mmuser} crontab.in" ui_msg " " ui_msg "Also, be sure to read the following files for details" ui_msg "on creating your site-wide list, setting your site and" ui_msg "list creator passwords, and creating your first list:" ui_msg " " ui_msg " ${docdir}/INSTALL" ui_msg " ${docdir}/README" ui_msg " " ui_msg "Finally, either restart your system to start up the" ui_msg "Mailman queue runner, or use the following to start" ui_msg "it running immediately:" ui_msg " " ui_msg " sudo launchctl load -w /Library/LaunchDaemons/org.macports.mailman.plist" ui_msg "------------------------------------------------------------" } 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/mailmanYou 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 mailman with these commands: % man mailman Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg mailman on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




