#----------------------------------------------------------------------------
# OPT FAXSEND Christian Raatz 0.1.1 fli4l@schinkensaft.de
#----------------------------------------------------------------------------

OPT_FAXSEND='no'				# Start OPT_FAXSEND

						
FAXSEND_N='1'					# How much faxlines? MUST BE equivalent to
						# config/faxrcv.txt FAXRCV_N='x'
						# Don't forget to adjust FAXRCV_x_NTFYCMD_N='y'
						# and FAXRCV_x_NTFYCMD_y='/usr/local/bin/faxsend.sh'

FAXSEND_1_NOTIFYONLY='no'			# Only notify if fax received
FAXSEND_1_NOTIFYADDR='faxnotify@yourdomain1.net'# Address for notification
FAXSEND_1_GZIP='no'				# Send fax zipped
FAXSEND_1_POPCHECK='yes'			# Check pop-before-smtp
FAXSEND_1_WAITSVR='1'				# Patience for the mailserver in seconds
FAXSEND_1_MAILUSER='mailuser1'			# POP/SMTP-User
FAXSEND_1_MAILPWD='password1'			# POP/SMTP-Password
FAXSEND_1_POPSVR='mail.yourdomain1.net'		# POP3-Server: DNS or IP
FAXSEND_1_POPPORT='110'				# POP3-Port
FAXSEND_1_SMTPSVR='mail.yourdomain1.net'	# SMTP-Server: DNS or IP
FAXSEND_1_SMTPPORT='25'				# SMTP-Port
FAXSEND_1_FROM='faxsend@yourdomain1.net'	# OPT_FAXSEND sender
FAXSEND_1_TO='info@yourdomain1.net'		# OPT_FAXSEND receipient
FAXSEND_1_CUSTOMRE='Fax received!'		# Mail Re:
FAXSEND_1_CUSTOMREDATE='yes'			# Append date & time of FAXSEND in Re:

FAXSEND_2_NOTIFYONLY='no'			# Only notify if fax received
FAXSEND_2_NOTIFYADDR='faxnotify@yourdomain1.net'# Address for notification
FAXSEND_2_GZIP='no'				# Send fax zipped
FAXSEND_2_POPCHECK='yes'			# Check pop-before-smtp
FAXSEND_2_WAITSVR='1'				# Patience for the mailserver in seconds
FAXSEND_2_MAILUSER='mailuser2'			# POP/SMTP-User
FAXSEND_2_MAILPWD='password2'			# POP/SMTP-Password
FAXSEND_2_POPSVR='mail.yourdomain2.net'		# POP3-Server: DNS or IP
FAXSEND_2_POPPORT='110'				# POP3-Port
FAXSEND_2_SMTPSVR='mail.yourdomain2.net'	# SMTP-Server: DNS or IP
FAXSEND_2_SMTPPORT='25'				# SMTP-Port
FAXSEND_2_FROM='faxsend@yourdomain2.net'	# OPT_FAXSEND sender
FAXSEND_2_TO='info@yourdomain2.net'		# OPT_FAXSEND receipient
FAXSEND_2_CUSTOMRE='Fax received!'		# Mail Re:
FAXSEND_2_CUSTOMREDATE='yes'			# Append date & time of FAXSEND in Re:
