On 8/13/2017 8:49 AM, Christopher Engelhard wrote
Log:
spamd[8299]: TxRep: illegal factory setting
spamd[8299]: TxRep: could not open storages, quitting!
Config:
header TXREP eval:check_senders_reputation()
describe TXREP Score normalizing based on sender's
reputation
tflags TXREP userconf noautolearn
priority TXREP 1000
txrep_factory module Mail::SpamAssassin::SQLBasedAddrList
user_awl_dsn DBI:mysql:spamdb:localhost
user_awl_sql_username <user>
user_awl_sql_password <password>
user_awl_sql_table txrep
Off the cuff, it looks fine to me.
does mysql -u <user> -p<password> localhost spamdb work?