Show
Ignore:
Timestamp:
12/01/03 14:15:38 (20 years ago)
Author:
jalet
Message:

Added simple WinPopup? example.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1230 r1231  
    211211# If the value is not set, then the default BOTH applies. 
    212212# 
    213 #   For mailto: external(/usr/bin/mycommand >/dev/null) 
     213#   Format of the external syntax : 
     214# 
     215#       mailto: external(/usr/bin/mycommand >/dev/null) 
    214216# 
    215217#   You can use : 
     
    226228# 
    227229#       mailto: external(/usr/bin/callpager %(username)s "Quota problem on %(printername)s" >/dev/null) 
     230# 
     231#   To automatically send a WinPopup message : 
     232# 
     233#       mailto: external(echo "%(message)s" | /usr/bin/smbclient -M "%(username)s" 2>&1 >/dev/null) 
    228234# 
    229235#   NB : Don't forget to redirect your command's standard output somewhere