2004-11-25 06:42:40 +01:00
|
|
|
===========================================================================
|
2006-03-02 21:54:08 +01:00
|
|
|
$NetBSD: MESSAGE.mysql,v 1.1 2006/03/02 20:54:08 wiz Exp $
|
2004-11-25 06:42:40 +01:00
|
|
|
|
2004-11-25 06:55:55 +01:00
|
|
|
To configure gld, the following steps should be completed:
|
2004-11-25 06:42:40 +01:00
|
|
|
|
2005-04-13 19:30:28 +02:00
|
|
|
$ mysql -e "create database gld"
|
|
|
|
$ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'"
|
|
|
|
$ mysql gld < ${PREFIX}/share/gld/tables.mysql
|
2004-11-25 06:42:40 +01:00
|
|
|
|
|
|
|
Modify "PASSWORD" with your desired password.
|
|
|
|
|
|
|
|
Now edit your postfix's main.cf configuration file, and add the following
|
|
|
|
line:
|
|
|
|
|
2006-02-06 16:59:58 +01:00
|
|
|
smtpd_recipient_restrictions = permit_mynetworks,
|
2004-11-25 18:22:31 +01:00
|
|
|
reject_unauth_destination,
|
2006-02-06 16:59:58 +01:00
|
|
|
check_policy_service inet:127.0.0.1:2525
|
2004-11-25 06:42:40 +01:00
|
|
|
|
|
|
|
Start gld via ${RCD_SCRIPTS_DIR}/gld start
|
|
|
|
|
2005-04-13 19:30:28 +02:00
|
|
|
It should be running fine now; good luck!
|
2004-11-25 06:42:40 +01:00
|
|
|
===========================================================================
|