Changeset 1231
- Timestamp:
- 12/01/03 14:15:38 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r1230 r1231 211 211 # If the value is not set, then the default BOTH applies. 212 212 # 213 # For mailto: external(/usr/bin/mycommand >/dev/null) 213 # Format of the external syntax : 214 # 215 # mailto: external(/usr/bin/mycommand >/dev/null) 214 216 # 215 217 # You can use : … … 226 228 # 227 229 # 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) 228 234 # 229 235 # NB : Don't forget to redirect your command's standard output somewhere