Yes.
Quote:
|
And how would i best update every existing user to use spamc then ?
|
Run the following SQL statement in the database:
update isp_isp_user SET status = 'u' WHERE status = '';
then change one user in the interface and click on save to start the process.