postlog - Postfix-compatible logging utility
| Use Case | Command | Description |
|---|---|---|
| 📝 Log a message | postlog "message" | Logs the given text as one record via syslog |
| ⚠️ Log with priority | postlog -p warn "message" | Specify severity: info, warn, error, fatal, panic |
| 📄 Log from stdin | echo "line" | postlog | Reads input lines and logs each as one record |
| 🏷️ Custom tag | postlog -t myapp "message" | Sets the identifying logging tag |
| 🔍 Verbose debug | postlog -v -v "message" | Enable increasingly verbose logging |
| 📂 Custom config | postlog -c /path/to/config "message" | Read main.cf from alternative directory |
| 🆔 PID in tag (obsolete) | postlog -i "message" | Ignored as of Postfix 3.4; PID always included |
postlog [-iv] [-c config_dir] [-p priority] [-t tag] [text...]
The postlog(1) command implements a Postfix-compatible logging interface for use in, for example, shell scripts.
By default, postlog(1) logs the text given on the command line as one record. If no text is specified on the command line, postlog(1) reads from standard input and logs each input line as one record.
By default, logging is sent to syslogd(8) or postlogd(8); when the standard error stream is connected to a terminal, logging is sent there as well.
-c config_dir 📂 Read the main.cf configuration file in the named directory instead of the default configuration directory.-i 🗑️ (obsolete) Include the process ID in the logging tag. This flag is ignored as of Postfix 3.4, where the PID is always included.-p priority ⚠️ (default: info) Specifies the logging severity: info, warn, error, fatal, or panic. With Postfix 3.1 and later, the program will pause for 1 second after reporting a fatal or panic condition, just like other Postfix programs.-t tag 🏷️ Specifies the logging tag, that is, the identifying name that appears at the beginning of each logging record. A default tag is used when none is specified.-v 🔍 Enable verbose logging for debugging purposes. Multiple -v options make the software increasingly verbose.main.cf file.The following main.cf parameters are especially relevant to this program. The text below provides only a parameter summary. See postconf(5) for more details including examples.
postconf -d output) — 📂 The default location of the Postfix main.cf and master.cf configuration files.postconf -d output) — 🔄 The list of environment parameters that a privileged Postfix process will import from a non-Postfix parent process, or name=value environment overrides.mail) — 🏛️ The syslog facility of Postfix logging.postconf -d output) — 🏷️ A prefix that is prepended to the process name in syslog records, so that, for example, smtpd becomes prefix/smtpd.postlog) — 🏷️ The name of the postlogd(8) service entry in master.cf.The Secure Mailer license must be distributed with this software.
Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA
Wietse Venema
Google, Inc.
111 8th Avenue
New York, NY 10011, USA
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-09 18:49 @216.73.216.150
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)