hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

Fix fetchmail, remove sslcertpath to use server certificates #343

Closed heliflieger closed 5 years ago

heliflieger commented 5 years ago

Description

Fix fetchmail certification problem

Fixes # 342

Type of change

Remove the sslcertfile option from the fetchmail call. If removed the fetchmail will use the system CAs.

Status

How has this been tested ?

Add a new fetchmail server via postfixadmin. Before the fix, you will get an warning/error in logfile. After fix, it checks the certificates right and no warning will be occur.

hardware commented 5 years ago

Thank you. I will merge your fix this week-end.