Subj : JamNNTPd NNTPS To : All From : Warpslide Date : Thu Jan 18 2024 10:09 am Hi All, I already had Oli's binkps nginx config setup & it looks like it also works with NNTPS & JamNNTPd. As an added bonus, I can connect to JamNNTPd over IPv6 without having to manually patch it! ;) I've connected with Claws Mail on Windows & NewsTap on iOS so far. Here are the lines I'm using in nginx.conf: stream { ssl_certificate /etc/nginx/certs/cert.pem; ssl_certificate_key /etc/nginx/certs/key.pem; server { listen 24553 ssl; listen [::]:24553 ssl; proxy_pass localhost:24554; } server { listen 563 ssl; listen [::]:563 ssl; proxy_pass localhost:5000; } } Jay ..... Need to somehow get taglines setup in Claws Mail --- * Origin: Northern Realms (21:3/110) .