update Sun Jun 20 12:37:00 PDT 2010
[pkgsrc.git] / mail / gld / MESSAGE.mysql
1 ===========================================================================
2 $NetBSD: MESSAGE.mysql,v 1.1 2006/03/02 20:54:08 wiz Exp $
3
4 To configure gld, the following steps should be completed:
5
6  $ mysql -e "create database gld"
7  $ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'"
8  $ mysql gld < ${PREFIX}/share/gld/tables.mysql
9
10 Modify "PASSWORD" with your desired password.
11
12 Now edit your postfix's main.cf configuration file, and add the following
13 line:
14
15         smtpd_recipient_restrictions = permit_mynetworks,
16                 reject_unauth_destination,
17                 check_policy_service inet:127.0.0.1:2525
18
19 Start gld via ${RCD_SCRIPTS_DIR}/gld start
20
21 It should be running fine now; good luck!
22 ===========================================================================