Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. Re: motion detection (Colin Law) 2. Re: motion detection (somebody) ---------------------------------------------------------------------- Message: 1 Date: Sat, 29 Sep 2018 20:44:29 +0100 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] motion detection Message-ID: <CAL=0gltwhf8hasvrwaug_elyzf9r664sxeyfj-xkrrpn-zv...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" On Sat, 29 Sep 2018 at 20:35, somebody <for...@n0sq.tech> wrote: > I got e-mail to go but it's sending about 50 messages every time someone > walks into the room. So many messages that the e-mail service blocked me. > I'm trying figure out how to stop this but I don't want to experiment and > get kicked off of my mail service. Can anyone help on this? > Start with a simple script that just logs to a file or something. Once that is working as you want then change the script to one that sends the email. Colin > > On 09/29/2018 11:37 AM, prismb...@gmail.com wrote: > > Then use ssmtp with a txt file. > > On Sat, Sep 29, 2018 at 10:30 AM somebody <for...@n0sq.tech> > <for...@n0sq.tech> wrote: > >> I don't want to do that. I just want to be notified of motion in the room. >> >> On 09/29/2018 11:25 AM, prismb...@gmail.com wrote: >> >> >> mpack -s "Your Security Camera has detected Motion!" -n u...@gmail.com >> An input file must be specified >> >> You do not have an image file (jpg) in your command line. >> >> On Sat, Sep 29, 2018 at 10:20 AM somebody <for...@n0sq.tech> >> <for...@n0sq.tech> wrote: >> >>> From experimenting on the CLI, I got this when using mpack: >>> >>> user@server1:~$ mpack -s "Your Security Camera has detected Motion!" >>> u...@gmail.com >>> Either an address or one of the -o or -n switches is required >>> mpack version 1.6 >>> >>> user@server1:~$ mpack -s "Your Security Camera has detected Motion!" -n >>> u...@gmail.com >>> An input file must be specified >>> >>> When using mail or mailx, I get a Cc: prompt. Searching the web, either >>> no one mentions that Cc: will display or no one mentions how to get out of >>> the Cc: so that the message will be sent. >>> >>> user@server1:~$ mail -s "test" u...@gmail.com >>> Cc: >>> >>> On 09/29/2018 10:02 AM, somebody wrote: >>> >>> There wasn't an "on_picture_save" option in >>> /usr/local/etc/motion/motion.conf. I added it and pointed it to my gmail >>> account but I never got an e-mail when someone was in in the rooms. Yes, I >>> restarted motion and even rebooted the computer to be sure. Also, I tried >>> using "on_event_start" as shown at >>> https://htmlpreview.github.io/?https://raw.githubusercontent.com/Motion-Project/motion/master/motion_config.html#on_motion_detected >>> >>> string used in motion.conf: on_motion_detected mpack -s "Your Security >>> Camera has detected Motion!" %f u...@gmail.com >>> >>> On 09/27/2018 06:34 PM, prismb...@gmail.com wrote: >>> >>> You can use mpack. Example: >>> on_picture_save /usr/bin/mpack -s %f %f 4443335...@mms.att.net >>> >>> >>> >>> On Thu, Sep 27, 2018 at 5:20 PM <for...@n0sq.tech> <for...@n0sq.tech> >>> wrote: >>> >>>> Is there a script or app that can be used to give motion alerts on a >>>> smartphone? Android? >>>> >>>> >>>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Motion-user mailing >>> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://motion-project.github.io/ >>> >>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >>> >>> >>> _______________________________________________ >>> Motion-user mailing list >>> Motion-user@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/motion-user >>> https://motion-project.github.io/ >>> >>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> >> >> >> >> _______________________________________________ >> Motion-user mailing >> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > > > > _______________________________________________ > Motion-user mailing > listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Sat, 29 Sep 2018 14:12:11 -0600 From: somebody <for...@n0sq.tech> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] motion detection Message-ID: <e1d05fdd-6f8b-4ef8-0e79-733f2ca73...@n0sq.tech> Content-Type: text/plain; charset="utf-8" Won't that just do the same thing? Send multiple e-mails? It would have been great if someone mentioned that in these "wikis" and "howtos" that I modeled my config file after that so many e-mails would have been sent or mentioned how to prevent it from happening! Anyway, I deleted the e-mail queue from my Postfix server that had about 2000 pending e-mails! No wonder my external e-mail service blocked me. Now I'll be branded as a spammer even though the e-mails went to only my account. On 09/29/2018 01:44 PM, Colin Law wrote: > On Sat, 29 Sep 2018 at 20:35, somebody <for...@n0sq.tech> wrote: > > I got e-mail to go but it's sending about 50 messages every time > someone walks into the room. So many messages that the e-mail > service blocked me. I'm trying figure out how to stop this but I > don't want to experiment and get kicked off of my mail service. > Can anyone help on this? > > Start with a simple script that just logs to a file or something.? > Once that is working as you want then change the script to one that > sends the email. > > Colin > ? > > > On 09/29/2018 11:37 AM, prismb...@gmail.com > <mailto:prismb...@gmail.com> wrote: >> Then use ssmtp with a txt file. >> >> On Sat, Sep 29, 2018 at 10:30 AM somebody <for...@n0sq.tech> >> <mailto:for...@n0sq.tech> wrote: >> >> I don't want to do that. I just want to be notified of motion >> in the room. >> >> >> On 09/29/2018 11:25 AM, prismb...@gmail.com >> <mailto:prismb...@gmail.com> wrote: >>> >>> mpack -s "Your Security Camera has detected Motion!" -n >>> u...@gmail.com <mailto:u...@gmail.com> >>> An input file must be specified >>> >>> You do not have an image file (jpg) in your command line. >>> >>> On Sat, Sep 29, 2018 at 10:20 AM somebody <for...@n0sq.tech> >>> <mailto:for...@n0sq.tech> wrote: >>> >>> From experimenting on the CLI, I got this when using mpack: >>> >>> user@server1:~$ mpack -s "Your Security Camera has >>> detected Motion!" u...@gmail.com <mailto:u...@gmail.com> >>> Either an address or one of the -o or -n switches is >>> required >>> mpack version 1.6 >>> >>> user@server1:~$ mpack -s "Your Security Camera has >>> detected Motion!" -n u...@gmail.com <mailto:u...@gmail.com> >>> An input file must be specified >>> >>> When using mail or mailx, I get a Cc: prompt. Searching >>> the web, either no one mentions that Cc: will display or >>> no one mentions how to get out of the Cc: so that the >>> message will be sent. >>> >>> user@server1:~$ mail -s "test" u...@gmail.com >>> <mailto:u...@gmail.com> >>> Cc: >>> >>> >>> On 09/29/2018 10:02 AM, somebody wrote: >>>> >>>> There wasn't an "on_picture_save" option in >>>> /usr/local/etc/motion/motion.conf. I added it and >>>> pointed it to my gmail account but I never got an >>>> e-mail when someone was in in the rooms. Yes, I >>>> restarted motion and even rebooted the computer to be >>>> sure. Also, I tried using "on_event_start" as shown at >>>> >>>> https://htmlpreview.github.io/?https://raw.githubusercontent.com/Motion-Project/motion/master/motion_config.html#on_motion_detected >>>> >>>> string used in motion.conf: on_motion_detected mpack -s >>>> "Your Security Camera has detected Motion!" %f >>>> u...@gmail.com <mailto:u...@gmail.com> >>>> >>>> >>>> On 09/27/2018 06:34 PM, prismb...@gmail.com >>>> <mailto:prismb...@gmail.com> wrote: >>>>> You can use mpack. Example: >>>>> on_picture_save /usr/bin/mpack -s %f %f >>>>> 4443335...@mms.att.net <mailto:4443335...@mms.att.net> >>>>> >>>>> >>>>> >>>>> On Thu, Sep 27, 2018 at 5:20 PM? <for...@n0sq.tech> >>>>> <mailto:for...@n0sq.tech> wrote: >>>>> >>>>> Is there a script or app that can be used to give >>>>> motion alerts on a >>>>> smartphone? Android? >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Motion-user mailing list >>>> Motion-user@lists.sourceforge.net >>>> <mailto:Motion-user@lists.sourceforge.net> >>>> https://lists.sourceforge.net/lists/listinfo/motion-user >>>> https://motion-project.github.io/ >>>> >>>> Unsubscribe: >>>> https://lists.sourceforge.net/lists/options/motion-user >>> >>> _______________________________________________ >>> Motion-user mailing list >>> Motion-user@lists.sourceforge.net >>> <mailto:Motion-user@lists.sourceforge.net> >>> https://lists.sourceforge.net/lists/listinfo/motion-user >>> https://motion-project.github.io/ >>> >>> Unsubscribe: >>> https://lists.sourceforge.net/lists/options/motion-user >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Motion-user mailing list >>> Motion-user@lists.sourceforge.net >>> <mailto:Motion-user@lists.sourceforge.net> >>> https://lists.sourceforge.net/lists/listinfo/motion-user >>> https://motion-project.github.io/ >>> >>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> <mailto:Motion-user@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: >> https://lists.sourceforge.net/lists/options/motion-user >> >> >> >> >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> <mailto:Motion-user@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > <mailto:Motion-user@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 147, Issue 31 ********************************************