Hi Terry, I just released version 1.2.1 that probably will fix your problem adding users. The problem was that the mysql scripts for creating the database had a typo in one of the field names in the users table. See: http://exim4u.org/svn/exim4u_src/tags/1.2.1/VERSION and; http://exim4u.org/svn/exim4u_src/tags/1.2.1/CHANGELOG Only two Exim4U files change in version 1.2.1: mysql_migrate/mysql_migrate.sql and; mysql_setup/mysql.sql Arne Schirmacher reported this bug yesterday afternoon. An easy way to fix the bug is to simply change the field "on-spambox_report" to "on-spamboxreport" in the users mysql table. You can do that with phpmyadmin or directly with mysql. Please fix this bug in your installation and then see if that solves your problem. Please report back to let me know. Sorry for the oversight and thanks for giving Exim4U a test drive! Gordon Dickens Hi Gordon yep renamed it too on_spamboxreport Works fine now. Looking forward to test it better tomorrow with dovecot. Cheers Terry