"Fossies" - the Fresh Open Source Software Archive

Member "etc/benno-smtp/benno-smtp.conf" (8 Feb 2022, 441 Bytes) of package /linux/privat/benno-smtp-2.8.0.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic config files source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "benno-smtp.conf": 2.4.2_vs_2.6.0.

    1 
    2 # Server port
    3 port = 2500
    4 
    5 # save eml files in import directory
    6 import_directory = /srv/benno/inbox
    7 
    8 # write envelope information as X-REAL-* header
    9 envelope_header = true
   10 
   11 # enables SMTP AUTH if auth_user && auth_pass is set
   12 #auth_user = AUTHUSER
   13 #auth_pass = YOURSECRET
   14 
   15 # Enable TLS
   16 #tls_enabled = true
   17 #tls_required = true
   18 #key_file = /etc/benno-smtp/bennokeystore.jks
   19 #keystore_pass = KeystorePassword
   20 #key_pass = BennoMailArchivPass
   21