POSTLOGD(8)                                                        POSTLOGD(8)

NAME
       postlogd - Postfix internal log server

SYNOPSIS
       postlogd [generic Postfix daemon options]

DESCRIPTION
       This program logs events on behalf of Postfix programs when the maillog
       configuration parameter specifies a non-empty value.

BUGS
       Non-daemon Postfix programs don't know that  they  should  log  to  the
       internal  logging  service until after they have processed command-line
       options and main.cf parameters. These programs still log earlier events
       to the syslog service.

       If Postfix is down, then logging from non-daemon programs will be lost,
       except for logging from the postfix(1) and postlog(1)  commands.  These
       can log directly to file when running as root, for example during Post-
       fix start-up.

       Non-daemon Postfix programs can talk to postlogd(8) only  if  they  are
       run  by  the super-user, or if their executable files have set-gid per-
       mission.

CONFIGURATION PARAMETERS
       Changes to main.cf are picked up  automatically,  as  postlogd(8)  pro-
       cesses  run for only a limited amount of time. Use the command "postfix
       reload" to speed up a change.

       The text below provides only a parameter summary. See  postconf(5)  for
       more details including examples.

       config_directory (see 'postconf -d' output)
              The  default  location of the Postfix main.cf and master.cf con-
              figuration files.

       daemon_timeout (18000s)
              How much time a Postfix daemon process  may  take  to  handle  a
              request before it is terminated by a built-in watchdog timer.

       maillog_file (empty)
              The  name  of  an  optional logfile that is written by the post-
              logd(8) internal logging service.

       process_id (read-only)
              The process ID of a Postfix command or daemon process.

       process_name (read-only)
              The process name of a Postfix command or daemon process.

       syslog_name (see 'postconf -d' output)
              A prefix that  is  prepended  to  the  process  name  in  syslog
              records, so that, for example, "smtpd" becomes "prefix/smtpd".

       service_name (read-only)
              The master.cf service name of a Postfix daemon process.

       postlogd_watchdog_timeout (10s)
              How  much  time  a  postlogd(8)  process  may  take to process a
              request before it is terminated by a built-in watchdog timer.

SEE ALSO
       postconf(5), configuration parameters
       syslogd(5), system logging

LICENSE
       The Secure Mailer license must be distributed with this software.

HISTORY
       This service was introduced with Postfix version 3.4.

AUTHOR(S)
       Wietse Venema
       Google, Inc.
       111 8th Avenue
       New York, NY 10011, USA

                                                                   POSTLOGD(8)