A Global Address Book for your Domain account which available throughout WebMail (SquirrelMail)
Please see my scripts on Qmailtoaster Archive
Note:
- Creation of address book is not automatic so you need to add the scripts on crontab
- These scripts only create an address book only for 1 domain specified on the configuration.
- It will create 1 file for 1 domain specified, so if use squirrelmail for multiple domain, it wont suits you. (later revision may available on next version)
- Users can't update his information on Global Address book
- For users who use Email client and want to access Global Address he can export Address book from SquirrelMail and import in on Outlook Express / Ms. Outlook (tested OK, no -mapping- changes need to make)
Simple installation how to:
# cd ~
# wget http://am3n.profusehost.net/files/sqweb_gabook.tar.gz
# tar xzvf sqweb_gabook.tar.gz
# cd scripts
# vi sqweb_gabook.sh (edit the variables there)
# vi sqweb_gabook.php (edit the variables there)
# crontab -e (weekly update, you can change if you want daily update)
0 12 * * 3 /root/scripts/sqweb_gabook.sh >/dev/null
