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:
Text File  |  2004-03-26  |  347 b   |  21 lines

  1. #
  2. # mysql config file for alias lookups on postfix
  3. # comments are ok.
  4. #
  5.  
  6. # the user name and password to log into the mysql server
  7. hosts = 127.0.0.1
  8. user = mail
  9. password = secret
  10.  
  11. # the database name on the servers
  12. dbname = mail
  13.  
  14. # the table name
  15. table = virtual
  16.  
  17. #
  18. select_field = dest
  19. where_field = alias
  20. additional_conditions = and status = '1'
  21.