|
|
|
|
|
|
|
|
|
|
|
Re: Connecting To Synchronet NNTP Server [message #167009 is a reply to message #167008] |
Sun, 15 April 2012 21:00 |
|
Multitool
Messages: 47 Registered: February 2012
Karma: 1
|
Member |
|
|
naudefj wrote on Sun, 15 April 2012 21:47...which will authentication if the server requires it.
How does it determine whether authentication is required?
It sounds like the OP's NNTP server is responding with "440 not allowed" when it should be responding with "480 AUTHINFO required". Could this be anything to do with it?
[Updated on: Sun, 15 April 2012 21:07] Report message to a moderator
|
|
|
|
|
|
|
Re: Connecting To Synchronet NNTP Server [message #167015 is a reply to message #167014] |
Sun, 15 April 2012 23:03 |
|
jhale1966
Messages: 12 Registered: April 2012
Karma: 0
|
Junior Member |
|
|
OK - Changing the line to:
if ($auth && ($code == 450 || $code == 480 || $code == 440)) {
got the message posted but the subject which was supposed to be "Another Test", came across as "=?utf-8?Q?Another=20Test?="
so we're definitely closer.
Here's what Synchronet now shows:
4/15 06:00:17p 297592 NNTP connection accepted from: 127.0.0.1 port 53190
4/15 06:00:17p 297592 NNTP JavaScript service thread started
4/15 06:00:17p 297592 NNTP Logging in Guest
4/15 06:00:17p 297592 NNTP cmd: MODE reader
4/15 06:00:17p 297592 NNTP cmd: GROUP MAIN.Site_Discussions
4/15 06:00:17p 297592 NNTP [Main.Site_Discussions] cmd: POST
4/15 06:00:17p 297592 NNTP [Main.Site_Discussions] cmd: AUTHINFO user fudforum
4/15 06:00:17p 297592 NNTP [Main.Site_Discussions] cmd: AUTHINFO pass ********
4/15 06:00:17p 297592 NNTP Logging out Guest
4/15 06:00:17p 297592 NNTP Logging in fudforum
4/15 06:00:17p 297592 NNTP [Main.Site_Discussions] cmd: POST
4/15 06:00:17p 297592 NNTP From: Administrator <jim(dot)hale(at)musicalquests(dot)com>
4/15 06:00:17p 297592 NNTP Newsgroups: MAIN.Site_Discussions
4/15 06:00:17p 297592 NNTP Subject: =?utf-8?Q?Another=20Test?=
4/15 06:00:17p 297592 NNTP Organization: MusicalQuests BBS
4/15 06:00:17p 297592 NNTP Date: Sun, 15 Apr 2012 18:00:17 -0500
4/15 06:00:17p 297592 NNTP Reply-To: Administrator <jim(dot)hale(at)musicalquests(dot)com>
4/15 06:00:17p 297592 NNTP Lines: 4
4/15 06:00:17p 297592 NNTP X-FUDforum: 336c2c44b1fb4a6ac8bbc68d06374c16 <321>
4/15 06:00:17p 297592 NNTP User-Agent: FUDforum 3.0.3
4/15 06:00:17p 297592 NNTP MIME-Version: 1.0
4/15 06:00:17p 297592 NNTP Content-Transfer-Encoding: 8bit
4/15 06:00:17p 297592 NNTP Content-Type: text/plain; charset=utf-8; format=flowed
4/15 06:00:17p 297592 NNTP End of message text (74 chars)
4/15 06:00:17p 297592 NNTP fudforum posted a message (74 chars, 5 lines) on MAIN.Site_Discussions
4/15 06:00:17p 297592 NNTP !TIMEOUT waiting for request
4/15 06:00:17p 297592 NNTP 1 messages posted
4/15 06:00:17p 297592 NNTP Logging out fudforum
4/15 06:00:17p 297592 NNTP service thread terminated (0 clients remain, 0 total, 68 served)
Jim
Jim Hale
MusicalQuests
http://www.musicalquests.com
[Updated on: Sun, 15 April 2012 23:06] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: Connecting To Synchronet NNTP Server [message #167032 is a reply to message #167027] |
Mon, 16 April 2012 22:27 |
|
mro
Messages: 7 Registered: April 2012
Karma: 0
|
Junior Member |
|
|
Multitool wrote on Mon, 16 April 2012 14:54It's great that you have successfully worked around these problems - but it might be an idea to make the Synchronet developers aware of these issues, in case they want to address them in a future release?
yes, that is correct. they don't consider being informed of issues as being bothered.
i've been running synchronet for 12 years and I know the author Rob Swindell is quick to make corrections when problems arise.
btw, jim: your bbs isnt setup correctly. login as a new user and apply.
[Updated on: Mon, 16 April 2012 22:33] Report message to a moderator
|
|
|
|
|
|
|
|