Misplaced Pages

Mac OS X Server

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail .

#877122

83-437: Mac OS X Server is a series of discontinued Unix -like server operating systems developed by Apple Inc. based on macOS . It provided server functionality and system administration tools, and tools to manage both macOS-based computers and iOS -based devices, network services such as a mail transfer agent , AFP and SMB servers, an LDAP server, and a domain name server , as well as server applications including

166-557: A Web server , database , and calendar server. Starting with OS X Lion , Apple stopped selling a standalone server operating system, instead releasing an add-on Server app marketed as OS X Server (and later macOS Server ), which was sold through the Mac App Store . The Server app lacked many features from Mac OS X Server, and later versions of the app only included functionality related to user and group management, Xsan , and mobile device management through profiles. The Server app

249-409: A corporate copyright holder going out of business without explicitly transferring ownership, leaving no one aware of the right to defend the copyright. Even if the copyright is not defended, copying of such software is still unlawful in most jurisdictions when a copyright is still in effect. Abandonware changes hands on the assumption that the resources required to enforce copyrights outweigh benefits

332-654: A Cocoa application called Directory which allows directory viewing as well as enabling of group services. Server 5.7.1, the version aligned with macOS 10.14 and released on September 30, 2018, removed the Wiki Server functionality from Server.app. On April 21, 2022, Apple announced that they have discontinued macOS Server and that the most popular features (Caching Server, File Sharing Server, and Time Machine Server) are already bundled with every copy of macOS High Sierra and later, so customers will still have access to them. Existing macOS Server customers can still download and use

415-571: A challenge for continued software usage. Once a software product becomes abandonware, there is a high risk that the source code becomes lost or irrecoverable even for its original developers, as multiple cases have shown. One of many examples is the closure of Atari in Sunnyvale, California in 1996, when the original source codes of several milestones of video game history (such as Asteroids and Centipede ) were thrown out as trash, some of which were later recovered. Unavailability of software and

498-567: A combination of server programs that run in the background, and client programs that are invoked by user programs or by system administrators. The Postfix core consists of several dozen server programs that run in the background, each handling one specific aspect of email delivery. Examples are the SMTP server, the scheduler , the address rewriter, and the local delivery server. For damage-control purposes, most server programs run with fixed reduced privileges , and terminate voluntarily after processing

581-429: A condition of access. ...The register has concluded that to the extent that libraries and archives wish to make preservation copies of published software and videogames that were distributed in formats that are (either because the physical medium on which they were distributed is no longer in use or because the use of an obsolete operating system is required), such activity is a noninfringing use covered by section 108(c) of

664-475: A copyright holder might realize from selling software licenses. Additionally, abandonware proponents argue that distributing software for which there is no one to defend the copyright is morally acceptable, even where unsupported by current law. Companies that have gone out of business without transferring their copyrights are an example of this; many hardware and software companies that developed older systems are long since out of business and precise documentation of

747-458: A few common environments. The Postfix Address Rewriting document covers address rewriting and mail routing. The full documentation collection is at Postfix Documentation More complex Postfix implementations may include: integration with other applications such as SpamAssassin ; support for multiple virtual domain names - and use databases such as MySQL to control complex configurations. In Shodan scan results from November 2024, Postfix

830-563: A group of European museums and organizations started the European Federation of Game Archives, Museums and Preservation Projects (EFGAMP) to join forces to "Preserve Gaming Legacy" . Also in Japan video game software archival happens since several years. In 2012 the MOMA started with archiving video games and explicitly tries to get the source code of them. There are also some cases in which

913-490: A high-performance parallelized mail-delivery engine. Postfix is often combined with mailing-list software (such as Mailman ). Postfix runs (or has run) on AIX , BSD , HP-UX , Linux , macOS , Solaris and, generally speaking, on every Unix-like operating system that ships with a C compiler and delivers a standard POSIX development environment. It is the default MTA for the macOS , NetBSD , RedHat / CentOS and Ubuntu operating systems. Postfix consists of

SECTION 10

#1732869673878

996-524: A limited number of requests. To conserve system resources, most server programs terminate when they become idle. Client programs run outside the Postfix core. They interact with Postfix server programs through mail delivery instructions in the user's ~/.forward file, and through small "gate" programs to submit mail or to request queue status information. Other programs provide administrative support to start or stop Postfix, query status information, manipulate

1079-543: A period of three years. The exemption was renewed in 2006, and as of 27 October 2009 , has been indefinitely extended pending further rulemakings. The Archive does not offer this software for download, as the exemption is solely "for the purpose of preservation or archival reproduction of published digital works by a library or archive." Nevertheless, in 2013 the Internet Archive began to provide antique games as browser -playable emulation via MESS , for instance

1162-458: A piece of software, it will no longer exist in any form. However, since the largest risk in dealing with abandonware is that of distribution, this may be mitigated somewhat by private users (or organizations such as the Internet Archive) making private copies of such software, which would then be legally redistributable at the time of copyright expiry. There are alternatives for companies with

1245-539: A pointless enterprise. By default, this may allow the product to de facto lapse into the public domain to such an extent that enforcement becomes impractical. Rarely has any abandonware case gone to court, but it is still unlawful to distribute copies of old copyrighted software and games, with or without compensation, in any Berne Convention signatory country. Old copyrights are usually left undefended. This can be due to intentional non-enforcement by owners due to software age or obsolescence, but sometimes results from

1328-502: A problem; they are automatically restarted when the next service request arrives. This approach makes Postfix highly resilient, as long as the operating system or hardware don't fail catastrophically. One single Postfix instance has been clocked at ~300 message deliveries/second across the Internet, running on commodity hardware (a vintage-2003 Dell 1850 system with battery-backed MegaRAID controller and two SCSI disks). This delivery rate

1411-519: A runtime layer called Blue Box for running legacy Mac OS-based applications within a separate window. There was discussion of implementing a 'transparent blue box' which would intermix Mac OS applications with those written for Rhapsody's Yellow Box environment, but this would not happen until Mac OS X 's Classic environment. Apple File Services, Macintosh Manager, QuickTime Streaming Server, WebObjects , and NetBoot were included with Mac OS X Server 1.0. It could not use FireWire devices. The last release

1494-775: A software product which faces the end-of-life instead of abandoning the software in an unsupported state. Some user-communities convince companies to voluntarily relinquish copyright on software, putting it into the public domain, or re-license it as freeware . Unlike so-called abandonware , it is perfectly legal to transfer public domain or freely licensed software. Amstrad is an example which supports emulation and free distribution of CPC and ZX Spectrum hardware ROMs and software. Borland released "antique software" as freeware. Smith Engineering permits not-for-profit reproduction and distribution of Vectrex games and documentation. Groups that lobby companies to release their software as freeware have met with mixed results. One example

1577-421: A time, high performance can be achieved by submitting limited batches of mail in parallel, so that each batch is delivered by a different process. Postfix and Qmail require parallel submission into different MTA instances once they reach their intrinsic performance limit, or the performance limits of the hardware or operating system. The delivery rates cited above are largely theoretical. With bulk mail delivery,

1660-419: Is GOG.com (formerly called Good Old Games ) who started in 2008 to search for copyright holders of classic games to release them legally and DRM -free again. For instance, on December 9, 2013 the real-time strategy video game Conquest: Frontier Wars was, after ten years of non-availability, re-released by gog.com, also including the source code. Proponents of abandonware preservation argue that it

1743-458: Is World of Spectrum who acquired the permission from many developers and successfully retracted a DMCA case. Several websites archive abandonware for download, including old versions of applications that are difficult to find by any other means. Much of this software fits the definition of "software that is no longer current, but is still of interest", but the line separating the use and distribution of abandonware from copyright infringement

SECTION 20

#1732869673878

1826-657: Is Mac OS X Server 1.2v3. Mac OS X Server 10.0 (released May 21, 2001) included the new Aqua user interface , Apache , PHP , MySQL , Tomcat , WebDAV support, Macintosh Manager, and NetBoot . Mac OS X Server 10.1 (released September 25, 2001) featured improved performance, increased system stability, and decreased file transfer times compared to Mac OS X Server 10.0. Support was added for RAID 0 and RAID 1 storage configurations, and Mac OS 9.2.1 in NetBoot. Mac OS X Server 10.2 (released August 23, 2002) includes updated Open Directory user and file management, which with this release

1909-509: Is a daemon background service. It has been ported to non-Apple computer platforms. It is currently possible to install it on FreeBSD and several flavours of Linux . The server uses an SQL database for storage of calendar data. iChat Server is an XMPP server that was added in Mac OS X Server 10.4 , and was upgraded to version 2 with the release of Mac OS X 10.5 Server in October 2007. iChat Server

1992-469: Is a product , typically software , ignored by its owner and manufacturer, which can no longer be found for sale, and for which no official support is available and cannot be bought. Within an intellectual rights contextual background, abandonware is a software (or hardware) sub-case of the general concept of orphan works . Museums and various organizations dedicated to preserving this software continue to provide legal access. The term "abandonware"

2075-527: Is a compound of "post" (which is another word for "mail") and " bugfix " (which is for other software that inspired Postfix development). As an SMTP server, Postfix implements a first layer of defense against spambots and malware . Administrators can combine Postfix with other software that provides spam/virus filtering (e.g., Amavisd-new ), message-store access (e.g., Dovecot ), or complex SMTP -level access-policies (e.g., postfwd , milter-regex , policyd-weight ). As an SMTP client, Postfix implements

2158-613: Is a contacts server, and the first commercial server to have implemented CardDAV , which relies on the WebDAV protocol. It was added in Mac OS X Server 10.6 . iCal Server is the first commercial calendar server to have implemented the CalDAV standard, built on top of WebDAV. iCal Server was added in Mac OS X Server 10.5 , and was also released under the open-source Apache License 2.0 as Darwin Calendar Server. The server, named " caldavd ",

2241-412: Is an order of magnitude below the "intrinsic" limit of 2500 message deliveries/second that was achieved with the mail queue on a RAM disk while delivering to the " discard " transport (with a dual-core Opteron system in 2007). Mail systems such as Postfix and Qmail achieve high performance by delivering mail in parallel sessions. With mail systems such as Sendmail and Exim that do one delivery at

2324-633: Is available under the Eclipse Public License 2.0 at the user's option. Originally written in 1997 by Wietse Venema at the IBM Thomas J. Watson Research Center in New York , and first released in December 1998, Postfix continues as of 2024 to be actively developed by its creator and other contributors. The software is also known by its former names VMailer and IBM Secure Mailer . The name Postfix

2407-887: Is based on LDAP , beginning the deprecation of the NeXT-originated NetInfo architecture. The new Workgroup Manager interface improved configuration significantly. Many common network services are provided such as NTP, SNMP, web server ( Apache ), mail server ( Postfix and Cyrus ), LDAP ( OpenLDAP ), AFP , and print server. The inclusion of Samba version 3 allows tight integration with Windows clients and servers. MySQL v4.0.16 and PHP v4.3.7 are also included. The 10.4 release (April 29, 2005) adds 64-bit application support, Access Control Lists , Xgrid , link aggregation , e-mail spam filtering ( SpamAssassin ), virus detection ( ClamAV ), Gateway Setup Assistant, and servers for Software Update , iChat Server using XMPP , Boot Camp Assistant, Dashboard, and Weblog Server based on

2490-692: Is based on LDAP , beginning the deprecation of the NeXT-originated NetInfo architecture. The new Workgroup Manager interface improved configuration significantly. The release also saw major updates to NetBoot and NetInstall . Many common network services are provided such as NTP , SNMP , web server ( Apache ), mail server ( Postfix and Cyrus ), LDAP ( OpenLDAP ), AFP , and print server. The inclusion of Samba version 3 allows tight integration with Windows clients and servers. MySQL v4.0.16 and PHP v4.3.7 are also included. Mac OS X Server 10.3 (released October 24, 2003) release includes updated Open Directory user and file management, which with this release

2573-495: Is blurry, and the term abandonware could be used to distribute software without proper notification of the owner. The Internet Archive has created an archive of what it describes as "vintage software", as a way to preserve them. The project advocated for an exemption from the United States Digital Millennium Copyright Act to permit them to bypass copy protection, which was approved in 2003 for

Mac OS X Server - Misplaced Pages Continue

2656-419: Is bound to physical media with a limited life-expectancy ( floppy disks , optical media etc.) and backups are impossible because of copy protection or copyright law. If a software is distributed only in a digital , DRM -locked form or as SaaS , the shutdown of the servers will lead to a public loss of the software. If the software product is without alternatives, the missing replacement availability becomes

2739-420: Is broad and encompasses many types of old software. Definitions of "abandoned" vary, but in general it is like any item that is abandoned – it is ignored by the owner, and as such, product support and possibly copyright enforcement are also "abandoned". Occasionally the author of said software will detach from their creation (due to their death in some cases); in the case of trialware , access to

2822-471: Is more ethical to make copies of such software than new software that still sells. Some have incorrectly taken this to mean that abandonware is legal to distribute, although no software written since 1964 is old enough for copyright to have expired in the US. Even in cases where the original company no longer exists, the rights usually belong to someone else, though no one may be able to trace actual ownership, including

2905-466: Is not in the public domain , as it has never had its original copyright officially revoked and some company or individual may still own rights. While sharing of such software is usually considered copyright infringement, in practice copyright holders rarely enforce their abandonware copyrights for a number of reasons – chiefly among which the software is technologically obsolete and therefore has no commercial value, therefore rendering copyright enforcement

2988-605: Is not uncommon, as rights to the No One Lives Forever series illustrates. The problem of missing technical support for a software can be most effectively solved when the source code becomes available. Therefore, several companies decided to release the source code specifically to allow the user communities to provide further technical software support (bug fixes, compatibility adaptions etc.) themselves, e.g. by community patches or source ports to new computing platforms . For instance, in December 2015 Microsoft released

3071-476: Is recognized (see Orphan works in the United States ). There is a long-held concept of abandonment in trademark law as a direct result of the infinite term of trademark protection. Currently, a copyright can be released into the public domain if the owner clearly does so in writing; however this formal process is not considered abandoning, but rather releasing. Those who do not own a copyright cannot merely claim

3154-443: Is the library of educational titles released by MECC . MECC was sold to Brøderbund, which was sold to The Learning Company . When TLC was contacted about releasing classic MECC titles as freeware, the documentation proving that TLC held the rights to these titles could not be located, and therefore the rights for these titles are "in limbo " and may never be legally released. Lost or unclear copyrights to vintage out-of-print software

3237-413: Is the office suite StarOffice which was released by Sun Microsystems in October 2000 as OpenOffice.org and is in continued development as Collabora Online , LibreOffice and Apache OpenOffice , a broad range of enterprise level support options are available. There are also many examples in the video game domain: Revolution Software released their game Beneath a Steel Sky as freeware and gave

3320-603: The APL programming language followed. Adobe Systems, Inc. donated the Photoshop 1.0.1 source code to the collection in February 2013. The source code is made available to the public under an own non-commercial license. On March 25, 2014, Microsoft followed with the donation of MS-DOS variants as well as Word for Windows 1.1a under their own license. On October 21, 2014, Xerox Alto 's source code and other resources followed. In 2012

3403-651: The Atari 2600 game E.T. the Extra-Terrestrial . Since 23 December 2014 the Internet Archive presents via a browser based DOSBox emulation thousands of archived DOS / PC games for "scholarship and research purposes only" . Starting around 2006, The Library of Congress began the long-time preservation of video games with the Game canon list. In September 2012 the collection had nearly 3,000 games from many platforms and also around 1,500 strategy guides. For instance,

Mac OS X Server - Misplaced Pages Continue

3486-612: The Mac App Store , and is updated independently of OS X. This Server tool is used to configure, maintain and monitor one or more macOS Server installations. Apple's Address Book Server, iCal Server, Wiki Server, and Web Server are mostly written in the Python programming language, relying on the Twisted framework. Most of these services were discontinued and removed in version 5.7.1 of the Server app, released on September 30, 2018. Address Book Server

3569-567: The Mac Mini and Mac Pro and was sold separately for use on any Macintosh computer meeting its minimum requirements. Mac OS X Server 1.0 was released in March 1999, predating the release of the consumer version of Mac OS X by two years. Mac OS X Server 1.0 was based on Rhapsody , a hybrid of OPENSTEP from NeXT Computer and Mac OS 8.5.1 . The GUI looked like a mixture of Mac OS 8's Platinum appearance with OPENSTEP's NeXT -based interface. It included

3652-521: The Windows Live Writer source code to allow the community to continue the support. Id Software and 3D Realms are early proponents in this practice, releasing the source code for the game engines of some older titles under a free software license (but not the actual game content, such as levels or textures). Also Falcon 4.0 's lead designer Kevin Klemmick argued in 2011 that availability of

3735-650: The source code of the unreleased PlayStation Portable game Duke Nukem: Critical Mass was discovered in August 2014 to be preserved at the Library of Congress. Since around 2009 the International Center for the History of Electronic Games (ICHEG) has taken a five-pronged approach to video game preservation: original software and hardware, marketing materials and publications, production records, play capture, and finally

3818-476: The "safe open" primitive makes Postfix code resistant to race condition attacks on systems that implement the POSIX file system API. This abstraction layer does not affect the attack resistance of non-Postfix code, such as code in system libraries or in third-party libraries. Conceptually, Postfix manages pipelines of processes that pass the responsibility for message delivery and error notification from one process to

3901-552: The Association's efforts are devoted to new games, due to those titles possessing the greatest value. In the EU in 2012, an "Orphan Works Directive" ( Directive 2012/28/EU ) was constituted and is transferred into the members' laws. While the terminology has ambiguities regarding software and especially video games, some scholars argue that abandonware software video games fall under the definition of audiovisual works mentioned there. Once

3984-587: The Colecovision. The Digital Millennium Copyright Act (DMCA) can be a problem for the preservation of old software as it prohibits required techniques. In October 2003, the US Congress passed 4 clauses to the DMCA which allow for reverse engineering software in case of preservation. "3. Computer programs and video games distributed in formats that have become obsolete and which require the original media or hardware as

4067-467: The Copyright Act." In November 2006 the Library of Congress approved an exemption to the DMCA that permits the cracking of copy protection on software no longer being sold or supported by its copyright holder so that they can be archived and preserved without fear of retribution. Currently, US copyright law does not recognize the term or concept of "abandonware" while the general concept "orphan works"

4150-467: The Mail Server, DNS, DHCP, VPN Server, and Websites. Included services are now limited to Profile Manager, Open Directory and Xsan. Server 5.8 (released March 25, 2019) added new restrictions, payloads, and commands to Profile Manager. The Server app does not support versions of macOS newer than Monterey, marking the end of Mac OS X Server product line. One of Mac OS X Server's main administrative tools

4233-483: The United States, copyright durations are determined based on authorship. For most published works, the duration is 70 years after the author's death. However, for anonymous works, works published under a pseudonym or works made for hire, the duration is 120 years after creation, or 95 years after publication, whichever comes first. In France, copyright durations are 70 years after the relevant date (date of author's death or publication) for either class. However, because of

SECTION 50

#1732869673878

4316-515: The actual delivery rate primarily depends on the receiver's mail receiving policies and by the sender's reputation. The main.cf file stores site-specific Postfix configuration parameters while master.cf defines daemon processes. The Postfix Basic Configuration tutorial covers the core settings that each site needs to consider, and the Postfix Standard Configuration Examples document discusses configuration settings for

4399-417: The app with macOS Monterey. File and print services Directory services and authentication Mail services Calendaring Web hosting Collaboration services Application servers Media streaming Client management Networking and VPN Distributed computing High-availability features File systems Management features Discontinued software Abandonware

4482-587: The associated source code can also be a hindrance for software archaeology and research. As response to the missing availability of abandonware, people have distributed old software since shortly after the beginning of personal computing , but the activity remained low-key until the advent of the Internet . While trading old games has taken many names and forms, the term "abandonware" was coined by Peter Ringering in late 1996. Ringering found classic game websites similar to his own, contacted their webmasters, and formed

4565-482: The binary executables . Often the results are distributed as unofficial patches . Notable examples are Fallout 2 , Vampire: The Masquerade – Bloodlines or even Windows 98 . Windows XP would also get a community support via unofficial service pack, with POSReady registry hack , as well as Windows 2000 receiving a fanmade extended kernel For instance, in 2012, when the multiplayer game Supreme Commander: Forged Alliance became unsupported abandonware as

4648-544: The code was co-developed by Microsoft. Nevertheless, several notable examples of successfully opened commercial software exist, for instance, the web browser Netscape Communicator , which was released by Netscape Communications on March 31, 1998. The development was continued under the umbrella of the Mozilla Foundation and Netscape Communicator became the basis of several browsers, such as Mozilla Firefox . Another important example for open sourced general software

4731-493: The copyright abandoned and start using protected works without permission of the copyright holder, who could then seek legal remedy . Hosting and distributing copyrighted software without permission is illegal. Copyright holders, sometimes through the Entertainment Software Association , send cease and desist letters , and some sites have shut down or removed infringing software as a result. However, most of

4814-551: The copyright on a piece of software has expired, it automatically falls into public domain . Such software can be legally distributed without restrictions. However, due to the length of copyright terms in most countries, this has yet to happen for most software. All countries that observe the Berne Convention enforce copyright ownership for at least 50 years after publication or the author's death. However, individual countries may choose to enforce copyrights for longer periods. In

4897-438: The copyrights may not be readily available. Often the availability of abandonware on the Internet is related to the willingness of copyright holders to defend their copyrights. For example, unencumbered games for Colecovision are markedly easier to find on the Internet than unencumbered games for Mattel Intellivision in large part because there is still a company that sells Intellivision games while no such company exists for

4980-426: The creative teams behind all those games have long since left the companies that published them, so there's no way the people who deserve to are still making royalties off them. So go ahead—steal this game! Spread the love! If I owned the copyright on Total Annihilation , I would probably allow it to be shared for free by now (four years after it was originally released) In most cases, software classed as abandonware

5063-459: The engine's source code to the authors of ScummVM to add support for the game. Other examples are Myth II , Call to Power II and Microsoft's Allegiance which were released to allow the community to continue the support. Postfix (software) It is released under the IBM Public License 1.0 which is a free software license . Alternatively, starting with version 3.2.5, it

SECTION 60

#1732869673878

5146-527: The full license could become unavailable after all commercial (rented) links expire, rendering the program impossible to access after the trial ends. This is the case of programs such as ClickRepair . If a software product reaches end-of-life and becomes abandonware, users are confronted with several potential problems: missing purchase availability (besides used software) and missing technical support , e.g. compatibility fixes for newer hardware and operating systems. These problems are exacerbated if software

5229-399: The length of copyright enforcement in most countries, it is likely that by the time a piece of software defaults to public domain, it will have long become obsolete, irrelevant, or incompatible with any existing hardware. Additionally, due to the relatively short commercial, as well as physical, lifespans of most digital media, it is entirely possible that by the time the copyright expires for

5312-434: The need of abandonware because re-release of software by copyright holders will most likely target modern systems or incompatible media instead, preventing legal purchase of compatible software. Some game developers showed sympathy for abandonware websites as they preserve their classical game titles. [...] personally, I think that sites that support these old games are a good thing for both consumers and copyright owners. If

5395-486: The next. All message and notification "state" information is persisted in the file system. The processes in a pipeline operate mostly without centralized control; this relative autonomy simplifies error recovery. When a process fails before completing its part of a file or protocol transaction, its predecessor in the pipeline backs off and retries the request later, and its successor in the pipeline discards unfinished work. Many Postfix daemons can simply "die" when they run into

5478-432: The official multiplayer server and support was shut down, the game community itself took over with a self-developed multiplayer server and client . With the new possibility of digital distribution arising in mid-2000, the commercial distribution for many old titles became feasible again as deployment and storage costs dropped significantly. A digital distributor specialized in bringing old games out of abandonware

5561-496: The open-source Blojsom project ( Java ). On August 10, 2006, Apple announced the first Universal Binary release of Mac OS X Server, version 10.4.7, supporting both PowerPC and Intel processors. At the same time Apple announced the release of the Intel-based Mac Pro and Xserve systems. Leopard Server (released October 26, 2007) sold for $ 999 for an unlimited-client license. Mac OS X Server version 10.5.x ‘Leopard’

5644-460: The operating system and would not be marketed as a separate product. However, a few months later, the company said it would instead sell the server components as a US$ 49.99 add-on to Lion, distributed through the Mac App Store (as well as Lion itself). The combined cost of an upgrade to Lion and the purchase of the OS X Server add-on, which costs approximately US$ 50, was nonetheless significantly lower than

5727-440: The options are (a) having a game be lost forever and (b) having it available on one of these sites, I'd want it to be available. That being said, I believe a game is 'abandoned' only long after it is out of print. And just because a book is out of print does not give me rights to print some for my friends. Is it piracy? Yeah, sure. But so what? Most of the game makers aren't living off the revenue from those old games anymore. Most of

5810-574: The original Abandonware Ring in February 1997. This original webring was little more than a collection of sites linking to adventureclassicgaming.com. Another was a site indexing them all to provide a rudimentary search facility. In October 1997, the Interactive Digital Software Association sent cease and desist letters to all sites within the Abandonware Ring, which led to most shutting down. An unintended consequence

5893-413: The owners themselves. Abandonware advocates also frequently cite historical preservation as a reason for trading abandoned software. Older computer media are fragile and prone to rapid deterioration, necessitating transfer of these materials to more modern, stable media and generation of many copies to ensure the software will not simply disappear. Users of still-functional older computer systems argue for

5976-438: The queue, or to examine or update its configuration files. The Postfix implementation uses safe subsets of the C language and of the POSIX system API . These subsets are buried under an abstraction layer that contains about 50% of all Postfix source code, and that provides the foundation on which all Postfix programs are built. For example, the "vstring" primitive makes Postfix code resistant to buffer overflow attacks, and

6059-794: The retail cost of Snow Leopard Server (US$ 499). Lion Server came with unlimited client licenses as did Snow Leopard Server. Lion Server includes new versions of iCal Server , Wiki Server , and Mail Server . More significantly, Lion Server can be used for iOS mobile device management. Starting with Apple Mac OS X Server Version 10.7 “Lion,” PostgreSQL replaces MySQL as the database provided with Mac OS X Server, coinciding with Oracle Corporation ’s acquisition of Sun Microsystems and Oracle’s subsequent attempts to tighten MySQL’s licensing restrictions and to exert influence on MySQL’s previously open and independent development model. Like Lion, Mountain Lion had no separate server edition. An OS X Server package

6142-640: The source code of games was given to a fan community for long-time preservation, e.g. several titles of the Wing Commander video game series or Ultima 9 of the Ultima series . In response to the missing software support, sometimes the software's user community begins to provide support ( bug fixes , compatibility adaptions etc.) even without available source code, internal software documentation and original developer tools. Methods are debugging , reverse engineering of file and data formats, and hacking

6225-401: The source code of his software for the community was a good thing: I honestly think this [source code release] should be standard procedure for companies that decide not to continue to support a code base. The chilling effect of drawing a possible lawsuit can discourage release of source code. Efforts to persuade IBM to release OS/2 as open source software were ignored since some of

6308-514: The source code. In December 2013 the ICHEG received a donation of several SSI video games, for instance Computer Bismarck , including the source code for preservation. In 2014 a collection of Brøderbund games and a "virtually complete" Atari arcade machine source code and asset collection was added. In 2010 Computer History Museum began with the preservation of source code of important software, beginning with Apple 's MacPaint 1.3. In 2012

6391-602: Was available for Mountain Lion from the Mac App Store for US$ 19.99, which included a server management application called Server, as well as other additional administrative tools to manage client profiles and Xsan . Mountain Lion Server, like Lion Server, was provided with unlimited client licenses, and once purchased could be run on an unlimited number of systems. Server 5.7 (released September 28, 2018) stopped bundling open source services such as Calendar Server, Contacts Server,

6474-471: Was detected 2.74 million times, Exim 2.86 million times. Some sites block Shodan probes, but it is unclear whether this would materially affect the Postfix to Exim ratio. In a 10 times smaller study published on November 1, 2024 by E-Soft, Inc., 0.20 million mail servers ran Postfix, making it a more distant second behind Exim with 0.30 million. The E-Soft survey is often cited, but it specifically targets domains that provide web services and therefore covers

6557-401: Was discontinued on April 21, 2022, and Apple said that later versions of macOS would drop support for it. Mac OS X Server is based on an open source foundation called Darwin and uses open industry standards and protocols. Mac OS X Server was provided as the operating system for Xserve computers, rack-mounted server computers designed by Apple. Also, it was optionally pre-installed on

6640-570: Was originally based on jabberd 1.4.3 and is named after Apple's iChat online chat client software. Version 2 of the software is based on jabberd2 2.0s9 and supports server federation, which allows chat clients to talk directly with other systems that support XMPP . It also supports server-based chat archiving. Wiki Server was a set of services which have shipped with all versions of Mac OS X Server since v10.5 until macOS High Sierra . Mac OS X Server includes web-based Wiki , Weblog , Calendaring, and Contact services. Additionally, it includes

6723-605: Was that it spurred others to create new abandonware sites and organizations that came to outnumber the original Ring members. Sites formed after the demise of the original Abandonware Ring include Abandonia , Bunny Abandonware and Home of the Underdogs . In later years abandonware websites actively acquired and received permissions from developers and copyright holders (e.g. Jeff Minter , Magnetic Fields or Gremlin Interactive ) for legal redistribution of abandoned works; an example

6806-574: Was the Server Administrator app, which allowed users to configure server services, and turn them on or off. RAID Admin was a utility for administering and controlling RAIDs , usually Xserve RAIDs . It was written in Java, and could run on Windows or Linux. Other bundled tools include: Beginning with the release of OS X Mountain Lion (version 10.8), there is only one Administrative tool, an app called "Server", which can be bought and downloaded from

6889-508: Was the last major version of Mac OS X Server to support PowerPC -based servers and workstations such as the Apple Xserve G5 and Power Mac G5 . Features: Mac OS X Snow Leopard Server (released August 28, 2009) sold for $ 499 and included unlimited client licenses. New Features: In releasing the developer preview of Mac OS X Lion in February 2011, Apple indicated that beginning with Lion, Mac OS X Server would be bundled with

#877122