I swear Thunderbird is sending to the MTA when it should be saving on
the IMAP server. Ignore this one for the next one. IT is complete. This
one is not.
On 4/8/2021 12:13 PM, Dan Egli wrote:
On 4/8/2021 9:59 AM, Dr Rainer Woitok wrote:
Dan,
On Wednesday, 2021-04-07 12:05:10 -0600, you wrote:
I had posted the whole file. But I can do it again easy enough.
...
filter samba { program("samba"); };
filter ssh_messages { facility("AUTH") and level("INFO"); };
filter syslog { not filter("ssh_messages") and not filter("samba"); };
Omit the double quotes in this last line. You're needing the NAMES of
the filters here.
I'm afraid that didn't work either. I did as you said, and changed
the syslog filter line to read: filter syslog { not filter(sshd) and
not filter (samba); }; which would match the previous lines (see URL
below). I still see sshd messages in /var/log/messages when I ssh into
the machine.