Hi Ken, Am 9 Jun 2004 um 10:05 hat Ken D'Ambrosio geschrieben:
> Hello, all. I want to send a message to Windwos clients, a la > "smbclient -M", from my Samba 3.x box. Is this possible? I seem to > recall (and apt-get seems to agree) that smbclient has been deprecated; On a box with 2.2.8a I used 2 variants: 1. echo "message" | smbclient -M recipient_machine -U name_of_your_choice > /dev/null 2. I created a file 'msg' and sent it with cat /path/msg | smbclient -M recipient_machine -U name_of_your_choice > /dev/null didn't try it on Samba2, but I think it will work there, too. Uwe -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
