Ok, following instructions in here http://topdog-software.com/oss/baruwa/1.1.1/docs/baruwa.pdf
# apt-get install mysql-server - This i found was missing in my first attempt so i decided to pre install this time round. # apt-get install rabbitmq-server # rabbitmqctl add_user baruwa your_password # rabbitmqctl add_vhost baruwa # rabbitmqctl set_permissions -p baruwa baruwa ".*" ".*" ".*" # rabbitmqctl delete_user guest # wget -O - http://apt.baruwa.org/baruwa-apt-keys.gpg | apt-key add - # nano /etc/apt/sources.list add to bottom: deb http://apt.baruwa.org/ubuntu lucid main # apt-get update # apt-get install baruwa #nano /etc/MailScanner/conf.d/baruwa.conf Quarantine User = exim #(Or what ever your "Run As User" is set to) DB DSN = DBI:mysql:database=baruwa;host=spam01;port=3306 #set to valid DSN DB Username = baruwa # your DB username DB Password = password # your DB password - Have actually set the password to password in test enviroment # MailScanner --lint RESULT: DBD::mysql::st execute failed: Table 'baruwa.scanner_config' doesn't exist [for Statement "SELECT value FROM scanner_config, scanners WHERE scanner_config.host_id = scanners.id AND external = ? AND scanners.address = ?" with ParamValues: 0='mailscannerversionnumber', 1='server1'] at /usr/share/MailScanner//MailScanner/ConfigSQL.pm line 134. DBD::mysql::st execute failed: Table 'baruwa.scanner_config' doesn't exist [for Statement "SELECT value FROM scanner_config, scanners WHERE scanner_config.host_id = scanners.id AND external = ? AND scanners.address = ?" with ParamValues: 0='mailscannerversionnumber', 1='server1'] at /usr/share/MailScanner//MailScanner/ConfigSQL.pm line 134. # /etc/init.d/mailscanner restart RESULT: chown: invalid user: `Debian-exim' /etc/init.d/mailscanner: directory /var/spool/MailScanner: wrong owner (expected Debian-exim but is mail) The lint and the restart result dont give me much hope, the database is there but has no tables, not sure about the restart error any help? or is this normal at this stage? -- View this message in context: http://baruwa-users-list.963389.n3.nabble.com/Ubuntu-10-04-apt-install-linux-newbie-tp3771395p3771395.html Sent from the Baruwa users list mailing list archive at Nabble.com. _______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

