Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Jawor on October 17, 2006, 10:07:24 AM
-
Does any one got relayfax working with hylafax on SME 7.0 couse on Chaloner site now there is only old howto and no files to download.
Jawor
-
Does any one got relayfax working with hylafax on SME 7.0 couse on Chaloner site now there is only old howto and no files to download.
Jawor
If you read this thread: (where you actually asked the same question)
http://forums.contribs.org/index.php?topic=33057.0
Then you will find the answer......
Per
-
chaloner wrote:
I have RelayFAX working. The major issue I had in getting it to go has been resolved
so am I missing something ? Cause still I can't find scripts for relayfax
-
Why don't you look at: "ftp://chaloner.ca" ???
It worked at least last week when I downloaded all scripts..
gerd
-
I've looked many times, on ftp you can find install scripts and rpm's for hylafax not for relayfax if I am mistaken then pls provide me with file name on ftp that contains relayfax scripts
Jawor
-
I've looked many times, on ftp you can find install scripts and rpm's for hylafax not for relayfax if I am mistaken then pls provide me with file name on ftp that contains relayfax scripts
Jawor
I can mail them to you.
Per
-
If you would be so kind and mail them to jawor at interexpert.pl that would save the day for me !
Anyway BIG THX
-
hi,
I don't use hylafax but mgetty/vgetty...
I made a program : faxviamail with perl.
I think that it is very easy to adapt it for hylafax.
A person sends a mail to a dedicated user.
The mail is transformed into fax and a pdf version of the fax is returned by mail.
difference between hylafax and mgetty
mgetty : usr/bin/faxspool
hylafax : /usr/bin/sendfax
I think that it is enough to change for hylafax:
sub Envoi_Fax { } # faxspool
and
sub FaxToPdf { }
and configure faxviamail.rc for your server!
Are You interested by this program?
Anne
-
Are You interested by this program?
Anne
Hi Anne,
That sounds very interesting!
Are you going to put the script here or mail it?
Will you support us(me) to set it up?
Per
-
Hi Anne thats grate news waiting for more info
Per
I've got problem with procmailrc file:
delivery 5458: success: procmail:_Suspicious_rcfile_"/home/e-smith/files/users/relayfax/.procmailrc"/procmail:_Couldn't_read_"/home/e-smith/files/users/relayfax/.procmailrc"/did_0+0+1/
and mail does not get delivered to hylafax
Any Ideas?
Jarek
-
I don't use procmail... I don't know for your problem...
I use qmail
my program :
3w . linux-nuts . dyndns.org / faxviamail / faxviamail.tgz
you add an user.
This user receive mails for fax.
For example, your user is 'usermailfax'.
You copy :
bin /, faxviamail.rc, .qmail in /home/esmith/files/users/usermailfax
You modify :
1)
faxviamail.rc for hylafax :
=FaxSpool= /usr/bin/faxspool
=Serveur= you_server
2)
bin/faxviamail.pl :
change for hylafax
sub Envoi_Fax { } # faxspool for mgetty, sendfax for hylafax
and
sub FaxToPdf { }
and
# Extention possible des pièces jointes
my @suffixlist = (".g3",".ps",".dvi",".pbm",".pgm",".ppm",".txt",".asc",".lj",".pcl",".xwd",".gif",".tif","pdf");
To test :
---------
send a mail : usermailfax@your_server
in body mail : (mandatory)
Fax-No: 555-12123456
Fax-To: tutu
Fax-From: Mme titi
Fax-User: test2
Fax-Pass: test
you can to add
the text in body mail
or
1 or many attached file
or
the both
format attached for mgetty : (to change this list for hylafax) files : ".g3",".ps",".dvi",".pbm",".pgm",".ppm",".txt",".asc",".lj",".pcl",".xwd",".gif",".tif" and "pdf"
user test3 in english, test1 and test2 in french.
I include gettext for multi language.
anne
-
If I have provided RelayFAX to someone here it was not to be passed around freely.
I provide HylaFAX under GPL for everyone and have done so since version 4.
Chaloner Hale
-
hi Chaloner,
Did you test my program?
I think that it is easy to modify for hylafax
Just to know perl!
anne
-
If I have provided RelayFAX to someone here it was not to be passed around freely.
I provide HylaFAX under GPL for everyone and have done so since version 4.
Chaloner Hale
Sorry - what was that. I`m not quite sure I understand your comments.
Not to be passed around freely?
-
If I have provided RelayFAX to someone here it was not to be passed around freely.
I provide HylaFAX under GPL for everyone and have done so since version 4.
Chaloner Hale
Sorry - what was that. I`m not quite sure I understand your comments.
Not to be passed around freely?
And who has the rights to them? There is nothing stated in the scripts them selves.
And when version 6 came they didn't work properly, i fixed that and send that to you Chal instantly, without you even had to ask...
Per
-
No matter how much the script has been altered - They where written originally by Lee Howard - one of the main Hylafax contributors.
-
No matter how much the script has been altered - They where written originally by Lee Howard - one of the main Hylafax contributors.
OK, but are there any licence issues in using and distributing them?
Per
-
No - none.
The original scripts came from here http://www.hylafax.org/howto/clients/RelayFax.html
-
Hi All,
Am I missing something here, I thought that RelayFax was a paid for program or is it possible to use it without paying? :?
http://www.altn.com/products/pricing.asp?product_id=RelayFax
Regards,
Del
-
Hi All,
Am I missing something here, I thought that RelayFax was a paid for program or is it possible to use it without paying? :?
http://www.altn.com/products/pricing.asp?product_id=RelayFax
Regards,
Del
Server yes.
Client maybe not.
http://www.altn.com/download/default.asp/mode/1/Step/3/sProduct/RelayFax/sLang/English/sFile/%2FRelease%2Frfcl671_en%2Eexe
-
Hi william_syd,
Thanks for pointing out the client software, I have never found this, I can now try hylafax again. :oops:
Regards,
Del
-
Hi All,
ecureuil wrote:
I made a program : faxviamail with perl.
Before I go a head and install hylafax :hammer: as anyone tried this out?
Regards,
Del
-
Hi william_syd,
Thanks for pointing out the client software, I have never found this, I can now try hylafax again. :oops:
Regards,
Del
Just to be clear on this.
You can use the freely available relayfax client to submit faxes to hylafax. This is done by passing the submission thru a procmail script that was written by one of the Hylafax guys.
The current script on the Hylafax site will not work with the current version of SME. You will need to find a modified version.
-
Hi All,
Am I missing something here, I thought that RelayFax was a paid for program or is it possible to use it without paying? :?
http://www.altn.com/products/pricing.asp?product_id=RelayFax
Regards,
Del
The relayfax client is a proprietory program that sends a fax as a specially-formatted e-mail to an SMTP server. The terms of use of that program is a matter for the owners of that program to decide. In the past, I have personally asked them whether the client is free to use, and they stated that they are happy for it to be used for free.
What happens to that e-mail after it is sent to the server, has nothing to do with the relayfax client. There is a commercial relayfax server that can be purchased to handle it, but in this case, since the fax is a simple text e-mail with an attachment, it is simple enough for hylafax to pick it up (with the help of a small script) and turn the attachment and data into a multipage fax and optional cover sheet.
Hope that makes it clearer!
-- JJ