• JamNNTPd NNTPS

    From Warpslide@21:3/110 to All on Thu Jan 18 10:09:46 2024
    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)