Fulltext results:
- SMTP Server Lua Scripting
- 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
- Temporary Files
- G*.DAT - web UI temporary file * H*.DAT - held outqueue message before import to DB * Q*.DAT - outqueue message before import to DB * MS*.DAT - messa... d in many email client applications * OP*.DAT - outmail preprocessing queue (legacy extension) * XP*.DAT - outmail preprocessing work file (legacy extension)
- Mail Sender Advanced Settings
- 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
- 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
- Groups
- 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 failed message sends
- 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
- Lua Scripting
- 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... Monitor Script|Message Monitor Scripting]] * [[Outgoing Message Script|Outgoing Message Scripting]]
- Message Monitoring
- 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
- Global Signature
- 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
- Database query to list ALL messages in the LAN forwarding queue
- 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
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server
- 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
- Settings -> Admin Settings
- 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
- Database query to alter LAN Forwarding rules for one server to go to another
- 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 -> Attachment Processing
- orm sender that attachments were filtered** ====Outgoing Messages==== If you check **Reject outgoing messages with filtered attachments**, VPOP3 will not ... otifications==== Notification emails will be sent out to the sender when their message contains filtere
- DMARC Reporter Script
- eports or cause messages to be 'stuck' in VPOP3's Outqueue. These problems won't cause any lasting dama... scripting If you want more complex signatures on outgoing emails, rather than the static text/HTML you... o use - The time to delete the message from the Outqueue (either a number of seconds, or an ISO-8601