Re: Logging silence

2021-11-28 Thread Simon Wilson
- Message from John Stoffel -    Date: Sun, 28 Nov 2021 22:58:01 -0500    From: John Stoffel Subject: Re: Logging silence      To: si...@simonandkate.net      Cc: John Stoffel , postfix-users@postfix.org "Simon" == Simon Wilson writes: Simon> - Message from John Stoffel

Re: Spawn milter access to Verified Sender database

2021-11-28 Thread Phil Stracchino
On 11/28/21 22:04, raf wrote: One last bit of advice, add "use strict;" and "use warnings;" to the script and add "my" before the first use of each variable. You know you want to. :-) Better yet, separately declare your variables in their proper scope before you use them. -- Phil

Re: Logging silence

2021-11-28 Thread John Stoffel
> "Simon" == Simon Wilson writes: Simon> - Message from John Stoffel - Simon>Date: Sun, 28 Nov 2021 21:37:12 -0500 Simon>From: John Stoffel Simon> Subject: Re: Logging silence Simon> To: si...@simonandkate.net Simon> Cc: postfix-users@postfix.org Simon>

Re: Logging silence

2021-11-28 Thread Simon Wilson
- Message from John Stoffel -    Date: Sun, 28 Nov 2021 21:37:12 -0500    From: John Stoffel Subject: Re: Logging silence      To: si...@simonandkate.net      Cc: postfix-users@postfix.org "Simon" == Simon Wilson writes: Simon> I feel like I'm missing something really obvious

Re: Spawn milter access to Verified Sender database

2021-11-28 Thread raf
On Mon, Nov 29, 2021 at 12:20:15AM +, M Champion wrote: > Hi raf, > > Replies in-line ; > > > > > Dear Postfix users, > > > > > > I'm really grateful to Wietse who thankfully raised concerns regarding > > > Perl > > > querying the verified senders database using postmap via the shell

Re: Logging silence

2021-11-28 Thread John Stoffel
> "Simon" == Simon Wilson writes: Simon> I feel like I'm missing something really obvious here... :( Simon> Multiple RedHat8 servers, Postfix configured on all of them for Simon> internal network mail server (primarily server log updates, Simon> etc. to admin). Have you restarted syslog (or

Logging silence

2021-11-28 Thread Simon Wilson
I feel like I'm missing something really obvious here... :( Multiple RedHat8 servers, Postfix configured on all of them for internal network mail server (primarily server log updates, etc. to admin). On all of them bar one, I get relevant logging in /var/log/maillog. On the one - maillog

Re: Spawn milter access to Verified Sender database

2021-11-28 Thread M Champion
Hi raf, Replies in-line ; Dear Postfix users, I'm really grateful to Wietse who thankfully raised concerns regarding Perl querying the verified senders database using postmap via the shell as there was a real chance the sender (easily faked) could carry out evil. My use of 'backticks' was a

Re: Spawn milter access to Verified Sender database

2021-11-28 Thread raf
On Sun, Nov 28, 2021 at 11:11:55PM +, M Champion wrote: > Dear Postfix users, > > I'm really grateful to Wietse who thankfully raised concerns regarding Perl > querying the verified senders database using postmap via the shell as there > was a real chance the sender (easily faked) could

Re: Spawn milter access to Verified Sender database

2021-11-28 Thread M Champion
Dear Postfix users, I'm really grateful to Wietse who thankfully raised concerns regarding Perl querying the verified senders database using postmap via the shell as there was a real chance the sender (easily faked) could carry out evil. My use of 'backticks' was a very bad idea as it turns