home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAKERIS 11
/
HAKERIS 11.ISO
/
linux
/
system
/
LinuxConsole 0.4
/
linuxconsole0.4install-en.iso
/
linuxconsole0.4.lcm
/
etc
/
postfix
/
mysql-virtual.cf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-03-26
|
347 b
|
21 lines
#
# mysql config file for alias lookups on postfix
# comments are ok.
#
# the user name and password to log into the mysql server
hosts = 127.0.0.1
user = mail
password = secret
# the database name on the servers
dbname = mail
# the table name
table = virtual
#
select_field = dest
where_field = alias
additional_conditions = and status = '1'