Adding to my post im trying to make an script that send my public ip to my email address when it change.
could someone help me? El domingo, 29 de diciembre de 2013 22:01:55 UTC+1, LanonX escribió: > > Hi, please could you explain me how to install mutt in beaglebone. > > i think i did it right, but when i tried to send a an email with mutt i > have some errors. > > root@dhcppc0:~# mutt -s "Test from mutt" [email protected] < msg.txt > Error in /home/root/.muttrc, line 5: smtp_url: unknown variable > Error in /home/root/.muttrc, line 6: smtp_pass: unknown variable > SSL is unavailable. > SSL is unavailable. > SSL is unavailable. > Error in /home/root/.muttrc, line 16: certificate_file: unknown variable > source: errors in /home/root/.muttrc > Error sending message, child exited 127 (Exec error.). > Could not send the message. > root@dhcppc0:~# > > > > > El sábado, 22 de junio de 2013 03:36:56 UTC+2, Jerry Reed escribió: >> >> Yes, I highly recommend mutt. It's available in Angstrom, and I use it >> all the time in scripts to send logs, etc. from BeagleBone white/black and >> Raspberry Pi to Gmail. Has its own MTA, doesn't need SMTP server on the >> board, which is a real plus. >> >> Jerry >> >> On Tuesday, June 18, 2013 2:14:29 PM UTC-4, Angst-rom wrote: >>> >>> I have a BeagleBone Black running the default Angstrom distribution. >>> >>> I need the device to send emails periodically reporting its status from >>> inside a bash script. For example >>> >>> cat "afile" | ssmtp -s "subject" som...@dest_email.com >>> >>> >>> On the Raspberry Pi there are a few options including: >>> >>> - msmtp >>> - ssmtp >>> - exim4 >>> - postfix >>> >>> I have tried but I cannot find any of these packages available for the >>> BeagleBone Black version of Angstrom. I have tried all the opkg list | >>> grep "xxxxx" combinations and it always returns NULL. >>> >>> I have found reference to msmtp in the Angstrom Feed Browser here: >>> http://www.angstrom-distribution.org/repo/?pkgname=msmtp-dev >>> I have also found reference to a postfix package. >>> >>> However, I cannot get it through the package manager on the BeagleBone. >>> >>> Here are my questions: >>> >>> - This version of msmtp is applicable for the Ångström 2011.03 glibc >>> armv7a base feed . Is this the correct one for the BeagleBoard >>> Black? >>> - If the msmtp package is compatible with the BeagleBone Black how >>> can I point opkg to look in the right place? >>> - If I cannot get it through the opkg install msmtp functionality, >>> can I copy the .ipk file and install it manually? >>> - If I can do neither of the above, can I compile the source on the >>> BeagleBone Black and install it manually? If so, how would I go about >>> this? >>> >>> >>> I believe that the person that can answer this will solve quite a big >>> problem for many people. I have seen a number of references to other >>> people struggling with the same thing. >>> >>> Thanks for your help. >>> >> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
