Difference between revisions of "The Address Book"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
== TheAddressBook ==
+
== The Address Book ==
  
 
=== Maintainer ===
 
=== Maintainer ===
Line 38: Line 38:
 
  config setprop addressbook PublicAccess global-pw
 
  config setprop addressbook PublicAccess global-pw
  
==== Check installed version ====
+
'''Check installed version'''
 
  yum info installed *addressbook*
 
  yum info installed *addressbook*
  
==== Uninstall ====
+
'''Uninstall'''
 
  rpm -e addressbook smeserver-addressbook
 
  rpm -e addressbook smeserver-addressbook
  

Revision as of 12:04, 17 January 2008

The Address Book

Maintainer

http://www.dungog.net

Description

http://www.corvalis.net/address

The Address Book is a free, open source address management system

Installation

This contrib can be found in the smecontribs repository.

Download and install addressbook and smeserver-addressbook with

yum install --enablerepo=smecontribs smeserver-theaddressbook

Note: signal-event post-upgrade & signal-event reboot is not necessary for 'The Address Book' install

add addressbook mysql password to config file find mysql password with 'config show addressbook'

cp /opt/addressbook/config.php.dist /opt/addressbook/config.php
nano -w /opt/addressbook/config.php

create database structure open YourServer.net/addressbook/install.php

remove install script

rm /opt/addressbook/install.php

[optional] import addresses, see /opt/addressbook/import.pl

[optional] setup Roundcube LDAP. todo

[optional] ODBC access, for mailout labels. todo

[optional] Restrict usage with PublicAccess db, (global-pw are default):

config setprop addressbook PublicAccess global-pw

Check installed version

yum info installed *addressbook*

Uninstall

rpm -e addressbook smeserver-addressbook

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-addressbook component or use this link .