Fulltext results:
- Outgoing Message Scripting @reference
- ticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, Message,... blank). * ReturnPath - The email address of the sender (strictly speaking, the SMTP return path/MAIL FRO... ''. * Subject - The subject of the message. * SenderIPAddress - The IP address of the message sender (if generated from within VPOP3/forwarded/etc, this will
- Mail Sender Advanced Settings @reference
- ======Mail Sender Advanced Settings====== [[Mail Connectors]] -> [[Mail Senders]] -> (name) -> Advanced =====Advanced===== ====... er, see [[http://www.pscs.co.uk/manual/index.html?sender_domain_filtering.html|the Domain Filtering sectio... trict which email messages are sent via this Mail Sender. You specify each rule on a separate line, and t
- Lua SMTP Relay Control @reference
- bal variables set at the start of the script: * senderid - this is the numeric message sender configuration id (starting at 0) * sendername - this is the name you gave to the message sender configuration in VPOP3 In VPOP3 5 and later, there
- SMTP Server Lua Scripting @reference
- ser** - (IN) - string - username of authenticated sender (using SMTP or POP3-then-SMTP authentication) *... ser** - (IN) - string - username of authenticated sender (using SMTP authentication only) * **ForceDisco... <mailfrom>", <parameters>, "<SPF Result>", "<Auth Sender>") This function is called by VPOP3 when it rece... Recipients>, <Cc Recipients>, <Bcc Recipients>, "<Sender IP Address>", "<Authenticated Sender>", "<Sender
- SMTP Rule Example - restrict who can send to a local email address @how_to
- _to:smtprule_bb.png|}} If you want to block more senders, just add more rules like this. So, for one or t... two rules=== You need one rule to allow all other senders to send to the list, then second rule to block a... st as long as it is **not** one of the prohibited senders. {{:how_to:smtprule_aabb2.png|}} This rule **m... will block messages to the list by the prohibited senders. If you want to add more prohibited senders, ju
- Lua SMTP MX Control @reference
- - as YYYYMMDDHHMMSS * ReturnPath - The message sender/return path value * Recipients - A table contai... ge being sent: * authsender - the authenticated sender (if any) that sent the message to VPOP3 * origi... age being sent * connnid - the VPOP3 Connection/Sender ID * connection - the VPOP3 Connection/Sender name The function returns an Actions object saying what
- Signature Script @reference
- ototype: GetSignature(<format>, <authenticated sender>, <sender email address>) (where '<format>' is either "HTML" or "PLAIN") In v6.7+, the message subjec... ction: GetSignature(<format>, <authenticated sender>, <sender email address>, <subject>) In v6.9+, a table is passed containing the LDAP attributes for th
- Error Handling Scripting @reference
- so change the message subject, text, recipient or sender ProcessMessage3(<component>, <id>, <type>, <seve... d>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which compon... nt generated the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the compone... body * target - email address of the target * sender - email address of the sender The function shou
- SMTP Reputation Stats @reference
- tering service) then you can tell VPOP3 to report sender reputation statistics back to VPOP3. This is enab... lity. Large mail server providers already perform sender reputation monitoring, but standalone copies of V... ormation we should be able to determine whether a sender IP address is reputable or not. The information ... we can ignore data from this copy of VPOP3). - sender IP address - failed/successful login attempts (
- ListServer Commands @reference
- not the email address of the list This adds the sender email address to the specified mailing list. This... then a message will be sent back to the original sender to confirm the subscription. ===Unsubscribe=== (... sts managed by this ListServer. This removes the sender email address from the specified mailing list. If... then a message will be sent back to the original sender to confirm the unsubscription. =====Message Bod
- Monitor Scripting @reference
- -> Message Monitoring). VPOP3 calls MonitorOut(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, recipient_list, subject) * **recipient_list** i
- POP3 Mail Collection @reference
- s session** and if it sees messages with the same sender, recipient, subject, sent date, and message-id it... ather than the main administrator * **Bounce to sender and don't keep local copy** - this sends a message back to the original sender, and discards the message * **Ignore** - the pr... extra options * **Send a bounce message to the sender** - if this is checked, then a bounce message wil
- Spamfilter Quarantine Viewer @reference
- n received date, time, user (original recipient), sender, subject and maximum size. The **Sender** and **Subject** searches are simple substring searches, you can... kely to be caught as spam in the future * **Add sender to whitelist** - this will make VPOP3 add the sender of the message (the detected sender is displayed) to
- Autoresponder @reference
- n sending the automatic response. If the original sender replies to the automatic response, their reply wi... blank the automatic reply will go to the original sender * **Send response to original sender** - if this is checked, the reply will go to the original sender (as well as any other addresses specified, if any
- User Routing Script @reference
- if spam processing is disabled, for instance) * Sender - the email address of the message sender * User - the username of the user being processed * Subject... om any *@localdomain.com addresses if string.find(Sender, "@localdomain%.com$") then ShouldForward = false; end </code> ====If the sender is user@domain.com forward to person@mycompany.co
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference