Displaying 2 results from an estimated 2 matches for "sms1".
Did you mean:
sms
2007 Jul 03
1
dovecot sieve notify mailto
.../usr/lib/sendmail
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
}
.forward
| "/usr/lib/dovecot/deliver"
.dovecot.sieve (revelant part)
require ["fileinto","notify"];
...
...
notify :method "mailto" :options "9141141 at sms1.pgsm.hu" :id "test" :message;
if true {
keep;
}
...
I can compile with sievec, deliver also can compile to .dovecot.sievec (no
errors) i can decompile with sieved:
1935: NOTIFY METHOD({6}mailto)
ID({5}willy) OPTIONS {20}9141141 at sms1.pgsm.hu
P...
2016 Oct 06
2
NOTIFYCMD doesn't work at all... not fully
Hi there,
i have a problem with the NOTIFYCMD in the upsmon.conf file.
My line in the config looks like this:
NOTIFYCMD "/etc/nut/upsnotify.sh"
Now this ist my "/etc/nut/upsnotify.sh":
#!/bin/bash
EMAIL='mail at domain.de'
SMS1='+49123456789'
SMS2='+491987654231'
#eMail versenden
echo -e "Die USV mit dem Namen '$UPSNAME' hat seinen Status ge?ndert!\n\nAktueller Status: '$NOTIFYTYPE'\n\nam `date +%d.%m.%Y` um `date +%H:%M` Uhr" |mail -s "[USV: $UPSNAME][STATUS] $NOTIFYTYPE a...