Section 6 : Faxmail ~ The Email to Fax Gateway

Q601: Exim configuration for Faxmail


? Got something to say about this answer? Hit the question mark to invoke the mailer and send your comments to the HylaFAQ maintainers.

Q.
Exim configuration for Faxmail

A.
Date: 08 February 2000 15:19
From: Joao Alves <cpd@cosco.com.br>
Subject: Hylafax and exim - contribution

These configurations enable exim and hylafax (www.hylafax.org) work together, i mean sending fax by email (user@123456.fax).

Obs: There is a problem faxmail does not support email in html format. If someone solved this problem, pls tell me.

a cortesy
Joao Alves/ Cosco Brazil

-------------------------------------------


exim.conf


######################################################################
#                      TRANSPORTS CONFIGURATION                      #
######################################################################
#                       ORDER DOES NOT MATTER                        #
#     Only one appropriate transport is called for each delivery.    #
######################################################################

# A transport is used only when referenced from a director or a router that
# successfully handles an address.

# Estas configuracoes sao para habilitar a envio de fax por email
fax:
  driver = pipe
  user = cpd
  command ="/usr/bin/faxmail -d ${local_part}@${extract{1}{.}{$domain}}"
  home_directory = /usr/bin

######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#  A remote address is passed to each in turn until it is accepted.  #
######################################################################

# Estas configuracoes sao para habilitar o envia de fax por email
fax:
   driver = domainlist
   transport = fax
   route_list ="*.fax"

# End of Exim configuration file


 Back to FAQ Index FAQ Index  Next question in List Q701 How do I print a watermark on my faxes?
faq@hylafax.org. Last updated $Date: 2000/04/13 01:29:10 $.