Running on Scientific Linux 6.1 perfectly for many months. Upgraded from 1.1.0 following Chapter 15 steps of the Baruwa Documentation. MailScanner is not processing any mail from the postfix hold queue because my scanner_config table is empty.
Did I miss something or is there a missing step to populate this table (and others I might be missing)? [root@maillnx02 conf.d]# MailScanner --lint ConfigSQL QuickPeek for mta NOT FOUND ConfigSQL QuickPeek for mta NOT FOUND ConfigSQL QuickPeek for mailscannerversionnumber NOT FOUND ConfigSQL QuickPeek for mailscannerversionnumber NOT FOUND ... I assume that these settings below mean my config was file-based and now it's in (or should be in) the baruwa database: Old baruwa.conf ============ SQL Serial Number = SQL Quick Peek = SQL Config = SQL Ruleset = SQL SpamAssassin Config = SQL Debug = no New baruwa.conf ============ SQL Serial Number = SELECT value AS confserialnumber FROM scanner_config, scanners WHERE scanner_config.host_id = scanners.id AND internal='confserialnumber' LIMIT 1 SQL Quick Peek = SELECT value FROM scanner_config, scanners WHERE scanner_config.host_id = scanners.id AND external = ? AND scanners.address = ? SQL Config = SELECT internal, value FROM scanner_config, scanners WHERE scanner_config.host_id = scanners.id AND scanners.address = ? SQL Ruleset = SELECT @rownum:=@rownum+1 num, rule FROM ms_rulesets, (SELECT @rownum:=0) r WHERE name=? SQL SpamAssassin Config = SQL Debug = yes
_______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

