Displaying 3 results from an estimated 3 matches for "gtmtnqyelhlumyds".
2017 Jul 03
2
Help with Elite 800VA usb UPS
...; in
"ONBATT")
echo "On batt" | mailx -v -r "adelutti at gmail.com" -s "TEST NUT
object" -S smtp="smtp.gmail.com:587" -S smtp-use-starttls -S
smtp-auth=login -S smtp-auth-user="adelutti at gmail.com" -S
smtp-auth-password="gtmtnqyelhlumyds" -S ssl-verify=ignore
adelutti+server at gmail.com
;;
"ONLINE")
echo "On power" | mailx -v -r "adelutti at gmail.com" -s "TEST NUT
object" -S smtp="smtp.gmail.com:587" -S smtp-use-starttls -S
smtp-auth=login -S smtp-auth-use...
2017 Jun 29
2
Help with Elite 800VA usb UPS
On Jun 29, 2017, at 6:52 AM, Andrea de Lutti wrote:
>>> Anyway I still not receive any email on any test (power cord disconnected and/or reconnected for example)
>>
>> Oh, I misinterpreted "working script" as a script that was sending email, rather than work-in-progress. Does that same command work from the command line? Can you add something like "logger"
2017 Jul 03
0
Help with Elite 800VA usb UPS
...quot;ONBATT")
> ??? ??? echo "On batt" | mailx -v -r "adelutti at gmail.com" -s "TEST NUT object" -S smtp="smtp.gmail.com:587" -S smtp-use-starttls -S smtp-auth=login -S
> smtp-auth-user="adelutti at gmail.com" -S smtp-auth-password="gtmtnqyelhlumyds" -S ssl-verify=ignore adelutti+server at gmail.com
> ??? ??? ;;
.......
> ??? *)
> ??? ??? logger -t upssched-cmd "Unrecognized command: $1"
> ??? ??? ;;
> ??? esac
>
> while upssched.conf is
>
> Running upson in debug mode I can see the change of the sta...