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] Max Faxing
Paul
I hope the following info is helpfull to you.
Adam Ashenfelter
On Fri May 2 2003 10:19 am, Paul Kraus wrote:
> I have a Hylafax server setup that until today has been receive only. It
> has four modems.
> I need to be able to send a ps script file to about 1000 people over the
> weekend.
> I am going to write a perl script that sends the correct sendfax -d
> number file.ps command in a loop for all of the numbers I am faxing to.
>
> How can I disable the cover sheet.
use the -n sendfax parameter
> How can I tell it to only use 2 of the four modems.
edit /var/spool/hylafax/etc/config
ad/edit the line to the following
ModemGroup: any:ttyC[4-5]
Replace the tty part to match the names of your outgoing modems
The above limits outgoing to devices ttyC4 and ttyC5. Read man
hylafax-config for more info on the ModemGroup parameter
> How can make sure that none of the queued jobs time out.
us the -k sendfax parameter (I've never used this option try 'man
sendfax' for a description on how to use it) You could also put a sleep in
your perl script to queue the faxes at a slower rate so they are less likly
to sit in the fax queue for a long time and time out.
>
> Any help would be greatly appreciated as I have to send this fax today.
>
> Paul Kraus
>
>
> ____________________ HylaFAX(tm) Users Mailing List _______________________
> To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
> *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*