helmut72

Results 181 comments of helmut72

Update: Works for me. Using now Nginx instead of Weserv with high numbers to cache it "forever". Thanks!

Yes, using the sample from [xExtension-ImageProxy](https://github.com/FreshRSS/Extensions/tree/master/xExtension-ImageProxy). Sorry for the long time, but FreshRSS was for testing and playing until now. Want to move from TT-RSS when FreshRSS 1.20 with xpath...

LDAP support will be great. I have that many services running at home, it's even useful for private family installations.

Same behavior for me. Looks like there was something changed on client app or O365 side. I use iOS and macOS default calendar app, including notifications. I never accept appointments...

I think I have fixed it for me. I've looked into the log files of my reverse proxy and sent folder of my Outlook. There was always the PUT command...

Thanks, but how will Traefik handles non-TLS and TLS connections on the same TCP ports, eg. 25? SMTP on TCP 25 **may** have STARTTLS or not. 465 is never used...

Thanks, I guessed that. Then, Traefik is useless for my (or any?) mail server setup.

@qm78 Maybe I misunderstood the configuration: ``` openssl s_client -starttls smtp -crlf -connect mail.domain.tld:25 ehlo xxx ``` Which daemon handles the certificate, Traefik or Postfix? From the feature lists, Traefik...

Thanks for clarify. Then I need to distribute the certificates from the reverse proxy if need them somewhere else, regardless if I use Traefik 2.0 or my current solution.

How do you secure your connections with eg. fail2ban? In the mail.log I only see Traefiks IP as source IP. It's useless to block Traefik if there are to many...