Benachrichtigung über eingehende Faxe
From
http://www.hylafax.org/howto/delivery.html#ss4.2
Die Datei "/var/spool/hylafax/etc/FaxDispatch" regelt wie eingehende Faxe weiterverteilt werden.
SENDTO=user; # FILETYPE is not supported by versions < 4.1.1 FILETYPE=tif; # or pdf, ps # for binary Filetypes some kind of encoding is needed MIMENCODE=/usr/local/bin/hylafax_uuencode;
Wenn die Benachrichtigung in Abhängigkeit der MSN erfolgen soll, dann steht in FaxDispatch kein "SENDTO"-Eintrag. Die Zuordnung erfolgt per "/var/spool/fax/etc/users", im Format: "user -> MSN" (
http://lists.suse.com/archive/suse-isdn/2003-Jul/0148.html).
Das passende Skript zum encoden
#!/bin/bash uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null
Links
Howto@HylaFax:
http://www.hylafax.org/howto/
Clients
http://www.ifax.com/products/hylafsp/about_hylafsp.html (Windows-desktop-based)
http://www.avantfax.com/ (web-based)
