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

OPT_FAXSEND='no'				# Start OPT_FAXSEND
FAXSEND_NOTIFYONLY='no'				# Only notify if fax received
FAXSEND_NOTIFYADDR='faxnotify@yourdomain.net'	# Address for notification
FAXSEND_GZIP='no'				# Send fax zipped
FAXSEND_POPCHECK='yes'				# Check pop-before-smtp
FAXSEND_WAITSVR='0'				# netcat - delay for every line
						# just valid for FAXSEND_POPCHECK
FAXSEND_MAILUSER='mailuser'			# POP/SMTP-User
FAXSEND_MAILPWD='password'			# POP/SMTP-Password
FAXSEND_POPSVR='mail.yourdomain.net'		# POP3-Server: DNS or IP
FAXSEND_POPPORT='110'				# POP3-Port
FAXSEND_SMTPSVR='mail.yourdomain.net'		# SMTP-Server: DNS or IP
FAXSEND_SMTPPORT='25'				# SMTP-Port
FAXSEND_FROM='faxsend@yourdomain.net'		# OPT_FAXSEND sender
FAXSEND_TO='info@yourdomain.net'		# OPT_FAXSEND receipient
FAXSEND_CUSTOMRE='Fax received!'		# Mail Re:
FAXSEND_CUSTOMREDATE='yes'			# Append date & time of FAXSEND in Re:
