Is there any chance to have postfix decrease its logging level or disable
logging completely for certain remote clients?
As far as I understand, debug_peer_level only accepts positive values and
therefore can only be used to increase the logging level if debug_peer_list is
matched.
Our monito
kawakami:
> On 2020/08/27 20:54, Wietse Venema wrote:
> > kawakami:
> >> Hi all,
> >>
> >> Setting "max_use=1" on /etc/master.cf, but the same process ID was
> >> assigned to different connections(postfix/smtpd process) at particular
> >> situation.
> >
> > SHOW LOGS.
> >
>
> Thank you for your
casdevs:
> Previously we used syslog to filter those connections out, but now
> with containerized postfix processes directly logging to stdout,
> we would need to implement a separate filter process to do this
> filtering on stdout via some regexes.
As before, Postfix relies on external tools to
Hello,
the postfix' sendmail -bv option has different usage than sendmail's -bv:
-bvVerify names only - do not try to collect or deliver a message.
Verify mode is normally used for validating users or mailing
lists.
# sendmail -bv x...@example.com
x...@e
Matus UHLAR - fantomas:
> Hello,
>
> the postfix' sendmail -bv option has different usage than sendmail's -bv:
>
>-bvVerify names only - do not try to collect or deliver a message.
> Verify mode is normally used for validating users or mailing
> lists.
Wietse Venema:
> > The "sendmail -bv" can be used by spamass-milter to resolve destination
> > user and to use that users' spamassassin preferences:
> >
> > -x Pass the recipient address through sendmail -bv, which will
> > per?
> > form virtusertable and alias expansion.