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
- 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
- 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
- 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 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
- 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
- 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
- Seeing where a message came from @how_to
- are probably together, so just one server at the sender's end. The last line is the local mail server receiving the message from the sender's server. In this case, the only information we ... timezone - or BST in this case). If we know the sender's server, or are in contact with them, the other ... se lines we can tell that the message reached the sender's server at 4:36:25 (in the GMT-4hrs timezone) -
- Delete OutQueue messages directly from the database @how_to
- mation of the most recent 10 messages=== ''SELECT senderip, authsender, returnpath, subject, created FROM ... * open relay - you can tell this because the 'senderip' is an external IP address, and the 'authsender... 'hacked' account - you can tell this because the 'senderip' is an external IP address, and the 'authsender... mbot on local PC - you can tell this because the 'senderip' is an internal IP address - check the computer
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference