I have SquirrelMail ruinning on my server as well. I set up SM to use mySQL for the address book and I wrote a little command line tool to populate the database from my address book. You can have the source for that. You will have to setup mySQL etc. yourself though.
I then have a cron command run and generate the SQL statements on my main machine. I then run the SQL statements though a mySQL command line tool to send the data to the server.
This seems like a lot of work, but I can send you all the bits I have if that helps.
Current I have my address book info being sent to an LDAP server running on my server and I have SquirrelMail access that. You could use that instead if you wanted. It was a bit of a pain to set up, but it works fine. The nice thing about this approach is that all users on SQ can access the same data easily.
I hope this all makes sense to you 🙂
Let me know if you would like any of my scripts etc.
Comments are closed