• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Exchange 2007 • Restricting the number of recipients sent to • Seeing where a message came from • Performance Requirements • Sending mail through your Gmail account • How to Install VPOP3 • GDPR for hosted VPOP3 service • Mail Connectors -> Mail Senders • Mail Not Downloading From ISP • Copy Outgoing mail

end

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (67)
  • how_to (29)
  • adminapi (6)
  • faq (5)
  • mailapi (3)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 550 5.7.1 Relaying not allowed! Bad sender IP address
  • Error 1068 - the dependency service or group failed to start
  • Calendars in Mozilla Thunderbird
  • Configuring Calendar on iOS
  • Calendars
  • Calendars on eM Client
  • How to create a Mail Sender
  • Error 0x80040201 when sending mail in Outlook
  • Error message after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address
  • "Error Sending Message After Authentication" in Webmail
  • MX Send Warning - .....
  • Out of Disk Space When Sending Mail
  • Outlook / Outlook Express is sending mail repeatedly
  • Problems sending mail via BT from your own domain
  • Problems sending messages to spam@<your domain>
  • Redirect message for a user if a sender is a particular email address
  • Restore Deleted Calendars
  • Sender Domain Must Resolve
  • Sender Policy Framework / SPF
  • sending_different_users_mail_separately_using_mx_dns_overrides
  • sending_different_users_mail_through_different_isp_relay_accounts
  • sending_mail_failing_with_an_error_about_a_blank_sender_or_sender
  • Sending mail from different email addresses or domains
  • Sending mail through your Gmail account
  • SMTP Rule Example - restrict who can send to a local email address
  • Timeout problems downloading/uploading messages with attachments
  • SMTP Relay Protection in VPOP3
  • When sending mail, VPOP3 adds 'PRVS=...' to the sender address
  • Batch file to end a database backup
  • Calendar database schema
  • Calendar.Calendars table
  • Calendar.Events table
  • Database query to list failed message sends
  • Mail Connectors -> Mail Senders
  • Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
  • Send Admin Message
  • Mail Sender Advanced Relay Settings
  • Mail Sender Advanced Settings
  • SMTP Direct Sender Settings
  • Spamrules example - increase spam score for long sender domain
  • Spam Filter Rules: SendMessage
  • VPOP3.SendMessage

Fulltext results:

Spam Filter Rules: ForEach @reference
14 Hits, Last modified: 7 years ago
l **ForEach** statements must be followed by an **EndFor** statement ^ Type ^ Description ^ Data ^ Ver... <code> ForEach URL FoundURLs Log "${FoundURLs}" EndFor #There should be a separate entry in the log f... ReplyAddr} ${Score} += 100 [whitelist] Break EndIf EndFor </code> The following example loops through all of the header lines of the message, and look
SMTP Server Lua Scripting @reference
12 Hits, Last modified: 3 weeks ago
cessing each message line received by VPOP3 * **EndMessage()** - (v5+) called when the message terminator . has been received at the end of a message * **CheckRecipients()** - (v6.3+ Enterprise Only) called at the end of a message to check if recipients are allowed ... ients()** - (v6.3+ Enterprise Only) called at the end of a message to allow customised logging of recip
Password Strength Checking Script @reference
11 Hits, Last modified: 7 years ago
assword' then return false else return true end end </code> A more complex example is: <code> blockedWords = {"password", "letmein", "computer"} minT... if Password == Username then return false end for _, value in pairs(blockedWords) do if ... owerPassword == value then return false end end hasDigit = 0 hasCaps = 0 hasLower = 0
Outgoing Message Scripting @reference
10 Hits, Last modified: 15 months ago
if not SenderSubject then SenderSubject = "..." end end if string.upper(v[1]) == "TO" then SenderAddressTo = v[2] if not SenderAddressTo then SenderAddressTo = "..." end end if string.upper(v[1]) == "FROM" then -- SenderAddressFrom = "Alexander <alexander@my-sec
Spam Filter Rules: IfMatch @reference
7 Hits, Last modified: 7 years ago
*IfMatch** statement must be terminated with an **EndIf** and may contain an **Else** statement, just l... wiki>^</nowiki> characters match at the start and end of a line rather than the start and end of the entire data | ^n |An empty string is not considered to... g | ^D |The dollar character matches only at the end of the search string. Without this, it can also m
Lua SMTP Relay Control @reference
7 Hits, Last modified: 7 years ago
time.hour < 19) then actions["SkipSend"] = 1; end; if size > 5000000 then actions["Priority"] = 1; end; return actions; end; </code> As an example, if you want messages over 50000 bytes to go through ma... senderid ~= 0 then actions["SkipSend"] = 1; end; else if senderid ~= 1 then actions["SkipSe
Misc -> Advanced Tab @reference
7 Hits, Last modified: 7 years ago
x problems with sending mail. ====Allow Any Line Endings==== In email, all lines must strictly end with a CR/LF pair (ASCII codes 13 + 10). Any other combi... rs (CR, LF, or LF/CR) are not interpreted as line endings. Usually VPOP3 will follow the standards, ho... o follow the standards, and to use incorrect line endings. In this case, you can check this option to t
Formatting Syntax @wiki
6 Hits, Last modified: 3 years ago
e two backslashes followed by a whitespace or the end of line. This is some text with some linebreaks\... at the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this ... the two backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\thi... ow 3 Col 3 | Table rows have to start and end with a ''|'' for normal rows or a ''^'' for heade
Batch file to end a database backup @reference
6 Hits, Last modified: 7 years ago
======Batch file to end a database backup====== VPOP3 runs pg_dump.exe to perform the regular database backups. Ending this process through Task Manager will not end the back-end database processes creating the backup data. This batch file will do it for you. Save th
Spam Filter Rules: BulkScan @reference
5 Hits, Last modified: 7 years ago
arch specifier 1> <search specifier 2> #... EndBulkScan The <search specifier> requires a data p... of the search specifiers between the BulkScan and EndBulkScan statements. Where there is a match, the v... **BulkScan** statement must be terminated with **EndBulkScan** * No statements may be included between **BulkScan** and **EndBulkScan**, with the exception of [[spamrules_stat
Spam Filter Rules: IfInBag @reference
5 Hits, Last modified: 7 years ago
l **IfInBag** statements must be followed by an **EndIf** statement *You may optionally include an **... example <code> IfInBag mybag "value" # Statements EndIf </code> Using an **Else** statement <code> IfI... nBag mybag "value" # Statements Else # Statements EndIf </code> Using a regular expression <code> IfInBag mybag "/@domain\.com/i" # Statements EndIf </code> Using a wildcarded expression <code> I
POP3 Client Lua Scripting @reference
5 Hits, Last modified: 22 months ago
the remote server,just before it saves it. * **EndMessage()** - called when VPOP3 has finished downl... ctions need to be performed on the message. * **End()** - called at the end of the POP3 session. =====ProcessMessage()===== ''ProcessMessage("<mailfrom>... rt of the message where this section starts * End number - the offset from the start of the message
Spam Filter Rules: If @reference
5 Hits, Last modified: 7 years ago
* All **If** statements must be followed by an **EndIf** statement * You may optionally include an *... amples===== <code> If ${score} < 100 # Statements EndIf </code> Note that it is not possible to combin... re} < 100 If ${subject} = "Hello" # Statements EndIf EndIf </code> Using the **Else** statement <code> If ${score} < 100 # Statements Else # Statements
Repairing corrupted database @how_to
5 Hits, Last modified: 17 months ago
atabase====== With PostgreSQL (as with most high-end databases) the database system will automatically... raise notice '% rows inspected', curid; end if; begin SELECT msgdata INTO... e % is corrupt', badid; continue; end; end loop; end; $f$; </code> This will read all the messages from the database, and tell you which me
Can't alter dates in Autoresponder Rules @how_to
4 Hits, Last modified: 7 years ago
onder.html|Autoresponder Rule]] which has a start/end time set, you may notice that you can't edit the ... setting it so that the "start date" is after the "end date", so dates after the end date will be disabled in the "start date" date picker, and vice versa. S... ates than they were, you will have to change the "end date" first, and then you can change the "start d
Spam Filter Rules: Goto @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT @reference
4 Hits, Last modified: 7 years ago
User Routing Script @reference
4 Hits, Last modified: 2 years ago
Settings -> Attachment Processing @reference
4 Hits, Last modified: 7 years ago
Encryption @faq
4 Hits, Last modified: 7 years ago
Signature Script @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
3 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages @reference
3 Hits, Last modified: 7 years ago
Calendar.Events table @reference
3 Hits, Last modified: 7 years ago
IMAP4 Server Scripting @reference
3 Hits, Last modified: 7 years ago
User Manager Script @reference
3 Hits, Last modified: 13 months ago
Status @reference
3 Hits, Last modified: 7 years ago
Reset Message Folder Counts @reference
3 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
3 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
3 Hits, Last modified: 5 years ago
Spam Filter Rules: ZipContents @reference
3 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain @reference
3 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
3 Hits, Last modified: 7 years ago
Increase the spam score for subject marker @reference
3 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages @reference
2 Hits, Last modified: 4 years ago
SMTP Direct Sender Settings @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Break @reference
2 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
2 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: IfLocalAddress @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 22 months ago
Autoresponder scripting @reference
2 Hits, Last modified: 4 days ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
2 Hits, Last modified: 9 months ago
-ERR Can't open the message file - it's gone! @how_to
2 Hits, Last modified: 7 years ago
Database & Disk Caching @how_to
2 Hits, Last modified: 7 years ago
How to create an SSL Certificate @how_to
2 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Timeout while VPOP3DB is starting @how_to
2 Hits, Last modified: 7 years ago
How to filter attachments @how_to
2 Hits, Last modified: 7 years ago
Multiple VPOP3 icons in the taskbar @faq
2 Hits, Last modified: 7 years ago
Move VPOP3 Version 3 or 4 to a new PC @how_to
2 Hits, Last modified: 6 years ago
GDPR for VPOP3 self-hosted software @faq
2 Hits, Last modified: 7 years ago
How to upgrade VPOP3 to version 7 or later from version 6 or earlier @how_to
2 Hits, Last modified: 5 years ago
VPOP3 Not Starting Properly @how_to
2 Hits, Last modified: 7 years ago
How to write your own spam filter rules @how_to
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Status Monitor (port 5109) protocol @reference
1 Hits, Last modified: 6 years ago
Attachments have been removed or renamed @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
1 Hits, Last modified: 5 years ago
How to send a fax by email using the VPOP3 FaxServer @how_to
1 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
1 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
1 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
1 Hits, Last modified: 7 years ago
Autoresponders / Out of Office @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam @reference
1 Hits, Last modified: 7 years ago
How To Allow Mail Relay Through VPOP3 @how_to
1 Hits, Last modified: 11 days ago
UserRuleList Replacement @adminapi
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam @reference
1 Hits, Last modified: 7 years ago
Socket Error 10054 - The virtual circuit was reset by the remote end @how_to
1 Hits, Last modified: 7 years ago
SMTPSPFWhitelist Replacement @adminapi
1 Hits, Last modified: 7 years ago
What is the VPOP3 Antivirus solution? @faq
1 Hits, Last modified: 7 years ago
Support Remote Access facility @faq
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
1 Hits, Last modified: 7 years ago
Useful other things @reference
1 Hits, Last modified: 7 years ago
Error expanding recipient - Nesting Level too deep @how_to
1 Hits, Last modified: 7 years ago
Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
1 Hits, Last modified: 7 years ago
Forwarded Emails Not Arriving @how_to
1 Hits, Last modified: 7 years ago
Send Admin Message @reference
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
1 Hits, Last modified: 7 years ago
Settings -> Database @reference
1 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
1 Hits, Last modified: 19 months ago
Error Handling Scripting @reference
1 Hits, Last modified: 19 months ago
UserRuleConditions Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
SMTPClientBlocks Replacement @adminapi
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders @reference
1 Hits, Last modified: 7 years ago
Management Scripting @reference
1 Hits, Last modified: 7 years ago
msgaudit Database table @reference
1 Hits, Last modified: 7 years ago
Upgrading VPOP3 to version 8.x from v7 or earlier @how_to
1 Hits, Last modified: 5 years ago
How To Upgrade VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesSpam @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
SMTP Server -> Spam Reduction @reference
1 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab @reference
1 Hits, Last modified: 7 years ago
The message could not be loaded. Please return to the Quarantine page and try again @how_to
1 Hits, Last modified: 7 years ago
Status Monitor is open during installation @how_to
1 Hits, Last modified: 7 years ago
Signing outgoing mail with DKIM @how_to
1 Hits, Last modified: 5 years ago
Spam Filter Rules: Comments @reference
1 Hits, Last modified: 7 years ago
Seeing where a message came from @how_to
1 Hits, Last modified: 7 years ago
Allow messages through from a specific IP address @reference
1 Hits, Last modified: 3 years ago
How to Install VPOP3 @how_to
1 Hits, Last modified: 4 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesHam @reference
1 Hits, Last modified: 7 years ago
SMTPClientAllows Replacement @adminapi
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