forked from nicors57/newsmangler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.conf
42 lines (31 loc) · 1 KB
/
sample.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[posting]
# The 'From' address to put on posts. If you change this then try to resume
# a posting, many clients will get confused. Set it once and leave it!
from: Newsmangler <[email protected]>
# Default group you'd like to post to. If you'd like to post to more than
# one group at a time, seperate the group names with commas.
# default_group: alt.binaries.test,alt.binaries.test.yenc
default_group: alt.binaries.test
article_size: 640000
# String to prefix to each subject.
subject_prefix:
# Generate a .NZB for each post?
generate_nzbs: 1
# Space seperated list of filenames to skip when posting.
skip_filenames:
[aliases]
# Group aliases in the form "short: long".
abbackup: alt.binaries.backup
abt: alt.binaries.test
# Server parameters
[server]
ssl: 1
hostname: ssl.astraweb.com
port: 443
# Authentication info for the server
username: user
password: password
# Number of connections to open to the server
connections: 20
# How long to wait (in seconds) between connection attempts
reconnect_delay: 5