Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Authenticate off other table

Quote Reply
Authenticate off other table
I have a primary users table that I would like to use the authenticate GMail instead of the webmail_users table. Where do I set this in GMail, or point the script at this other table?

Safe swoops
Sangiro
http://www.dropzone.com/
Quote Reply
Re: Authenticate off other table In reply to
Things may be different in 2.x, but in 1.x the basic authentication functions are in the SQL.pm module. If your user table is in the primary Webmail database you should be able to do a quick search-and-replace in that module. If your user table is in a separate database you will need to open another connection to that DB and do a substantial rewrite.