FreeBSD Archive

New FreeBSD Logo Chosen

The new FreeBSD logo has finally been chosen, and can be seen here. The FreeBSD website will be updated shortly with the new logo in place of Beastie (on the website that is, not actually replacing Beastie as the mascot).

Running Cyrus IMAP on FreeBSD 5.4

As laptops and mobility become more effective and prevalent, your job as a system administrator is to provide users with easy, secure access to their data. IMAP is one way to allow users to receive email wherever they go. Cyrus IMAP is a popular server, but installation and configuration is a bear. Fortunately, Francisco Reyes has the answer in this tutorial on installing and configuring Cyrus IMAP with Postfix.

FreeBSD: Interview with Release Engineer Scott Long

BSDForums interviews FreeBSD Release Engineering Team's Scott Long relating to various aspects of FreeBSD. Topics discussed include FreeBSD general issues, its academic roots, how FreeBSD compares to other BSDs - OpenBSD, NetBSD, and the ongoing debate on FreeBSD vs. Linux. Scott gives us his perspective on the corporate adoption and popularity of FreeBSD. He brings us up to speed on FreeBSD 6.0, its new features and enhancements, including Apple G4 PowerMac, AMD64 and wireless compatibility. Scott also discusses FreeBSD 6.0's upgrade path and release timetable.

Using FreeBSD’s ACLs

"The standard Unix permissions scheme works fine if you have simple needs, but juggling groups and users can grow unwieldy very quickly. FreeBSD's Access Control Lists give you more control over who can access files and directories. Dru Lavigne explains how to understand and use them."

DragonFly To Switch to pkgsrc Officially

Matt Dillon has announced that the next release of DragonFly BSD will use NetBSD's pkgsrc as its official package management system, instead of "dfports" (FreeBSD's Ports with DragonFly overrides), which had already been abandoned by developers in favour of pkgsrc over the last few months. pkgsrc is a portable package management system, developed by NetBSD, and supports DragonFly officially since October 2004.

Project Evil: Windows Network Drivers on FreeBSD

Project Evil provides a set of basic functions commonly used by Windows network drivers. These functions are then translated internally to the FreeBSD driver model. To the driver, it appears that it is running in a normal Windows environment. To the OS, it appears that a native FreeBSD kernel module containing the driver is present. This article explains how it works.