[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] using ssl via stunnel4
From: |
john wendel |
Subject: |
Re: [Pan-users] using ssl via stunnel4 |
Date: |
Sat, 18 Jun 2011 23:12:26 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110528 Thunderbird/5.0b1 |
On 06/18/2011 10:50 PM, robby wrote:
Can anyone give this ssl noob info on setting up pan 0.135 to run ssl?
I have stunnel4 installed, and have gone through the man entry for
stunnel4 and am more lost than when I started. My news provider is
APN, and it lists ports 443 and 593(I think 593 is the port) for ssl
access.
I set it up a year or so ago in XP, but I haven't had XP for about a year.
My system is Mint 11 (Katya) AMD 64.
TIA
robby
_______________________________________________
Pan-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/pan-users
Here's my "nntp.conf" file from /etc/stunnel
compression = zlib
foreground = no
output = /home/xxxxxxx/stunnel/log
pid = /home/xxxxxxx/stunnel/pid
setuid = xxxxxxx
setgid = xxxxxxx
syslog = no
client = yes
[nntp]
accept = 127.0.0.1:119
connect = news.newshosting.com:563
I guess you need to change the "563" to "593"
Then, to make it run, I enter
> sudo stunnel /etc/stunnel/nntp.conf
You could put this in rc.local, without the sudo.
Then in .pan2/servers.xml I have 127.0.0.1 as the newsserver host and
119 as the port.
Hope this helps
John