• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • How to filter attachments • How to install the VPOP3 Status Monitor on other PCs • How to move the VPOP3 Message Store to a new PC • Incoming SMTP Feed • How to use the VPOP3 Status Monitor • Installation checklist • How to make VPOP3 re-download POP3 messages from the ISP • Restore selected mail folders or mailbox in VPOP3 v5 or later • Repairing corrupted database • Using the Message Archive

out

Search

You can find the results of your search below.

Starts with
  • 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

Matching pagenames:

  • About
  • Outgoing Message Scripting
  • Route incoming POP3 mail by parsing message headers
  • User Routing Options
  • User Routing Script

Fulltext results:

SMTP Server Lua Scripting
12 Hits, Last modified: 4 weeks ago
s read-only by the script. If it is marked as (IN/OUT) then the script can modify it if desired. * **... g "192.168.1.1") * **ValidClientAddress** - (IN/OUT) - boolean - TRUE if the client IP address is in ... IP address range * **LocalClientAddress** - (IN/OUT) - boolean - TRUE if client IP address is in an '... on is needed * **AuthenticationRequired** - (IN/OUT) - boolean - TRUE if SMTP authentication is requi
Mail Sender Advanced Settings
8 Hits, Last modified: 7 years ago
POP3 will get a list of messages waiting in the [[outgoing message queue]] at the time when the connect... ages, even if new messages have arrived in in the outqueue. If this box is not checked, then, once VPO... s tried to send all the messages currently in the outqueue, it will check again to see if any new messa... box is checked, then VPOP3 will sort the pending outgoing messages by size and send the smaller messag
Permissions
6 Hits, Last modified: 7 years ago
relevant [[services|service]] settings =====Max Outgoing Message Size===== The **Max Outgoing Message Size** setting sets the maximum size of an //outgoing// message sent by this user. It does not aff... ng in first. In that case, VPOP3 will try to work out the sender by looking at the sender's email addre
Lua Scripting
5 Hits, Last modified: 5 days ago
he **print** command in Lua, VPOP3 will write the output to the **Lua.out** file, it won't appear directly on screen. VPOP3 writes Lua interpreter errors (e... user specific scripts). These must be edited from outside of VPOP3 and backed up separately. In VPOP3 v... Management Scripting|Management Scripting]] * [[Outgoing Message Script|Outgoing Message Scripting]]
Message Monitoring
5 Hits, Last modified: 7 years ago
n VPOP3 will tell VPOP3 to send a copy of all the outgoing, internal and/or incoming mail from/to speci... desired options from the **Incoming messages**, **Outgoing messages** and **Internal Messages** boxes a... g the copying, certain header fields are stripped out, such as those requesting a read receipt. Also, ... intended for. This can be useful when monitoring outgoing messages, because if the message was BCCd to
Database query to list failed message sends
5 Hits, Last modified: 7 years ago
failed message sends====== This will list failed outgoing messages from the last 3 days (with the defa... | '@' || domain as recipient, latesterror from outqueue.outrecipients inner join outqueue.outmessages using(msgid) where failedtime is not null order by created
Groups
5 Hits, Last modified: 7 years ago
is option is checked, then group members can send outgoing email. If it's not checked, then they will be blocked from sending outgoing mail (note that [[smtp general|requiring SMT... group's members will be administrators * **Max Outgoing Size** - if this option is set to 0 (zero), ... set to a non-zero value, then that is the maximum outgoing message size that the group members can send
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
4 Hits, Last modified: 7 years ago
ame || '@' || r.domain as recipient FROM messages.outgoing INNER JOIN messages.outgoingrecipients r USING(msgid) INNER JOIN messages.outgoingtargets USING(msgid) WHERE target='<server>' ... e the <> or use SELECT count(*) FROM messages.outgoingtargets WHERE target='<server>'; to simply
Database query to list ALL messages in the LAN forwarding queue
4 Hits, Last modified: 7 years ago
ame || '@' || r.domain as recipient FROM messages.outgoing INNER JOIN messages.outgoingrecipients r USING(msgid) INNER JOIN messages.outgoingtargets USING(msgid) ORDER BY msgid; to li... ng queue or use SELECT count(*) FROM messages.outgoing; to simply get a count of the number of m
Global Signature
4 Hits, Last modified: 7 years ago
andard piece of text or HTML to the bottom of all outgoing messages. You can create just a plain text,... signature will not cause that to be added to all outgoing messages. If a user sends a plain text messa... g HTML tags) and add the converted version to the outgoing message. =====Images and other media===== W... signature, the image will not be embedded in the outgoing email. The included image should be a link t
Mail Connectors -> Mail Senders -> SMTP Direct
3 Hits, Last modified: 7 years ago
messages may not be sent, but may 'stick' in the out queue - this can happen if the target mail server... y error code, VPOP3 will leave the message in the outqueue to try again later. In VPOP3, you can open the message in the Outqueue viewer in the settings, and it will show you
Mail Connectors -> Mail Senders
3 Hits, Last modified: 7 years ago
==== The Mail Sender tells VPOP3 how to send mail out to the Internet. If you want to send mail for spe... LAN Forwarding]] feature instead. VPOP3 can send outgoing mail using two methods: * Send via an SMTP... you will need to [[how_to:Route MX Sent (Direct) Outbound Mail Through Your ISP's Relay Server|tell VP
Database query to alter LAN Forwarding rules for one server to go to another
3 Hits, Last modified: 7 years ago
rd is 'vpop3pass') Then, type UPDATE messages.outgoingtargets SET target='<new server>' WHERE targe... ely. Don't include the <>. eg UPDATE messages.outgoingtargets SET target='192.168.1.53' WHERE targe... on the new server, you can use UPDATE messages.outgoingtargets SET target='<new server>', username='
Settings -> Admin Settings
3 Hits, Last modified: 7 years ago
osing a Main Administrator]] * [[#Opting in and out of error messages|Opting in and out of error messages]] * [[#Enabling Message Security|Enabling Mess... g. Postmaster), is up to you. =====Opting in and out of error messages===== You have control over some
Import Users From File
3 Hits, Last modified: 7 years ago
override relevant addresses with this address, in outgoing mail |A valid email address | |**Assistant... cifically selected for monitoring |0/1 | |**Max Outgoing Size** |The maximum permitted size (in bytes) for outgoing messages |Numeric | |**WebPassword** |A s
SMTP Server
3 Hits, Last modified: 7 years ago
Offline Archive Error Messages
3 Hits, Last modified: 7 years ago
Outgoing Message Scripting
3 Hits, Last modified: 15 months ago
DMARC Reporter Script
3 Hits, Last modified: 19 months ago
Settings -> Attachment Processing
3 Hits, Last modified: 7 years ago
Users
3 Hits, Last modified: 7 years ago
SMTP Service - Filtering
2 Hits, Last modified: 7 years ago
POP3 Server
2 Hits, Last modified: 7 years ago
Mail Connectors
2 Hits, Last modified: 7 years ago
Reset Message Folder Counts
2 Hits, Last modified: 7 years ago
Misc -> General Tab
2 Hits, Last modified: 7 years ago
Mail Sender Advanced Relay Settings
2 Hits, Last modified: 7 years ago
LAN Forwarding Scripting
2 Hits, Last modified: 7 months ago
Spam Filter Rules: IfMatch
2 Hits, Last modified: 7 years ago
Mail Connectors -> Connector Schedule
2 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x
2 Hits, Last modified: 7 years ago
Settings -> Local Mail -> General
2 Hits, Last modified: 7 years ago
Lists
2 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table
2 Hits, Last modified: 7 years ago
Status
2 Hits, Last modified: 7 years ago
Webmail Menu bar
1 Hits, Last modified: 7 years ago
User Routing Script
1 Hits, Last modified: 2 years ago
SMTP Server -> Spam Reduction
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP
1 Hits, Last modified: 7 years ago
Signature Script
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach
1 Hits, Last modified: 7 years ago
SMTP -> General tab
1 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Break
1 Hits, Last modified: 7 years ago
Management Scripting
1 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers
1 Hits, Last modified: 7 years ago
LogDB.Recipients table
1 Hits, Last modified: 7 years ago
Message Archive -> General
1 Hits, Last modified: 7 years ago
Archive Script
1 Hits, Last modified: 2 years ago
Attachment Extraction Scripting
1 Hits, Last modified: 7 years ago
Autoresponder scripting
1 Hits, Last modified: 5 days ago
Error Handling Scripting
1 Hits, Last modified: 19 months ago
Database query to export LAN Forwarding rules
1 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
POP3 Mail Collection
1 Hits, Last modified: 7 years ago
Monitor Scripting
1 Hits, Last modified: 6 years ago
Lua SMTP MX Control
1 Hits, Last modified: 23 months ago
Lua SMTP Relay Control
1 Hits, Last modified: 7 years ago
Mail tab
1 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
1 Hits, Last modified: 7 years ago
Mappings
1 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
Misc -> DNS Tab
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