• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • SMTP Rules • Socket Error 11001 - Host not found (authoritative answer) • Undelete Messages in VPOP3 Enterprise v5 or later

10

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Settings -> Diagnostics
18 Hits, Last modified: 7 years ago
pop3.log// * //vpop3.lbk// * //vpop3_20120101_1.lbk// * //vpop3_20111231_100.lbk// * //vpop3_20111231_99.lbk// =====Tabs===== ====General... Default size (kB) ^ |Main Log File |vpop3.log |1024 | |Main Error Log File |errors.log |1024 | |Session Log Files |pop3svr.log, smtpsvr.log, imaps
Autoresponder Commands
16 Hits, Last modified: 7 years ago
ill work between the two dates, eg **<Valid:1/2/2010-10/2/2010>** to make the autoresponder work between 1st February 2010 and 10th February 2010 (inclusive), assuming the
Mail Collectors
11 Hits, Last modified: 7 years ago
ner in the cycle than others. If you have, say, 10 Collectors which each take 1 minute and are scheduled every 10 minutes, each with the priorities 1-10, then the 'priority 1' Collector will be processed at, say, 10:00, 10:10, 10:20 etc. The 'priority 5' Collector
Users.AutoresponderConditions table
8 Hits, Last modified: 7 years ago
field For instance, a datetime range of 2012-03-10 10:00:00 to 2012-03-17 15:00:00 will act for the whole time period from 10 am on 10th March 2012 to 3 pm on 17th March 2012, but a date range of 2012-03-10 to 2012-03-17 and a
Mail Connectors -> Connector Schedule
6 Hits, Last modified: 7 years ago
ecting every 1 minute, and you have it set to use 10 connections, it is entirely possible the later co... o connect every minute, but this option is set to 10 minutes, then VPOP3 will only connect every 10 minutes, rather than every minute. Use **0** (zero) t... nnect every 5 minutes, and the time is changed to 10:00, VPOP3 will now connect at 10:05 if this optio
Mail Sender Advanced Settings
5 Hits, Last modified: 7 years ago
e the last number So, a Sender Retry setting of '10,30' means that VPOP3 will retry a message 10 minutes after first trying to send it. If that fails as ... st retry or two set to a short delay such as 5 or 10 minutes. This will mean that [[wp>greylisting|gre... not slow down other messages. So, for instance, **10,10,30,60,60,180** could be a sensible retry schem
Error Handling Scripting
5 Hits, Last modified: 19 months ago
chive * 3 = Startup * 4 = Database Backup * 1003 = Logger * 1004 = Call-forward verification * 1005 = SMTP forwarding * 1006 = Spam filter * 1007 = Message recycle bin * 2000 = Lua scripting ==
Autoresponder
4 Hits, Last modified: 7 years ago
of //1 March 2012 - 7 March 2012// and Times of //10:00 - 14:00//, then the autoresponder will trigger between 10am and 2pm on each day between 1st and 7th March (... However, if you have Date/Times of //1 March 2012 10:00 - 7 March 2012 14:00//, then the autoresponder will trigger from 10am on 1st March to 2pm on 7th March. You can use
Spam Filter Rules: If
3 Hits, Last modified: 7 years ago
atement =====Examples===== <code> If ${score} < 100 # Statements EndIf </code> Note that it is not ... f** statements, for instance <code> If ${score} < 100 If ${subject} = "Hello" # Statements EndIf En... e> Using the **Else** statement <code> If ${score} < 100 # Statements Else # Statements EndIf </code>
LAN Forwarding Queue Status
3 Hits, Last modified: 7 years ago
forwarding process itself The list is limited to 100 entries, so if there are more than 100 entries, only the first 100 will be displayed. At the bottom of the page are three buttons * Ref
Lua SMTP Relay Control
3 Hits, Last modified: 7 years ago
es should be sent in. 50 is the default. Priority 100 go first, priority 1 go last. * Reason - this ... A simple function which will stop messages over 10,000,000 bytes being sent between 7am and 7pm, and... , headerlines) time = os.date("*t"); if size > 10000000 and (time.hour > 7 and time.hour < 19) then
Spamrules example - increase spam score if there are many links in the email
3 Hits, Last modified: 7 years ago
ks - in this case we'll say if the email contains 10 or more links. Note that we do not necessarily re... ${URLCount} += 1 EndFor If ${URLCount} >= 10 ${Score} += 50 [ManyLinks] EndIf When... lt threshold for messages to be marked as spam is 100) - you can alter the 50 in the ${Score} += line
Misc -> Advanced Tab
3 Hits, Last modified: 7 years ago
figured. Sensible values are between about 20 and 100. ====Use Fastest POP3 Download method==== When ... kipping this step is negligible - eg if there are 1000 messages on the ISP, this step should take much... strictly end with a CR/LF pair (ASCII codes 13 + 10). Any other combinations of these characters (CR,
Webmail -> Advanced tab
3 Hits, Last modified: 7 years ago
address would normally be http://192.168.1.1:5108 If the **Allow Password in URL** option is chec... can go to the address like: http://192.168.1.1:5108?user=postmaster&password=admin to go to the Webm... ore security you could use: http://192.168.1.1:5108?user=postmaster&md5pass=MD5-hash-of-password In
Spam Filter Rules: Rule names and weights
2 Hits, Last modified: 7 years ago
f 'myrule' has a weight of 0.5 <code> ${Score} += 100 [myrule] </code> This statement will actually add 50 (100 * 0.5) to the 'Score' variable
Spam Filter Rules: AddBayesSpam
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesHam
2 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
2 Hits, Last modified: 22 months ago
Spam Filter Rules: BulkScan
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Escape
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Random
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam
2 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol
2 Hits, Last modified: 6 years ago
User Routing Script
2 Hits, Last modified: 2 years ago
Security Settings -> Intrusion Protection Tab
2 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
2 Hits, Last modified: 7 years ago
POP3 Mail Collection
2 Hits, Last modified: 7 years ago
Management Scripting
2 Hits, Last modified: 7 years ago
Message Monitoring
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing
2 Hits, Last modified: 7 years ago
Autoresponder Global Scripting
2 Hits, Last modified: 10 days ago
Find biggest messages
2 Hits, Last modified: 6 years ago
SMTP Server Lua Scripting
2 Hits, Last modified: 4 weeks ago
Incoming SMTP Mail
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include
1 Hits, Last modified: 7 years ago
IDS Log Event Numbers
1 Hits, Last modified: 7 years ago
POP3 Server -> General Tab
1 Hits, Last modified: 7 years ago
Connections
1 Hits, Last modified: 7 years ago
VPOP3 Internals
1 Hits, Last modified: 22 months ago
Bulk Add Users
1 Hits, Last modified: 7 years ago
Summary Log File Format
1 Hits, Last modified: 7 years ago
Bandwidth Control
1 Hits, Last modified: 7 years ago
Message Archive -> Results Tab
1 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL
1 Hits, Last modified: 5 years ago
Spam Filter Rules: ForEach
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Break
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control
1 Hits, Last modified: 23 months ago
Lua SMTP MX Server Rules
1 Hits, Last modified: 23 months ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Increase the spam score for header marker
1 Hits, Last modified: 5 years ago
Increase the spam score for certain recipients
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments
1 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab
1 Hits, Last modified: 7 years ago
Offline Archive Error Messages
1 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists
1 Hits, Last modified: 7 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki