All the documentation should have been included when you downloaded amavisd-new. Look for README.sql-mysql if you using MySQL, or README.sql-pg if you are using postgress. Mine are located in /usr/local/share/doc/amavisd-new, so yours should be in a similar directory. After that, you will need to modify your amavisd.conf file and set up the following variables with maybe just a little change if any:
@lookup_sql_dsn = ( ['DBI:mysql:dbname=mail;host=localhost', 'sqluser', 'sqlpassword'] ); @storage_sql_dsn = @lookup_sql_dsn; $virus_quarantine_method='sql:'; $banned_files_quarantine_method='sql:'; $spam_quarantine_method='sql:'; $bad_header_quarantine_method='sql:'; -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leonardo Rodrigues Magalhães Sent: Thursday, June 05, 2008 3:21 PM To: ML Amavis Subject: Re: [AMaViS-user] full email reports - possible ??? no problem at all enabling SQL Logging. would you mind giving me some hints on what to look for, websites, mailing list archives links ..... anything ..... thanks ! Wazir Shpoon escreveu: > If SQL logging is not out of question, then it will be your best bet as all > things are logged pretty nicely. hth > -- Atenciosamente / Sincerily, Leonardo Rodrigues Solutti Tecnologia http://www.solutti.com.br Minha armadilha de SPAM, NÃO mandem email [EMAIL PROTECTED] My SPAMTRAP, do not email it ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/
