szepeviktor / courier

Courier Mail Server, also see https://github.com/szepeviktor/courier-libs
http://www.courier-mta.org
0 stars 0 forks source link

TLS_TRUSTCERTS default value #5

Open szepeviktor opened 7 years ago

szepeviktor commented 7 years ago

@mwanner Hello!

We have a typo - maybe - in four config files: TLS_TRUSTCERTS=/etc/ssl/cert.pem The value should be /etc/ssl/certs

/etc/courier      
    386:courierd  
    265:imapd-ssl 
    263:esmtpd-ssl
    239:esmtpd    
mwanner commented 7 years ago

On 08/14/2017 01:51 PM, Viktor Szépe wrote:

@mwanner https://github.com/mwanner Hello!

We have a typo - maybe - in four config files: |TLS_TRUSTCERTS=/etc/ssl/cert.pem| It should be |/etc/ssl/certs|

|/etc/courier 386:courierd 265:imapd-ssl 263:esmtpd-ssl 239:esmtpd |

Thanks for reporting, that's strange.

Could you please file a proper Debian bug report? Thank you.

Kind Regards

Markus

szepeviktor commented 7 years ago

I wanted to say that. Opening an issue here takes 10 seconds. Is there a way to automate reportbug to run only with: pkg name and a description?

szepeviktor commented 7 years ago
editor bug.txt
reportbug --no-query-bts --no-config-files --no-check-available --no-debconf \
--no-check-installed --mode=novice --no-cc-menu --no-tags-menu --no-verify \
--subject="TLS_TRUSTCERTS default value" --body-file=bug.txt courier-mta
mwanner commented 7 years ago

On 08/14/2017 02:29 PM, Viktor Szépe wrote:

I wanted to say that. Opening an issue here takes 10 seconds. Is there a way to automate |reportbug| to run only with: pkg name and a description?

well, it's basically an email to submit@bugs.debian.org. I strongly hope you're investing more than 10 seconds to file an issue, though.

mwanner commented 7 years ago

On 08/14/2017 02:41 PM, Viktor Szépe wrote:

|reportbug --no-query-bts --no-config-files --no-check-available --no-debconf --no-check-installed --mode=novice --no-cc-menu --no-tags-menu --no-verify --subject="TLS_TRUSTCERTS default value" --body-file=bug.txt courier-mta

...sounds like a receipt for the bug to quickly reach /dev/null.

szepeviktor commented 7 years ago

@mwanner Excuse me for leaving in the template. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872089

szepeviktor commented 7 years ago

This issue was discovered while developing my new WIP Courier checker: https://github.com/szepeviktor/debian-server-tools/blob/master/mail/courier-check/courier-check.sh