##-----------------------------------------------------------------------------
## ssmtp.txt - fli4l configuration parameters                           V2.0.x
##
##        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 ,
##                      S E E   S S M T P . T X T
##
##        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
##        L E S E N ,  S I E H E   S S M T P . T X T
##
## Creation:     2003-05-02    t_klingl
## Last Update:  2003-08-25    t_klingl
##
## Copyright (c) 2003 t_klingl
##
## 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.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------
# Optional package: ssmtp
#------------------------------------------------------------------------
OPT_SSMTP='no'                                # if yes ssmtp is activated
OPT_SSMTPPRO='no'                             # enable additional features
                                              # - enable content-type autodetection
                                              # - enable additional filtering features
                                              # - enable unique message-id
OPT_SSMTPIDN='no'                             # enable even more features
                                              # - enable IDN-support

SSMTP_SPOOL_DIR='/data/mail/spool'            # directory files are stored before send,
                                              # should be located on a harddisk

SSMTP_SEND_AT_ONCE='yes'                      # deliver mails at once, "yes" or "no"

SSMTP_SMTP_AUTH='no'                          # possible values (case sensitive):
                                              # 'no'         : no authentification required
                                              # 'pop'        : POP3-before-smtp
                                              # 'login'      : login
                                              # 'cram-md5'   : cram-md5

SSMTP_SMTP_USERNAME='test'                    # username for SMTP AUTH (required if your provider uses SMTP AUTH)
SSMTP_SMTP_PASSWORD='geheim'                  # password for SMTP AUTH
SSMTP_POP3_USERNAME='test'                    # username for POP3 login (required if your provider uses POP3-before-smtp)
SSMTP_POP3_PASSWORD='geheim'                  # password for POP3 login
                                              # password and username must only be provided if authentication is required

SSMTP_POP3_PORT='110'                         # POP3 port number, normally 110
SSMTP_POP3_SERVER='pop3.mydomain.de'          # POP3 server, can also be an IP address
                                              # only needed if SSMTP_SMTP_AUTH='pop'

SSMTP_SMTP_PORT='25'                          # SMTP port number, usually 25
SSMTP_SMTP_SERVER='smtp.mydomain.de'          # SMTP server, can also be an IP address


SSMTP_USE_STARTTLS='no'                       # Use SSL/TLS to send secure messages to server
                                              # !!!If "yes", opt_ssl must be installed!!!
SSMTP_USE_TLS_CERT='no'                       # Use SSL/TLS certificate to authenticate against smtp host
SSMTP_TLS_CERT='/path/to/file.pem'            # Use this RSA certificate. (not tested)


SSMTP_LOGFILE='/path/to/logfile.log'          # where to store logfile
                                              # set to 'syslog' if you want to log to the system log
                                              # notice : ssmtp-binary always logs to syslog !
                                              
SSMTP_CHARSET='ISO-8859-1'                    # charset strings are encoded in