I downloaded a Mosquitto broker and was able to configure subscribe and publish using the Mosquitto client that come with it from the same host, however if I try to subscribe from another host it does not seems to work even though it shows that the client is connected. where can I get a working configuration file that I know it works so I can start twining it.
the configuration parameter:per_listener_settings false max_keepalive 65535 max_qos 2 max_queued_messages 1000 message_size_limit 0 persistent_client_expiration 14d retain_available true listener 1885 protocol mqtt log_dest stderr log_dest stdout log_dest syslog log_type error log_type warning log_type notice log_type information connection_messages true log_timestamp true log_timestamp_format %Y-%m-%dT%H:%M:%S allow_anonymous false password_file /etc/mosquitto/passwd
and on the local host even if I put a wrong password it works!
these parameters are supposed to be executed from a file in conf.d directory. the only thing that is taking effect is the port number it seems to change if I display the status of the server.