Dear Kannel Devel, If you look at: http://kannel.org/download/kannel-userguide-snapshot/userguide.html
group = mysql-connection id = dlr-db host = localhost mysql-username = foo mysql-password = bar database = dlr max-connections = 1 This does not work according to the user guide unless you remove the mysql prefix: username = foo password = bar If you manually run the bearerbox this is what you see on the console: 2005-12-26 11:02:31 [3079] [0] ERROR: Group 'mysql-connection' may not contain field 'mysql-username'. Please either change the code or the user guide to be in sync. Rgds
