OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Andreas Gerstenberg (andyandy.de)
Date: Thu Feb 01 2001 - 05:16:10 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hi,

    I get lots of warnings while using mysql-maps as virtual map:

    Feb 1 04:02:02 testhost22 postfix/cleanup[8657]: warning: maps_append: map
    mysql:/etc/postfix/mysql-virtual.cf has flags 020, want flags 0100

    As far as I can see, the virtual map is working, but what does the warnings
    mean?

    postfix version: 20010128
    MySQL version: 3.23.32

    content of /etc/postfix/mysql-virtual.cf:
    -----------------------------------------
    user = **********
    password = **********

    dbname = mail
    table = mailtargets, mailgroup2tid, mailvirtual

    select_field = mailtargets.target
    where_field = mailvirtual.email

    additional_conditions = AND mailgroup2tid.target_id = mailtargets.target_id
    AND mailgroup2tid.targe t_group = mailvirtual.target_group AND
    mailgroup2tid.disabled = 0

    hosts = 10.0.1.22
    ------------------------------------------

    regards,
    Andy