Storage:
(servers root)\(server name)\Server.ini
ssTimeoutConnect = 1
Overrides hsRemoteTimeoutConnect of Hamster
Settings for this server.
Content: Type: Integer, Values: 0..MaxInt, Default: (empty) Storage: Server.ini: [Setup] RemoteTimeoutConnect
ssTimeoutCommand = 2
Overrides hsRemoteTimeoutCommand of Hamster
Settings for this server.
Content: Type: Integer, Values: 0..MaxInt, Default: (empty) Storage: Server.ini: [Setup] RemoteTimeoutCommand
ssUseSocks = 3
If SOCKS support is enabled in Hamster Settings, connections to all servers are made through SOCKS by default. To avoid using SOCKS for a specific server (e. g. to access an "intranet" server), this setting has to be changed to 0 (false).
Content: Type: Boolean, Values: 0/1, Default: 1 Storage: Server.ini: [Setup] SOCKS
ssDisabled = 4
If set to 1, this server is disabled, i. e. Hamster will not contact it.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Setup] Disabled
ssUseSSL = 5
If set to 1, Hamster uses a secure connection (SSL) to connect to this server.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Setup] UseSSL
ssPop3LocalUser = 10
Default local user, that gets the mails fetched from this server, if no other valid account is given by mailfilters or by script commands.
Content: Type: String, Values: (see above), Default: admin Storage: Server.ini: [POP3] LocalUser
ssPop3FilterSection = 11
Section of file MailFilt.hst, which is used for filtering when fetching mails from this server.
Content: Type: String, Values: (see above), Default: * Storage: Server.ini: [POP3] FilterSection
ssPop3LeaveOnServer = 12
If set to 1, mails loaded from this server are not deleted, i. e. they remain on the server. A value of 1 also overrides the default value for all servers in Hamster Settings.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [POP3] LeaveOnServer
ssPop3UseAuthPass = 13
If set to 1, USER/PASS commands may be used to login to this POP3 server.
Content: Type: Boolean, Values: 0/1, Default: 1 Storage: Server.ini: [POP3] AuthPass
ssPop3UseAuthApop = 14
If set to 1, APOP command may be used to login to this POP3 server.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [POP3] AuthApop
ssPop3UseAuthPass = 15
If set to 1, AUTH command may be used to login to this POP3 server.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [POP3] AuthAuth
ssPop3UseSasl = 16
Defines a list of SASL mechanisms (separated by space), which may be used to
login on this server. An empty setting means, that all supported mechanisms may
be used.
Currently supported are: DIGEST-MD5 CRAM-SHA1 CRAM-MD5 PLAIN LOGIN
Content: Type: String, Values: (see text), Default: (empty) Storage: Server.ini: [POP3] SASL
ssPop3AutoDistribute = 17
If set to 1, auto-distribution of fetched mails is enabled.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [POP3] AutoDistribute
ssSmtpUseAuth = 20
If set to 1, SMTP's AUTH command is used to login to this SMTP server.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [SMTP] AUTH
ssSmtpUseSasl = 21
Defines a list of SASL mechanisms (separated by space), which may be used to
login on this server. An empty setting means, that all supported mechanisms may
be used.
Currently supported are: CRAM-SHA1 CRAM-MD5 PLAIN LOGIN
Content: Type: String, Values: (see text), Default: (empty) Storage: Server.ini: [SMTP] SASL
ssNntpReadOnly = 30
If set to 1 (true), this newsserver will not be used to post articles.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Setup] ReadOnly
ssPullThreads = 31
Number of threads started for this server when pulling news.
NOTE: The usage policy for some servers might order you not to use higher values
than 1, 2 or 3. If in doubt, ask your newsmaster, how many concurrent
connections are allowed on his server.
Content: Type: Integer, Values: 1..4, Default: 1 Storage: Server.ini: [Pull] Threads
ssNntpReloadGroups = 32
If set to 1, the full list of active groups is reloaded on next pull.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Pull] ReloadGroups
ssNntpReloadGroupsDT = 33
Last time the list of active groups was reloaded.
Content: Type: String, Values: Timestamp, Default: (empty) Storage: Server.ini: [Pull] ReloadGroupsLast
ssNntpLoadDescsMode = 34
Automated loading of group descriptions for new groups:
0 = auto-detect, i. e. try to load, but change to 2 if server shows problems
1 = always try to load descriptions
2 = never try to load descriptions
Content: Type: Integer, Values: 0..2, Default: 0 Storage: Server.ini: [Newgroups] LoadDescs
ssNntpReloadDescs = 35
If set to 1, the list of group descriptions is reloaded on next pull.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Pull] ReloadDescs
ssNntpReloadDescsDT = 36
Last time the list of group descriptions was reloaded.
Content: Type: String, Values: Timestamp, Default: (empty) Storage: Server.ini: [Pull] ReloadDescsLast
ssNntpLastNewGroups = 37
Normally, this settings contains a timestamp for when new groups were retrieved the last time. To disable retrieval of new groups completely, it can also be set to "NEVER".
Content: Type: Timestamp/String, Values: "YYYYMMDDHHMMSS"/"NEVER", Default: (empty) Storage: Server.ini: [Setup] LastGMT
ssNntpNewGroupsY2K = 38
If set to 1 (true), NEWGROUPS command is invoked with 4 digit year instead of 2 digit year.
Content: Type: Boolean, Values: 0/1, Default: 0 Storage: Server.ini: [Newgroups] 4-Digit-Years