3 msgRe: Virtual domain aliases
4 msgaddress verify vs. virtual_alias_maps
20 msgPostfix/ClamAV Config Error
4 msgsmtp /dev/poll problem
6 msgAddresses filtering for only one supported domain
14 msgGreylist question
1 msgOne transport with AUTH and other transport wit...
7 msgIs this expected reject behavior for foreign IP...
3 msgrelay_domains and virtual_mailbox_domains not w...
2 msgNeed help debugging a possible content filter p...
11 msgspam emails with | in front of the email addresses
9 msgunexpected domain rewrite (by postfix?)
5 msgError receiving email
20 msgPostfix 2.5-20071111, smtp.gmail.com, bouncing ...
1 msgBounce notification configure
45 msgRe: Recipient validation

Use of MySQL for lookups
\ jekillen (27 Nov 2007)
. \ Steve (27 Nov 2007)

8 msgproposal: change behavior with respect to recip...
11 msgOT: Any bad DKIM experiences?
8 msghashed spool directories
Subject:Use of MySQL for lookups
Group:Postfix-users
From:jekillen
Date:27 Nov 2007


 
Hello;
I am reading Postfix-Cyrus-Web-cyradm-HOWTO and
am reading the section on configuring MySQL.

With respect to the following configuration example:

# mysql config file for canonical lookups on postfix
# comments are ok.
#

# the user name and password to log into the mysql server
hosts = localhost
user = mail
password = secret

# the database name on the servers
dbname = mail

# the table name
table = virtual
#
select_field = alias
where_field = username
# Return the first match only
additional_conditions = and status = '1' limit 1

How does this table get created? Is that something
that Postfix does if it does not exist? Other wise
I would need a table description to manually create it
as well as other MySQL lookup tables.
The same is true for PAM_MySQL.

I have experience using MySQL with php in web
context, and have it installed and running on
machines to be use as mail servers.

Perhaps there is specific documentation references?
Thanks in advance;
Jeff K



© 2004-2008 readlist.com