##-----------------------------------------------------------------------------
## Optional package: FAXMAIL 1.4 - fli4l configuration parameters      V1.4
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##
## Creation:     25.06.2002  mas
## Last Update:  18.07.2002  mas
##
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

##-----------------------------------------------------------------------------
## GENERAL SETTINGS
##-----------------------------------------------------------------------------
OPT_FAXMAIL='yes'                    		# install faxmail.sh yes or no
FAXMAIL_DIAL_OUT='no'				# auto conect to send mail !! see doc !!
FAXMAIL_DSL_OPT='no'				# Conect via dsl to the internet yes/no
FAXMAIL_SEND_GZIP='yes'				# Mail fax as GZip file :yes or no
# FAXMAIL_MULTI_PAGES='no'			# Concat all faxpages to one faxpage/file:yes or no
FAXMAIL_LOG='yes'				# Write log for outgoing mail. /var/log/faxmail.log
FAXMAIL_RAMSIZE='4096'				# 4 MB RAMDisk if FAXMAIL_TEMP_PATH=''
						# READ DOCUMENTATION FOR BOTH VARIABLES
##-----------------------------------------------------------------------------
## OPTIONS FOR FAXMAIL
##-----------------------------------------------------------------------------
FAXMAIL_IP='no'                        		# auto-mail ip (in IP-UP): yes or no
FAXMAIL_IP_SUBJECT='neue ip'            	# subject of email, if empty, only send ip
FAXMAIL_IP_TEXT='hier bin ich'	        	# text of email, if empty, only send ip
FAXMAIL_CALL='no'                       	# mail incomming calls: yes or no
FAXMAIL_CALL_SUBJECT='eingehender Ruf'		# subject of email, if empty, only send calls
FAXMAIL_CALL_TEXT='Das Telefon klingelt'	# text of email, if empty, only send calls
FAXMAIL_CALL_PHONEBOOK='no'	               	# use /etc/phonebook: yes or no
FAXMAIL_SYSLOG='no'				# mail syslog: yes or no
FAXMAIL_SYSLOGD_PATH='/var/log/messages'	# destination of syslog file => define in base.txt
FAXMAIL_SYSLOG_CYCLE_TIME='86400'		# if empty default of 24 hours will be used
						# you have to set it in seconds (24h=86400sec.)
						# after X sec. log files will be deleted to free up space
##-----------------------------------------------------------------------------
## FOR USE WITH OPT_FAXRCV
##-----------------------------------------------------------------------------
FAXMAIL_FAXRCV='no'				# use faxmail with opt_faxrcv
FAXMAIL_FAXRCV_N='2'				# number of msn use in faxrcv. see config of faxrcv
FAXMAIL_RCV_MAIL_1='user1@none.com'		# target e-mail adresse for msn 1
FAXMAIL_RCV_MAIL_2='user2@none.com'		# target e-mail adresse for msn 2
##-----------------------------------------------------------------------------
## USER CONFIG
##-----------------------------------------------------------------------------
FAXMAIL_USER='USER'           		        # pop and smtp user-name
FAXMAIL_WAIT_SERVER_RESP='1'                    # epmty means SMTP server responses trown
                                                # away, n = wait time for responses
FAXMAIL_PASSWORD='PASSWORD'			# password (if you have) for pop and smtp
FAXMAIL_POPCHECK='no'                           # check pop before smtp (used for some free-mail-services)
FAXMAIL_POP='pop.meiner.com'                    # pop-server
FAXMAIL_PPORT='110'                             # pop-port (normaly 110)
FAXMAIL_SMTP='mail.meiner.com'                  # smtp-server
FAXMAIL_SPORT='25'                              # smtp-port (normaly 25)
FAXMAIL_FM='fli4l@none.com'                     # from email-adressee
FAXMAIL_TO_N='2'                                # number of to email-adresses, normaly one
FAXMAIL_TO_1='none@none.com'           		# first to email-adresse
FAXMAIL_TO_2='Karl@Depp.de'       		# second to email-adresse
