[EMAIL PROTECTED] wrote:
>
> Hi
>
> I am adding one more feed to our server and this time I need special config. First
>of all I need to run on port 433 instead of normal 119. Its no problem with
>newsfeed.conf but how does I get DNews
Upgrade to at least 5.4g5 and then set in dnews.conf...
listen_extra 127.0.0.1:433
then restart DNews.
> If possible its only this connection that should have access to port 433.
It's not currently possible to limit who connects based on port number
however I don't see what benefit it gives limiting connections to port
433
when they are able to connect on port 119 anyway.
> Second problem is that my feed back should be divided into two feeds, one for
>articles smaller than 128Kbytes and one for articles greater than 128Kbytes.
You can do this with a newsfeeds.conf something like this...
-----------------------------
site me
groups *
# feed for articles < 128k
site upstream.site.ip
groups *,!local.*
builtin
onlyposts
accept default
reject > 128000
# feed for articles > 128k
site upstream.site.ip.2
groups *,!local.*
builtin
onlyposts
accept default
reject > 127999
site your.mail.server
smtp
----------------------------
Let us know if you have any questions.
Regards,
Brian
--------------------------------------------------------------
Note: If you are using Dnewsweb version prior to 5.4f3 we recommend
you upgrade due to a potential security issue found in those versions.
Customer Support (private) -- [EMAIL PROTECTED]
Mailing list Support (public) -- [EMAIL PROTECTED]
Online Manual -- http://netwinsite.com/dnews/manual.htm
Netwinsite search engine -- http://www.netwinsite.com/find.htm
Online FAQ -- http://netwinsite.com/dnews/faq.htm
Mailing list archive --
http://www.netwinsite.com/cgi/dnewsweb.cgi?cmd=xover&group=netwin.dnews
ftp://ftp.netwinsite.com/pub/netwinsite
Note: To UNSUBSCRIBE from the dnews mailing list send
to [EMAIL PROTECTED] a message with the body
containing one line, unsubscribe
To post to the mailing list send to [EMAIL PROTECTED]