Decrease logging level / disable logging for certain remote clients

2020-08-28 Thread casdevs
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

Re: "max_use=1" does not work at a situation

2020-08-28 Thread Wietse Venema
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

Re: Decrease logging level / disable logging for certain remote clients

2020-08-28 Thread Wietse Venema
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

resolve virtual aliases from cmdline

2020-08-28 Thread 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. # sendmail -bv x...@example.com x...@e

Re: resolve virtual aliases from cmdline

2020-08-28 Thread Wietse Venema
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.

Re: resolve virtual aliases from cmdline

2020-08-28 Thread Wietse Venema
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.