Fulltext results:
- Database schema used in VPOP3 5.x
- note that VPOP3 5.x uses [[http://www.postgresql.org/docs/9.1/static/release-9-1-3.html|PostgreSQL 9.1... as 3.x-4.x use PostgreSQL [[http://www.postgresql.org/docs/8.3/static/release-8-3-15.html|8.3]] or late... atabase, we generally use [[http://www.postgresql.org/docs/9.1/static/app-psql.html|PSQL]], but there a... if you prefer them, such as [[http://www.pgadmin.org/|PgAdmin]]. [[http://psqlodbc.projects.postgresql
- Users.AutoresponderConditions table
- s with **/** then it is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... acters, otherwise it is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... s with **/** then it is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... acters, otherwise it is a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS
- Spamfilter database comparators
- (eg **nei**) * ~ does a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... comparison * !~ does a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... comparison * ~* does a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS... comparison * !~* does a [[http://www.postgresql.org/docs/9.1/static/functions-matching.html#FUNCTIONS
- SMTP Service -> Advanced Tab
- ations are an SMTP extension ([[http://tools.ietf.org/html/rfc3461|RFC 3461]]) which allow customised d... bol in an email address had a [[http://www.remote.org/jochen/mail/info/address.html#percenthack|common ... === Minger (Mail pINGER) is a [[http://tools.ietf.org/html/draft-hathcock-minger-06|draft protocol]] us
- Spam Filter Rules: DefineRule
- he following example defines a rule called 'surbl.org' with a default weighting of 1.2 and an associated description. <code> DefineRule "surbl.org" 1.2 "URL in message in multi.surbl.org" </code> The following example defines a rule called 'MyMult
- Calendar.Events table
- s===== * id - this is a [[http://www.postgresql.org/docs/9.0/static/datatype-numeric.html|bigint]] se... robably need to read and understand the [[http://tools.ietf.org/html/rfc5545|iCalendar specification]].
- POP3 Mail Collection
- them. (See section 7 [UIDL] of [[http://www.ietf.org/rfc/rfc1939.txt|RFC 1939]]) =====POP3 Routing=... essages, where the sender email address is often forged Note that sending a bounce message to the send
- Lua Scripting
- ======Lua Scripting====== [[http://www.lua.org|Lua]] is a simple scripting programming language often ... general Lua programming instructions see www.lua.org for documentation. Note that if you use the **pri
- Spam Filter Rules: DNSBL
- ter score. <code> DNSBL ${SenderIP} sbl.spamhaus.org dnsresult IfMatch ${dnsresult} "/^127\.0\.0\.2$/"... ${SenderIP}) found in SBL.Spamhaus (${dnsresult})" ${Score} += 100 [sbl.spamhaus.org] EndIf </code>
- Spam Filter Rules: StartDNSBL
- e===== <code> StartDNSBL ${SenderIP} sbl.spamhaus.org # Continue with the rest of the script, whilst a... up should either be fully or partially completed. DNSBL ${SenderIP} sbl.spamhaus.org dnsresult </code>
- Spam Filter Rules: StartSURBL
- mple===== <code> StartSURBL ${Domain} multi.surbl.org # Continue with the rest of the script, whilst a... kup should either be fully or partially completed. SURBL ${Domain} multi.surbl.org surblresult </code>
- Lists
- ns]]' setting is set to //mycompany.com;mycompany.org//, and your list is called //Customers//, then yo... ustomers@mycompany.com** or **customers@mycompany.org** All lists except for Groups can also be made p
- SMTP -> General tab
- l email address. Since this is extremely easy to forge, it is no real protection against unwanted relay
- Spam Filter Rules: DBDeleteTime
- stgreSQL Interval Input - [[http://www.postgresql.org/docs/9.1/static/datatype-datetime.html#DATATYPE-I
- Spam Filter Rules: SURBL
- is returned into the ${surblresult} variable <code> SURBL ${Domain} multi.surbl.org surblresult </code>