I would like to know how to set up newspro so that it can work with more than one account on the same server. For example:
login1 pass1 - news.newsserver.com
login2 pass2 - news.newsserver.com
When I try to ad a second server with the same name as the first, it won't let me do it, even with my different user accounts. The only way I knew was to enter one account and when it reaches its download limit, go to properties and change the login and pass. This is a pain doing it over and over. I also tried using news.newsserver.com and 123.456.789.1 for example and newspro says that these are the same acount, would I like to delete one of them. But I want to use them both at the same time, not one or the other.
How to set up multiple accounts?
-
- Posts: 106
- Joined: Thu Feb 27, 2003 7:33 pm
For multiple accounts better to use the windows hosts file (maybe too straightforward but the same effective).
Find ip address of the server e.g. here:
http://cello.cs.uiuc.edu/cgi-bin/slamm/ip2name
If you have server news.newsserver.com just add these entries in the hosts file ( http://www.accs-net.com/hosts/how_to_use_hosts.html ), supposed the ip address of the server is 62.15.46.58 :
62.15.46.58 news.newsserver1.com
62.15.46.58 news.newsserver2.com
62.15.46.58 news.newsserver3.com
etc.
where the names are arbitrary.
Then in newspro use
news.newsserver1.com
news.newsserver2.com
etc.
You can set one account to download headers with low priority and the rest to message-id direct with suppressed get headers with higher priority strict so it will work automatically and headers will be downloaded only once with the 'header' account used only for headers and so less likely to reach download limit. You need to disable check for aliases in properties->general.
Find ip address of the server e.g. here:
http://cello.cs.uiuc.edu/cgi-bin/slamm/ip2name
If you have server news.newsserver.com just add these entries in the hosts file ( http://www.accs-net.com/hosts/how_to_use_hosts.html ), supposed the ip address of the server is 62.15.46.58 :
62.15.46.58 news.newsserver1.com
62.15.46.58 news.newsserver2.com
62.15.46.58 news.newsserver3.com
etc.
where the names are arbitrary.
Then in newspro use
news.newsserver1.com
news.newsserver2.com
etc.
You can set one account to download headers with low priority and the rest to message-id direct with suppressed get headers with higher priority strict so it will work automatically and headers will be downloaded only once with the 'header' account used only for headers and so less likely to reach download limit. You need to disable check for aliases in properties->general.