Gentoo Archives: gentoo-server

From: Jonathan Nichols <jnichols@×××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Postfix Virt Mail Hosting
Date: Sun, 15 Jan 2006 01:34:56
Message-Id: 43C9A5C2.7000003@pbp.net
In Reply to: Re: [gentoo-server] Postfix Virt Mail Hosting by kashani
1 > Syntax with postfix 2.1
2 > user = postfix
3 > password = postfix
4 > hosts = localhost
5 > dbname = postfix
6 > table = alias
7 > select_field = goto
8 > where_field = address
9 >
10 > Syntax with postfix 2.2.x:
11 > user = postfix
12 > password = postfix
13 > hosts = localhost
14 > dbname = postfix
15 > query = SELECT goto FROM alias WHERE address='%s' AND active = 1
16 >
17 > this page gives both forms, but doesn't exactly match the Gentoo how-to.
18 > However you can use it as a guide to make your changes.
19 >
20
21 Oh dear. Things look quite different indeed. Hrm. Unless there's some
22 must-have features in Postfix 2.2, I think that I'll just leave it as is
23 for the time being. The current setup is working quiet well as it is. ;)
24 --
25 gentoo-server@g.o mailing list