User tools

Website tools


benno smtp

Differences

The differences between two versions are shown here.

Link to this comparison view

Both sides of the previous revisionPrevious revision
Next revision
Previous revision
benno-smtp [2017/09/21 09:41] – [Konfiguration] Kommandozeilenparameter erläutert lwsystemsbenno-smtp [2018/09/19 15:22] (current) – [Konfigurationsdatei] lwsystems
Zeile 8: Zeile 8:
  
 ===== Konfiguration ===== ===== Konfiguration =====
 +==== Konfigurationsdatei ====
  
 After the package is installed, the SMTP server is started and binds to port 2500. After the package is installed, the SMTP server is started and binds to port 2500.
Zeile 26: Zeile 27:
 #auth_user = AUTHUSER #auth_user = AUTHUSER
 #auth_pass = YOURSECRET #auth_pass = YOURSECRET
 +
 +#tls_enabled = true
 +#tls_required = true
 +#key_file = /etc/benno-smtp/bennokeystore.jks
 +#keystore_type = JKS
 +#keystore_pass = KeystorePassword
 +#key_pass = BennoMailArchivPass
 </file> </file>
  
-===== Konfiguration per Startparameter ===== +=== Certificates ==
-  + 
 +Die für die Verschlüsselung werden aus einer Keystore-Datei gelesen. Die Default-Konfiguration (//keystore_type JKS//) ist ein [[Keystore|Java Keystore]]-Container. Alternativ kann auch ein [[https://www.openssl.org/docs/man1.0.2/apps/pkcs12.html|PKCS#12]]-Keystore (//keystore_type = PKCS12//) konfiguriert werden.  
 +==== Startparameter ==== 
 The parameters specified in the configuration file can alternatively be passed as command-line parameters at startup. In this case, the command-line parameters override the settings in the configuration file. The parameters specified in the configuration file can alternatively be passed as command-line parameters at startup. In this case, the command-line parameters override the settings in the configuration file.
  
 <code> <code>
--h print help" +-h print help 
--c Configuration properties file" +-c Configuration properties file 
--d Import directory (default: /srv/benno/inbox)" +-d Import directory (default: /srv/benno/inbox) 
--p Listen port (default: 2500"+-p Listen port (default: 2500) 
--x Suppress X-REAL-MAILFROM, X-REAL-RCPTTO envelope headers (overridden by -e"+-x Suppress X-REAL-MAILFROM, X-REAL-RCPTTO envelope headers (overridden by -e) 
--e Add envelope headers: X-REAL-MAILFROM, X-REAL-RCPTTO (default true)"+-e Add envelope headers: X-REAL-MAILFROM, X-REAL-RCPTTO (default true)
 </code> </code>
benno-smtp.1505986880.txt.gz · Zuletzt geändert: 2017/09/21 09:41 von lwsystems