Philipp Wagner <[EMAIL PROTECTED]> wrote on 08.09.2005 12:14:35:

> Apart from the fact that "number.fax" doesn't look like a valid domain,
> you can try setting up one catch-all account for your domain and specify
> a program delivery line there, so all mails to that domain should be

Well, the reason I got the idea is that there's a script for qmail included with Hylafax that I interpreted would expect that kind of input. But then again, I really don't know my regexp's. :) This is what the script looks like:

TMPVAR=${SENDER//\`/}
TMPVAR=${TMPVAR//\$\(/}
SENDER=${TMPVAR//\)/}

/local/fax/bin/faxmail | /local/fax/bin/sendfax \
        -f "$SENDER" \
        -d "[EMAIL PROTECTED]/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`"

I did try to enable a catchall account for the "fax" domain, but now I'm confused regarding which format to use. :)

Harald

Reply via email to