On Thu, 16 Nov 2023 20:46:33 -0500
Todd Zullinger wrote:

> if ($hostname != $myhostname) then {

I tried this just running it through the rsyslogd syntax check (-N1 opt)
and it complained about using "myhostname" and asked if I didn't
actually mean "$myhostname" :-).

The documentation on rsyslog.com is still incredibly skimpy, but
possibly I need to use $$myhostname (at least the syntax check likes
that).

I found some obscure text about needing to use a $ in front of
system variables and since $myhostname is a system variable
I need to type it as $$myhostname in the condition (I think :-)

I don't suppose there is a totally different alternative to
rsyslog out there with sensible syntax? (Something like postfix
instead of sendmail.)

I haven't yet worked up the courage to actually try this for
real...
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to