OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietse_at_porcupine.org)
Date: Thu Feb 20 2003 - 08:28:13 CST

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

    Why did you specify a NON-ZERO wakeup timer in master.cf?

            Wietse

    Andreas Gerstenberg:
    > Hi,
    >
    > I got the following warnings in my logfile, everytime a mail will be
    > delivered.
    >
    > Feb 20 12:28:04 thor postfix/pipe[21125]: warning: unexpected attribute W
    > in input from deliverscan socket
    > Feb 20 12:28:04 thor postfix/pipe[21125]: warning: deliver_request_get:
    > error receiving common attributes
    >
    > What does that mean? I have my own mailbox transport defined in master.cf:
    >
    > deliverscan unix - n n 10 - pipe
    > flags=DOu user=nobody argv=/usr/local/sbin/deliverscan.pl -s ${sender} -r
    > ${recipient} -u ${user} -d 2
    >
    >
    >
    > postconf -n:
    >
    > alias_database = hash:/etc/aliases
    > alias_maps = hash:/etc/aliases
    > biff = no
    > command_directory = /usr/sbin
    > config_directory = /etc/postfix
    > daemon_directory = /usr/lib/postfix
    > local_destination_concurrency_limit = 10
    > local_destination_recipient_limit = 1
    > mailbox_transport = deliverscan
    > mydestination = $myhostname, localhost
    > mynetworks = 127.0.0.0/8
    > myorigin = $myhostname
    > program_directory = /usr/lib/postfix
    > recipient_delimiter = +
    > setgid_group = postdrop
    > virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual.cf
    >
    >
    > Postfix-Version: 2.0.3 on Linux
    >
    > regards,
    > Andy
    >
    >