> We are using freeradius with mysql on the same box. I am not a C > programmer by any means and am not sure how I can get this setup.
To do this without coding, it should be possible (if discernably kludgy) to create a linked MySQL table in MSDE, then present an MSDE VIEW to to IMail. IMail's standard ODBCUSER.DLL works fine with MSDE. The main reason this is necessary is that MySQL (which I use quite extensively, as I am forced to by various vendors) is a lot jankier that most people admit and does not yet support VIEWs. If you had the same issue (mismatched columns) on MSDE, you'd just use VIEWs to map one vendor's columns to the other's structure. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.imprimia.com/products/software/freeutils/SPAMC32/download/release/ Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.imprimia.com/products/software/freeutils/exchange2aliases/download/release/ http://www.imprimia.com/products/software/freeutils/ldap2aliases/download/release/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
