Name
LogLevel
Synopsis
The sendmail program is able to log a wide variety of information about what it is doing. There is no default file for recording information. Instead, sendmail sends all such information via the Unix syslog(3) mechanism. The disposition of messages by syslog is determined by information in the file /etc/syslog.conf (see Section 14.3.2). One common scheme places non-critical messages in /var/log/syslog but routes important messages to /dev/console or /var/adm/messages.
The meaningful values for the logging level, and their syslog priorities, are outlined here.[36] Higher logging levels include the lower logging levels. For example, logging level 2 also causes level 1 messages to be logged.
- 0
Minimal logging. See See this section for examples of what is logged at this setting.
- 1
Serious system failures and security problems logged at LOG_CRIT or LOG_ALERT.
- 2
Communication failures (e.g., lost connections or protocol failures) logged at LOG_CRIT.
- 3
Malformed addresses logged at LOG_NOTICE. Transient forward/include errors logged at LOG_ERROR. Connect timeouts logged at LOG_NOTICE.
- 4
Malformed
qffilenames and minor errors logged at LOG_NOTICE. Out-of-date alias databases logged at LOG_INFO. Connection rejections (via libwrap.a or one of thecheck_rule sets) logged at LOG_NOTICE.- 5
A record of each message received logged at LOG_INFO. Envelope cloning logged at LOG_INFO.
- 6
SMTP VRFY attempts and messages returned to the original sender logged at LOG_INFO. The ETRN and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access