Hi List

I have been trying to get my OpenSuSE 10.2 Retail Client to accept remote logs from mail server.

I have configured the mail servers and amended the iptables rules to suit.
I run netstat -a | egrep syslog and I get the following below on the mail server ::

[EMAIL PROTECTED] logalizer]# netstat -a | egrep syslog
udp 0 0 *:syslog I have looked at /etc/sysconfig/syslog and I cant get this to work with
SYSLOGD_PARAMS="-r -s mydomain.com"

No go with /etc/syslog-ng/syslog-ng.conf  either.

      #
      # include internal syslog-ng messages
      # note: the internal() soure is required!
      #
      internal();

      #
      # the following line will be replaced by the
      # socket list generated by SuSEconfig using
      # variables from /etc/sysconfig/syslog:
      #
      unix-dgram("/dev/log");

      #
      # uncomment to process log messages from network:
      #
      #udp(ip("0.0.0.0") port(514));
      udp(ip("192.168.0.**") port(514));
};

Any ideas

Cheers

--
Chuck Amadi
ROK Corporation Limited
Ty ROK,
Dyffryn Business Park,
Llantwit Major Road,
Llandow,
Vale Of Glamorgan.
CF71 7PY

Tel: 01446 795 839
Fax: 01446 794 994
International Tel:   +44 1446 795 839

email: [EMAIL PROTECTED]

This email is confidential to the addressee only. If you do not believe
that you are the intended recipient, do not pass it on or copy it in any
way. Please delete it immediately.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to