Hi vpopmailers, I've updated my mail toaster recipe at http://matt.simerson.net/computing/qmail.toaster.shtml. The primary differences are: 1) includes code modifications to vpopmail to use MySQL for ONLY the open-smtp relay feature. 2) includes code modifications to tcpserver to query a MySQL database for relayclient information instead of the standard tcp.smtp.cdb file. 3) includes the maildomain Perl script I've written to manage my mail toaster. It's got all sorts of nifty features for allowing non-root users to add/edit/delete mail domains, check logs, fix problems, etc.. It's pretty cool. Someday soon I hope to release a few more scripts: 1) maillogs (processes log files and returns values to be stuffed into cricket/mrtg. I have an snmp agent installed on each of my mail servers. I then install maillogs, a custom snmp.conf and then have cricket poll each of the servers and log the results. https://vpopmail:[EMAIL PROTECTED]/admin/cricket/mail.html 2) logmonster - http log file processor I have a group of load balanced http servers. Logmonster collects the log files off each server, sorts them into cronological order, parses out the results for each virtual domain (if enabled) and feeds the results through your http log file analyzer. https://admin.mail.safeserver.com/admin/usage/ 3) update - clustered server syncronizer Uses ssh, rdist, and/or rsync to keep files constant among groups of servers. Also autogenerates httpd.conf and named.conf files but currently has too many dependencies to release on the public.