ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Version 1.1 of Greylite, a greylisting implementation for the Qmail mail server was released a couple of days ago.
Greylite is not a patch for the mail server but resides in the Qmail chain. Greylite requires an Sqlite 3 database and Qmail running on the Tcpserver super server which listens for incoming connections and understand access restrictions like Tcpwrapper.
Greylisting involves denying all initial delivery attempts. Regular MTAs will attempt to redeliver, spammers and wormers will typically not, and this makes greylisting a useful technique for fighting spam. To avoid unnecessary delays to legitimate mail, Greylite uses a variant on this techniqe: servers that have passed the test once before are added to a whitelist and can deliver mail without restrictions in future.
The C source code of the program is available from the project homepage under the revised BSD license. In the few days since version 1.0 was released, the developers have made a number of improvements: Greylite no longer waits infinitely if the other end fails to respond but removes obsolete requests from the database.
Watch our free Video Archive from Apachecon US 2009. Archive provided by The Apache Foundation, COLLABNET, and Linux Pro Magazine
Drawing internationally renowned thought-leaders, contributors, and organizations in the Open Source community, ApacheCon offers insight into the culture and community that develops and shepherds industry-leading Open Source projects, including Apache HTTP Server – the world's most popular Web server software for more than 10 years.
Comments