root / testsuite / etc / servers.conf @ 516

View | Annotate | Download

1
## $Id: servers.conf,v 1.2 2007-01-25 15:03:28 mjo Exp $
2
## servers.conf - NNTPSwitch Backend Server Configuration
3
## Use the "updategroups" command after making changes to this file!
4
5
server default
6
    port		119
7
    timeout		300
8
    descriptions	false
9
    activetimes		false
10
    type		spool
11
    policy		single
12
    splitlist		true
13
end
14
15
#
16
# fallback server for articles without group commands
17
#
18
19
#server localhost
20
#hostname    127.0.0.1
21
#port		9119
22
#groups      !*
23
#policy      single
24
#end
25
26
#
27
# some leftovers
28
#
29
30
server drt1-others
31
    hostname	172.24.8.39
32
    groups	alt.binaries.news-server-comparison,alt.binaries.*.d
33
    splitlist   true
34
    policy	backup
35
end
36
37
server drt2-others
38
    hostname	172.24.8.72
39
    groups	alt.binaries.news-server-comparison,alt.binaries.*.d
40
    splitlist   true
41
    policy	backup
42
end
43
44
45
#
46
# catch-all servers
47
#
48
49
server dr1
50
    hostname	172.24.8.28
51
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
52
    splitlist   true
53
    policy	balance
54
end
55
56
server dr2
57
    hostname	172.24.8.31
58
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
59
    splitlist   true
60
    policy	balance
61
end
62
63
#server dr3
64
#    hostname	172.24.8.32
65
#    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
66
#    splitlist   true
67
#    policy	balance
68
#end
69
70
server dr4
71
    hostname	172.24.8.34
72
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
73
    splitlist   true
74
    policy	balance
75
end
76
77
server dr5
78
    hostname	172.24.8.35
79
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
80
    splitlist   true
81
    policy	balance
82
end
83
84
server dr6
85
    hostname	172.24.8.38
86
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
87
    splitlist   true
88
    policy	balance
89
end
90
91
server drt1-bin
92
    hostname	172.24.8.39
93
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
94
    splitlist   true
95
    policy	balance
96
end
97
98
server drt2-bin
99
    hostname	172.24.8.72
100
    groups	*bin*,alt.sex.*,alt.pictures.*,de.alt.dateien.*
101
    splitlist   true
102
    policy	balance
103
end
104
105
server drt2-txt
106
    hostname	 172.24.8.72
107
    groups	 *
108
    splitlist    true
109
    policy	 backup
110
end
111
112
server drt1-txt
113
    hostname     172.24.8.39
114
    groups       *
115
    splitlist    true
116
    policy       backup
117
end
118
119
# This also is our active server or master grouplist server. This server
120
# handles our newsgroup creation policies and is the only server which
121
# knows of active.times information and newsgroup descriptions.
122
123
server active
124
    hostname     172.24.8.1
125
    groups       *.*
126
    splitlist    true
127
    activetimes  true
128
    descriptions true
129
end
130