Dale, > Can someone help me with a configuration of amavisd-new and mysql?? > What I'm looking for is a simple set of instructions for the changes > needed in amavisd.conf (and amavisd if needed).
The README.sql explains what needs to be done. The only change in amavisd.conf needed is to assing a value to @lookup_sql_dsn and optionally to @storage_sql_dsn, e.g.: @lookup_sql_dsn = ( ['DBI:mysql:database=amavis;host=127.0.0.1;port=3306', 'user1', 'passwd1'], ); And optionally: @storage_sql_dsn = @lookup_sql_dsn; # use the same db for logging > I realize that there are a lot of 'HowTo' and 'blog' after googling > it but the issue I'm having is that most talk about packages nstalled > from an rpm and my OS doesn't work with them and trying to understand > what they are doing is confusing. > > Basically what I need is the amavisd changes and the mysql schema > from a working install, from this I can create the database and then > see what other changes I need to make to the OS to get it working. > I'm also looking for something that can be used as some sort of > amavisd-new/mysql standard. The official sql schema is in README.sql. Cut&paste it to a sql interpreter. Mark ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
