[Exim] exim and hylafax - contribution

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Joao Alves
Fecha:  
A: exim-users
Asunto: [Exim] exim and hylafax - contribution
These configurations enable exim and hylafax (www.hylafax.org) work
together, i mean sending fax by email (user@???).

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