![]() |
![]()
| ![]() |
![]()
NAMEpostlogd - Postfix internal log server SYNOPSISpostlogd [generic Postfix daemon options] DESCRIPTIONThis program logs events on behalf of Postfix programs when the maillog_file configuration parameter specifies a non-empty value. BUGSNon-daemon Postfix programs don't know that they should log to the internal logging service before they have processed command-line options and main.cf parameters. These programs still log earlier events to the syslog service. If Postfix is down, the non-daemon programs postfix(1), postsuper(1), postmulti(1), and postlog(1), will log directly to $maillog_file. These programs expect to run with root privileges, for example during Postfix start-up, reload, or shutdown. Other non-daemon Postfix programs will never write directly to $maillog_file (also, logging to stdout would interfere with the operation of some of these programs). These programs can log to postlogd(8) if they are run by the super-user, or if their executable file has set-gid permission. Do not set this permission on programs other than postdrop(1), postqueue(1) and (Postfix >= 3.7) postlog(1). CONFIGURATION PARAMETERSChanges to main.cf are not picked up automatically, because postlogd(8) terminates only after reaching the max_idle time limit. 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.
Available in Postfix 3.9 and later:
SEE ALSOpostconf(5), configuration parameters syslogd(8), system logging README_FILESUse "postconf readme_directory" or "postconf html_directory" to locate this information. MAILLOG_README, Postfix logging to file or stdout LICENSEThe Secure Mailer license must be distributed with this software. HISTORYThis service was introduced with Postfix version 3.4. AUTHOR(S)Wietse Venema Google, Inc. 111 8th Avenue New York, NY 10011, USA Wietse Venema porcupine.org
|