Recent Posts
-
May 30, 2022
Receiving mails in Java with IMAP or POP3
I was recently in need to write some small demo project which was receiving and processing mails. There is a lot of documentation for sending mails, but gathering information about the receiving and processing part is less easy.
-
April 03, 2022
Redirecting to an external domain with traefik
Redirecting to another domain is a regular use case I need a lot. Luckily Traefik makes it easy to implement it.
-
June 28, 2021
Fixing permissions of files in ssh folder
I recently got an error on my work machine when copying ssh keys from Windows into WSL Linux. The error stated that the permissions were to open for my private key.
-
June 05, 2021
Recording and Slides of My Talk "Testing email with GreenMail, a mock mail server" at an OpenValue Meetup
Last week I hold my talk "Testing email with GreenMail, a mock mail server" at a virtual meetup of OpenValue. In this post, you can find the slides and the recording of my talk.
-
May 16, 2021
Exposing Traefik dashboard to a subdomain
The Traefik dashboard is the central place where everything you configured is represented in a clear manner. In case you are running into problems and you are in need to do some troubleshooting, the dashboard should be your place to go.