Your message dated Sun, 12 Jan 2020 01:40:05 -0500
with message-id <10910522.aScjLHjWmT@l5580>
and subject line Re: Bug#948692: "postconf -d maillog_file" doesn't show actual
value
has caused the Debian Bug report #948692,
regarding "postconf -d maillog_file" doesn't show actual value
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
948692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 3.4.7
Value in my main.cf:
maillog_file = /var/log/postfix.log
Result of "postconf -d | grep log_file":
maillog_file =
maillog_file_compressor = gzip
maillog_file_prefixes = /var, /dev/stdout
maillog_file_rotate_suffix = %Y%M%d-%H%M%S
Content in master.cf
postlog unix-dgram n - n - 1 postlogd
I did restart the Postfile service and I can confirm logning to the file is
active and working (it was not before I activated it in the mail.cf file)
--- End Message ---
--- Begin Message ---
On Saturday, January 11, 2020 6:48:58 PM EST Brian Wengel wrote:
> Package: postfix
>
> Version: 3.4.7
>
>
> Value in my main.cf:
>
> maillog_file = /var/log/postfix.log
>
>
> Result of "postconf -d | grep log_file":
>
> maillog_file =
> maillog_file_compressor = gzip
> maillog_file_prefixes = /var, /dev/stdout
> maillog_file_rotate_suffix = %Y%M%d-%H%M%S
>
> Content in master.cf
>
> postlog unix-dgram n - n - 1 postlogd
>
>
> I did restart the Postfile service and I can confirm logning to the file is
> active and working (it was not before I activated it in the mail.cf file)
See man postconf:
> -d Print main.cf default parameter settings instead of actual
> settings. Specify -df to fold long lines for human readability
> (Postfix 2.9 and later).
Given postconf -d, you got the default, not the current value.
Scott K
signature.asc
Description: This is a digitally signed message part.
--- End Message ---