HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] How can I recive fax by email?
On 12/23/05, Holger Bruenjes <holgerbruenjes@xxxxxxx
> wrote:
Hi
Am 2005-12-21 11:25, schrieb Ali Hamed:
> Hi;
> I creat new file "FaxDispatch" file under /var/spool/hylafax/etc
> because i found this line in /var/spool/hylafax/bin/faxrcvd
> ------------------------------------------------------------------
> if [ -f etc/FaxDispatch ]; then
> . etc/FaxDispatch # NB: FaxDispatch sets SENDTO
> -------------------------------------------------------------------
> file "FaxDispatch" like it
> --------------------------------------------------------------------
> SENDTO=FaxMaster;
> SENDTO=
faxagent@xxxxxxxxxxxxxxxxxxxxxx;
> SENDTO=
in.out@xxxxxxxxxxxxxx;
> FILETYPE=tif; # in PDF format
> ----------------------------------------------------------------------
FaxMaster is an Alias, have a look in /etc/aliases where the mail going
Then you must create a mail alias in your mail-server configuration
Have a look to the Doku of them
SENDTO=to the mail alias and then he will send it to all
Well, doing it like that, it will never reach FaxMaster. Only
in.out@xxxxxxxxxxxxxx. He's redefining the variable each time instead of appending. Regardless, it should reach that last email address. I'm willing to bet on a broken sendmail command. Many MTA's come with a "sendmail" command even though they aren't sendmail. Not all are fully compatable with the original sendmail.
I would echo the final sendmail command it's using and try it manually. Also, try a local system user to make sure there's no routing issues (i.e. getting marked as spam by the destination and being dropped silently).