• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

end

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (43)
  • how_to (23)
  • 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
  • Socket Error 10054 - The virtual circuit was reset by the remote end
  • Calendars in Mozilla Thunderbird
  • Configuring Calendar on iOS
  • Calendars
  • Calendars on eM Client
  • How to create a Mail Sender
  • How to send a fax by email using the VPOP3 FaxServer
  • 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
  • Mail Connectors -> Mail Senders -> SMTP Direct
  • Mail Connectors -> Mail Senders -> SMTP Relay
  • Spamrules example - increase spam score for long sender domain
  • Spam Filter Rules: SendMessage
  • VPOP3.SendMessage

Fulltext results:

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
9 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
SMTP Server Lua Scripting @reference
8 Hits, Last modified: 3 weeks ago
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... ocked()** - (v6.3+ Enterprise Only) called at the end of a message if recipients have been blocked to a
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
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
Formatting Syntax @wiki
5 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
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
User Routing Script @reference
4 Hits, Last modified: 2 years ago
localdomain%.com$") then ShouldForward = false; end </code> ====If the sender is user@domain.com for... m"; UseForwards = true; ShouldForward = true; end </code> ====If the time is currently in the morn... 12 then Assistants = "otheraddress@example.com" end </code> ====If the current time is between 10:00... 0") then Forwards = "person@mycompany.com"; UseForwards = true; ShouldForward = true; end </code>
Signature Script @reference
4 Hits, Last modified: 7 years ago
"<p>This is the HTML signature for domain1</p>" end elseif string.find(Sender, "@domain2%.com$") the... "<p>This is the HTML signature for domain2</p>" end end end </code> If you need, we can produce a script for you, but there would be a cost for this - contac
Spam Filter Rules: IfMatch @reference
3 Hits, Last modified: 7 years ago
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
IMAP4 Server Scripting @reference
3 Hits, Last modified: 7 years ago
pabilities (a space is added at the beginning and end to make finding words simpler) The function shou... tring.gsub(caps, " IDLE ", " ") return caps end ====DoListResult function==== if (m_Lua.C... oListResult(folder, attributes, extended) -- do nothing return true, attributes, extended end
Spam Filter Rules: Goto @reference
3 Hits, Last modified: 7 years ago
=== Basic example <code> If ${Score} >= 100 Goto End Endif # Anything placed here will only run if ${Score} < 100 and "Goto End" is not executed :End </code> An infinite loop - you should **never** allow this to happen <code> :
Batch file to end a database backup @reference
3 Hits, Last modified: 7 years ago
======Batch file to end a database backup====== VPOP3 runs pg_dump.exe to perform the regular database... 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
Encryption @faq
3 Hits, Last modified: 7 years ago
essage is stored in an unencrypted form at either end, it is only during transmission that it is encryp... ====Message Encryption===== Message encryption is end-to-end. The sender's email client generally encrypts the message, and the recipient's email client wil
POP3 Client Lua Scripting @reference
3 Hits, Last modified: 22 months ago
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
User Manager Script @reference
3 Hits, Last modified: 13 months ago
Reset Message Folder Counts @reference
3 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
2 Hits, Last modified: 9 months ago
Copy SMTP Rules - Database Query @reference
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
SMTP Direct Sender Settings @reference
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
GDPR for VPOP3 self-hosted software @faq
2 Hits, Last modified: 7 years ago
Timeout while VPOP3DB is starting @how_to
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Virus Scan Filter Scripting @reference
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader @reference
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
Status @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 22 months ago
Multiple VPOP3 icons in the taskbar @faq
2 Hits, Last modified: 7 years ago
msgaudit Database table @reference
1 Hits, Last modified: 7 years ago
Misc -> Advanced Tab @reference
1 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
1 Hits, Last modified: 7 years ago
Management Scripting @reference
1 Hits, Last modified: 7 years ago
SMTP Server -> Spam Reduction @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
1 Hits, Last modified: 7 years ago
Send Admin Message @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
1 Hits, Last modified: 5 years ago
Spamrules example - increase spam score for long sender domain @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for subject marker @reference
1 Hits, Last modified: 7 years ago
Useful other things @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
1 Hits, Last modified: 7 years ago
SMTPClientAllows Replacement @adminapi
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders @reference
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
SMTPSPFWhitelist Replacement @adminapi
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
UserRuleList Replacement @adminapi
1 Hits, Last modified: 7 years ago
Support Remote Access facility @faq
1 Hits, Last modified: 7 years ago
What is the VPOP3 Antivirus solution? @faq
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
How To Allow Mail Relay Through VPOP3 @how_to
1 Hits, Last modified: 10 days ago
Autoresponders / Out of Office @how_to
1 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
1 Hits, Last modified: 7 years ago
How to send a fax by email using the VPOP3 FaxServer @how_to
1 Hits, Last modified: 7 years ago
Forwarded Emails Not Arriving @how_to
1 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
1 Hits, Last modified: 4 years ago
Error Handling Scripting @reference
1 Hits, Last modified: 19 months ago
Seeing where a message came from @how_to
1 Hits, Last modified: 7 years ago
Signing outgoing mail with DKIM @how_to
1 Hits, Last modified: 5 years ago
Status Monitor is open during installation @how_to
1 Hits, Last modified: 7 years ago
How To Upgrade VPOP3 @how_to
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
VPOP3 Not Starting Properly @how_to
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
SMTPClientBlocks Replacement @adminapi
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
Autoresponder scripting @reference
1 Hits, Last modified: 2 days ago

Page Tools

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