Fulltext results:
- Incoming SMTP Mail
- al IP address. In this case, there are no changes needed to a normal VPOP3 configuration to allow this to work. You do NOT need to configure an //SMTP Mail Collector// in VPOP3.... MTP feed account, then, in this case, you //may// need to configure an SMTP Mail Collector. In these day... nternet connections, this is rare! =====When you need an SMTP Mail Collector===== You will need to conf
- Attachment Processing Script
- s to allow message attachments to be altered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) * IsLockNeeded * RewriteAttachment ====NeedsRecode==== function NeedsRecode(filtervariables, attachments_array, mime_structure) Called when VPOP
- Mail Connectors -> Mail Senders
- ly to the recipient's mail server, so it does not need an intermediate server. To have any chance of this working you will almost certainly need to have a reverse DNS entry configured for your I... Direct for other mail in this situation you will need to [[how_to:Route MX Sent (Direct) Outbound Mail
- Database -> Restore Tab
- To use this database restore facility, first you need to restore a database backup to a temporary datab... rt: ''5433'' * Database: ''vpop3temp'' (If you need to enter customised parameters, you can edit the ... may take some time depending on how many messages need to be restored. You can continue using VPOP3 or e
- Message Rules
- want for each rule. By default all the conditions need to match for the rule to apply, but you can clear the **All conditions need to match** checkbox near the bottom of the window to make it so that only one condition needs to match for the rule to apply. You cannot have
- Status Monitor (port 5109) protocol
- llenge' //including// the < and > characters You need to concatenate the challenge and the user's passw... llenge' //including// the < and > characters You need to concatenate the challenge and the WebAPI key a... ey occur. The data is 'pushed' to you, you do not need to request an update. Each data line begins with
- Message Archive -> General
- be accessed. Also, note that the VPOP3 service needs to have access to any shared folders - the VPOP3... nt user from the currently logged in user, so you need to check access permissions carefully if you are ... ch are not currently indexed. Usually this is not needed, but if you have had a problem, and could only
- POP3 Client Lua Scripting
- remote server to determine if any special actions need to be performed on the message. * **End()** - c... Reason string - text string to use if a reason is needed for the action * Recipients table - table c
- Spam Filter Rules: If
- tests within a single **If** statement, so if you need to test if two conditions are both met, you will need to nest two **If** statements, for instance <code
- SMTP Service - Filtering
- nt (or attachments, etc) using SMTP rules If you need to check the message body, or attachments, you may need to use a [[spam_filter_rules|custom Spam Rule scr
- SMTP Server Lua Scripting
- client IP address', and no SMTP authentication is needed * **AuthenticationRequired** - (IN/OUT) - boo... Reason string - text string to use if a reason is needed for the action * Recipients table - table c
- Reset Message Folder Counts
- step. **Before running the query below you will need to stop VPOP3**. Note that running it will take s... =ff.folderid; (Copy and paste if possible!) N.B. VPOP3 **does** need to be stopped while you do this
- Import Users From File
- , such as Microsoft Excel. Within Excel, you will need to save the file as type **CSV (Comma delimited) ... n administrator |0/1 | |**Reply To** |//Rarely needed:// VPOP3 will override relevant addresses with
- Mail Collectors
- e **Incoming SMTP** collection method is //only// needed if VPOP3 has to "do something" to trigger incom... ting at the VPOP3 server, then usually you do not need to create an Incoming SMTP collector, as it will
- Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
- ssage and retry periodically. Usually there is no need to do anything special if there was a problem wit... UPDATE messages.outgoing SET nexttry=now(); N.B. VPOP3 does not need to be stopped while you do this