1 2 3 4 5 6 7 |
include MCollective::RPC exim = MCollective::RPC::Client.new("exim", "etc/client.cfg") printrpc exim.mailq |
1 2 3 4 5 6 7 |
include MCollective::RPC exim = MCollective::RPC::Client.new("exim", "etc/client.cfg") printrpc exim.mailq |