mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-28 20:56:03 +00:00
maillog: Support logging to stdout and stderr
This patch adds support for writing maillog to stdout and stderr, which can be desirable in certain environments. Thanks to Denys Vitali <denys@denv.it> who sent an alternative patch for this functionality.
This commit is contained in:
@@ -101,7 +101,8 @@ C<user>. Default: C<.>.
|
||||
=item B<mail_log_path> (string):
|
||||
|
||||
Path where to write the mail log to. If C<< <syslog> >>, log using the
|
||||
syslog (at C<MAIL|INFO> priority). Default: C<< <syslog> >>.
|
||||
syslog (at C<MAIL|INFO> priority). If C<< <stdout> >>, log to stdout; if
|
||||
C<< <stderr> >>, log to stderr. Default: C<< <syslog> >>.
|
||||
|
||||
=item B<dovecot_auth> (bool):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user