So now, I can see that TXREP is working perfectly. It is adding scores to my incoming emails. Also, inside the DB named sa_bayes there is a table called txrep containing all the logged emails. Seems perfect except for one thing:
The user names logged in there are either postfix or apache.
I assume everything coming IN is logged with postfix and everything that gets released or learned/unlearned via the mailwatch GUi gets logged with apache?
Screenshot:

- txrep.png (106.06 KiB) Viewed 7578 times
postfix has 320 entries and apache 176
So keeping in mind that txrep logs as postfix or apache what should I do with these txrep settings?
Code: Select all
# uncomment below to make TxRep use one big global pool for everyone.
# if it is commented each user has his own data pool
# user_awl_sql_override_username SomeName
# looks like it is possible to be grouped per domain
# @example.com user_awl_sql_override_username SomeName
# User vs global storage range [0..10] (default: 0)
# 5 means the user rep is weighted 5x the global rep
# txrep_user2global_ratio 5
So the questions is which reputation does txrep use in this case? There is no user rep so it looks for the global one, does it take the postfix one or the apache one?
And what would happen if I set this parameter:
Code: Select all
user_awl_sql_override_username TxRep