#----------------------------------------------------------------------------
# Optional package: FAX2MAIL                                         v3.1
#----------------------------------------------------------------------------
# this file is part of the opt_FAX2MAIL package for fli4l
## Creation:     11.01.2008  Christoph Fritsch <fli4l@dechristo.net>
## Last Update:  11.02.2010  Christoph Fritsch <fli4l@dechristo.net>
##-----------------------------------------------------------------------------

OPT_FAX2MAIL='no'                       # Paket aktivieren?

FAX2MAIL_FROM='faxdaemon@domain.com'    # Absender-Adresse fuer Mailversand
FAX2MAIL_REPLY_TO='admin@domain.com'    # Antwort-Adresse (z.B. Sysadmin, falls mal was schief gehen sollte)
FAX2MAIL_LOGFILE='syslog'               # Logging ueber syslog. Alternativ in Datei
                                        # durch Angabe eines absoluten Pfades und Dateinamens.
                                        # Bsp: /var/log/FAX2MAIL.log
FAX2MAIL_SMTP_CLIENT='msmtp'

FAX2MAIL_DELFAX='no'                    # yes/no: Delete fax after mailing. Be 
                                        # careful and read documentation first!

FAX2MAIL_N='7'                          # How many recipients? 

FAX2MAIL_1_NOTIFYONLY='no'              # yes/no: yes to send only notification email
                                        # no if you want to send notification email with fax attachment
FAX2MAIL_1_GZIP='no'                    # yes/no: yes to send attachment zipped 
FAX2MAIL_1_TO='mail@test.com'           # OPT_FAX2MAIL recipient 
FAX2MAIL_1_FORMAT='pdf'                 # Attachment format of of email: sff, pdf, jpg, png or tif

FAX2MAIL_2_NOTIFYONLY='no'              # yes/no: yes to send only notification email
                                        # no if you want to send notification email with fax attachment
FAX2MAIL_2_GZIP='yes'                   # yes/no: yes to send attachment zipped 
FAX2MAIL_2_TO='mail@test.com'           # OPT_FAX2MAIL recipient 
FAX2MAIL_2_FORMAT='png'                 # Attachment format of of email: sff, pdf, jpg, png or tif

FAX2MAIL_3_NOTIFYONLY='no'              # yes/no: yes to send only notification email
                                        # no if you want to send notification email with fax attachment
FAX2MAIL_3_GZIP='no'                    # yes/no: yes to send attachment zipped 
FAX2MAIL_3_TO='mail@test.com'           # OPT_FAX2MAIL recipient 
FAX2MAIL_3_FORMAT='jpg'                 # Attachment format of of email: sff, pdf, jpg, png or tif

FAX2MAIL_4_NOTIFYONLY='no'
FAX2MAIL_4_GZIP='no'
FAX2MAIL_4_TO='mail@test.com'
FAX2MAIL_4_FORMAT='tif'

FAX2MAIL_5_NOTIFYONLY='no'
FAX2MAIL_5_GZIP='no'
FAX2MAIL_5_TO='mail@test.com'
FAX2MAIL_5_FORMAT='sff'

FAX2MAIL_6_NOTIFYONLY='no'
FAX2MAIL_6_GZIP='no'
FAX2MAIL_6_TO='mail@test.com'
FAX2MAIL_6_FORMAT='ps'

FAX2MAIL_7_NOTIFYONLY='yes'
FAX2MAIL_7_GZIP='no'
FAX2MAIL_7_TO='mail@test.com'
FAX2MAIL_7_FORMAT='tif'

