##-----------------------------------------------------------------------------
## Optional package: SNDMAIL 2.0 - fli4l configuration parameters      V2.0
##
##        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:  11.02.2003  Thomas Unger <tomblom@web.de>
##
##
## 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_SNDMAIL='yes'                    		# install sndmail.sh yes or no
						# READ DOCUMENTATION FOR ALL VARIABLES
##-----------------------------------------------------------------------------
## OPTIONS FOR SNDMAIL
##-----------------------------------------------------------------------------
SNDMAIL_IP='yes'                       		# auto-mail ip (in IP-UP): yes or no
SNDMAIL_IP_SUBJECT='Verbindungsaufbau!'       	# subject of email, if empty, only send ip
SNDMAIL_IP_TEXT='IP: '                   	# text of email, if empty, only send ip
SNDMAIL_CALL='no'                       	# mail incomming calls: yes or no
SNDMAIL_CALL_SUBJECT='eingehender Ruf'		# subject of email, if empty, only send calls
SNDMAIL_CALL_TEXT='Das Telefon klingelt'	# text of email, if empty, only send calls
SNDMAIL_CALL_PHONEBOOK='no'	               	# use /etc/phonebook: yes or no
SNDMAIL_SYSLOG='no'				# mail syslog: yes or no
SNDMAIL_SYSLOGD_PATH='/var/log/syslog.txt'	# destination of syslog file => define in base.txt
SNDMAIL_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

##-----------------------------------------------------------------------------
## USER CONFIG
##-----------------------------------------------------------------------------
SNDMAIL_USER='user'         		        # pop and smtp user-name
SNDMAIL_PASSWORD='password'			# password (if you have) for pop and smtp
SNDMAIL_POPCHECK='no'                           # check pop before smtp (used for some free-mail-services)
SNDMAIL_POP='pop.meinweb.de'                    # pop-server
SNDMAIL_PPORT='110'                             # pop-port (normaly 110)
SNDMAIL_SMTP='smtp.meinweb.de'                  # smtp-server
SNDMAIL_WAIT_SERVER_RESP=''                     # epmty means SMTP server responses trown
SNDMAIL_SPORT='25'                              # smtp-port (normaly 25)
SNDMAIL_FM='email@meinweb.de'                   # from email-adressee
SNDMAIL_TO_N='1'                                # number of to email-adresses, normaly one
SNDMAIL_TO_1='email@meinweb.de'        		# first to email-adresse

