Send syslog

Hello,
I have problem to send syslog from MikroTik to local syslog server.
I followed many “how to” in internet but without success: my syslog server not recevie any message from MikroTik os.

Mikrotik, default gateway [192.168.1.1]
Syslog lnx server [192.168.1.7]

The linux syslog server accept connection on port 5544 and work fine with another devices in lan (some another linux machine sends their local syslog to server correctly).

From the Mikrotik’s telnet client I start a connection to syslog server, on port 5544 and I regulary can see the syslog server respond and accept my connection.
With this test I can say that isn’t a tcp/ip problem.

I followed also https://aacable.wordpress.com/2011/11/29/howto-save-mikrotik-logs-to-remote-syslog-server/

Someone have an idea?

Can you please copy and paste the output of

/system logging export

Of course:

[admin@DaxRouter] > system logging export   
# nov/10/2015 14:22:08 by RouterOS 6.32.3
# software id = QJRS-G9BX
#
/system logging action
set 3 bsd-syslog=yes comment=ToNagios remote=192.168.1.10 \
    remote-port=5544 src-address=192.168.1.1 syslog-facility=\
    local0
/system logging
add action=remote prefix=ROUTER topics=!async

( OMG I create for error two identical topics, can I merge it? )

( OMG I create for error two identical topics, can I merge it? )

I can’t see any duped topics? What do you mean?

Why are you using the ip 192.168.1.10?

/system logging action
set 3 bsd-syslog=yes comment=ToNagios remote=192.168.1.10 \
    remote-port=5544 src-address=192.168.1.1 syslog-facility=\
    local0

On your first post you mentioned

Syslog lnx server [192.168.1.7]

it should be 192.168.1.7…