Displaying 1 result from an estimated 1 matches for "pgsm".
Did you mean:
gsm
2007 Jul 03
1
dovecot sieve notify mailto
.../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
PRIORI...