cff9006f5d
XXX: this should be reworked when pgsql support is added Style.
23 lines
767 B
Text
23 lines
767 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2005/04/13 17:30:28 salo Exp $
|
|
|
|
To configure gld, the following steps should be completed:
|
|
|
|
$ mysql -e "create database gld"
|
|
$ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'"
|
|
$ mysql gld < ${PREFIX}/share/gld/tables.mysql
|
|
|
|
Modify "PASSWORD" with your desired password.
|
|
|
|
Now edit your postfix's main.cf configuration file, and add the following
|
|
line:
|
|
|
|
smtpd_recipient_restrictions = \
|
|
check_policy_service inet:127.0.0.1:2525,
|
|
reject_unauth_destination,
|
|
permit_mynetworks
|
|
|
|
Start gld via ${RCD_SCRIPTS_DIR}/gld start
|
|
|
|
It should be running fine now; good luck!
|
|
===========================================================================
|