mirror of
https://git.keinpfusch.net/loweel/zangtumb
synced 2024-12-18 12:58:53 +01:00
Better TLS Configuration
This commit is contained in:
parent
1af4d062fd
commit
223b65994c
@ -38,7 +38,6 @@ func init() {
|
||||
if os.Getenv("USETLS") == "true" {
|
||||
log.Println("Preparing TLS Keys")
|
||||
ZMakecert()
|
||||
ZangSmtpServer.ConfigureTLS(CrtFile, KeyFile)
|
||||
ZangSmtpServer.TLSListener = false
|
||||
ZangSmtpServer.TLSRequired = true
|
||||
log.Println("Using TLS: ", ZangSmtpServer.TLSRequired)
|
||||
@ -60,6 +59,8 @@ func main() {
|
||||
|
||||
log.Println("Starting the server....")
|
||||
|
||||
ZangSmtpServer.ConfigureTLS(CrtFile, KeyFile)
|
||||
|
||||
defer log.Println("Shutting down the server")
|
||||
|
||||
if err := smtpd.ListenAndServe(ListenAddr, mailHandler, handlerRcpt, AppName, ServerName, ZangSmtpServer); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user