logging/file_connection
Description
The 'file_connection' logging plugin for qpsmtpd records qpsmtpd log messages into a file (or a named pipe, if you prefer.)
The file is reopened for each connection. To facilitate automatic logfile switching the filename can contain strftime conversion specifiers, which are expanded immediately before opening the file. This ensures that a single connection is never split across logfiles.
Each log entry contains a unique connection id so that entries for a particular connection can be unambiguously identified.
Docs
Download
- Perl Source code (tarball)
- SVN repository
-
For debian packages, add one of the following stanzas to your
sources.list:
deb http://www.hjp.at/apt/debian/ sarge qpsmtpd deb-src http://www.hjp.at/apt/debian/ sarge qpsmtpd
deb http://www.hjp.at/apt/debian/ etch qpsmtpd deb-src http://www.hjp.at/apt/debian/ etch qpsmtpd
deb http://www.hjp.at/apt/debian/ lenny qpsmtpd deb-src http://www.hjp.at/apt/debian/ lenny qpsmtpd
- The RPM already contains this plugin.