Fulltext results:
- Outgoing Message Scripting @reference
- function signature is: **NewMessage(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, Message, HoldSeconds, DeleteAfterSeconds)** * AuthenticatedSender - The VPOP3 username of the user who authenticate... blank). * ReturnPath - The email address of the sender (strictly speaking, the SMTP return path/MAIL FRO
- 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
- 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
- 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
- Delete OutQueue messages directly from the database @how_to
- mation of the most recent 10 messages=== ''SELECT senderip, authsender, returnpath, subject, created FROM outqueue.outmessages ORDER BY msgid DESC LIMIT 10;'' Th... * open relay - you can tell this because the 'senderip' is an external IP address, and the 'authsender' is blank * 'hacked' account - you can tell this beca
- User Delivery Script @reference
- * Originator - the email address of the message sender * Filename - the temporary name of the file con... header modifiers (table of strings) * ForwardingSenderAddress - the sender address for any forwards * ForwardingSenderText - the text name of the sender for any forwards * Quar
- 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 (
- 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
- 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
- French Webmail Language File @how_to
- ays view images in messages from v4imageshiddennosender=This message does not say who it was sent by - images will always be blocked where no sender is specified v4tabmail=Mail v4tabaddr=Address Bo... Release Options v4settingsquarantinewhitelist=Add sender to whitelist v4settingsquarantinebayes=Train Baye... gsautoresponderonceonly=Only respond once to each sender (recommended for out-of-office responders) v4sett
- German Webmail Language Page @how_to
- ays view images in messages from v4imageshiddennosender=This message does not say who it was sent by - images will always be blocked where no sender is specified v4tabmail=Mail v4tabaddr=Address Bo... Release Options v4settingsquarantinewhitelist=Add sender to whitelist v4settingsquarantinebayes=Train Baye... gsautoresponderonceonly=Only respond once to each sender (recommended for out-of-office responders) v4sett
- Error message after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address @how_to