Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] Postfix and Hylafax integration
On Aug 3, 2005, at 5:01 PM, Bodo Meissner wrote:
Am 2005.08.03 02:27 schrieb(en) Hiu Yen Onn:
Seriously some people are just to lazy.
google.
returns
http://www.postfix.org/faq.html#fax
halfway down the page.
Sending mail to a FAX machine
The following information is by Joerg Henne:
Over here we are using the scheme <fax number>@fax.our.domain with
Postfix and HylaFax. Here's the setup used:
/etc/postfix/master.cf:
fax unix - n n - 1 pipe
flags= user=fax argv=/usr/bin/faxmail -d -n ${user}
/etc/postfix/transport:
fax.your.domain fax:localhost
/etc/postfix/main.cf:
transport_maps = hash:/etc/postfix/transport
fax_destination_recipient_limit = 1
The process limit of 1 in the master.cf file is necessary with fax
software that cannot handle multiple requests at the same time. It
won't hurt otherwise.
The fax_destination_recipient_limit entry (by Simon, Mr. Simix) is
necessary with fax software that can't have more than one destination
on its command line. It won't hurt otherwise.
Specify dbm instead of hash if your system uses dbm files instead of
db files. To find out what map types Postfix supports, use the
command postconf -m.
Note: be sure to not advertise fax.your.domain in the DNS :-)
____________________ 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@xxxxxxxxxxx < /
dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*
____________________ 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@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*