• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

line

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (45)
  • how_to (35)
  • faq (2)
  • adminapi (1)
  • fatal (1)
  • mailapi (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Message Archive -> Offline Tab
  • Offline Archive Error Messages
  • VPOP3.GetMessageLines

Fulltext results:

Status Monitor (port 5109) protocol @reference
14 Hits, Last modified: 6 years ago
LOGIN <username> <password> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a... ALOGIN <username> <response> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a
How To Setup VPOP3 Service Security @how_to
9 Hits, Last modified: 7 years ago
lled **IP Access Restrictions**. In that box each line defines an access restriction rule. =====VPOP3 ... trictions are defined using a helper editor. Each line defines an access restriction rule. To edit a ru... s restrictions are defined as text controls. Each line defines an access restriction rule. The parts to ... ws: * Optionally if the first character on the line is a '!' (exclamation mark) it means do NOT allow
Misc -> Advanced Tab @reference
8 Hits, Last modified: 7 years ago
velope, and also, specify the sender in the From: line in the message header. If this option is checked... take the email address from the **From:** header line, and use it as the sender's address in the SMTP e... ld fix problems with sending mail. ====Allow Any Line Endings==== In email, all lines must strictly end... racters (CR, LF, or LF/CR) are not interpreted as line endings. Usually VPOP3 will follow the standards
SMTP Server Lua Scripting @reference
8 Hits, Last modified: 3 weeks ago
ageLineRaw()** - (v5+) called each time a message line is received by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndMessage()** - (v5+) ca... * **MaxLineLength** - (IN/OUT) - number - maximum line length * **AddUserAddresses** - (IN/OUT) - bool... r>** =====DoUnrecognised()===== ''DoUnrecognised(<line>)'' This function is called by VPOP3 when it rec
Seeing where a message came from @how_to
7 Hits, Last modified: 7 years ago
ugh time you have to find the lowest ''Received'' line in the headers, and work upwards. =====Example==... so just one server at the sender's end. The last line is the local mail server receiving the message fr... *127.31.11.95** address in the first ''Received'' line is the IP address of the sender as the first mail... RFC 5321]] for details on the ''Received'' header line format. Note that as this line is not intended to
Formatting Syntax @wiki
6 Hits, Last modified: 3 years ago
ackslashes followed by a whitespace or the end of line. This is some text with some linebreaks\\ Note t... o backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this happens wi... o backslashes are only recognized at the end of a line\\ or followed by\\ a whitespace \\this happens ... e this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[d
Spam filter not working @how_to
6 Hits, Last modified: 7 years ago
er is being run at all. Check to see if a header line beginning with **X-VPOP3-Spam** is in the message headers. ====X-VPOP3-Spam header line does not exist==== If the X-VPOP3-Spam header is... ou look in the message headers for the top header line beginning with **Received**, this should contain ... access for remote users. ====X-VPOP3-Spam header line does exist==== If the **X-VPOP3-Spam** header lin
Spam Filter Rules: IfMatch @reference
5 Hits, Last modified: 7 years ago
e task as **body**, but also searches the subject line |2.1.7 | ^anytexta |This performs the same task as **bodya**, but also searches the subject line |2.1.7 | ^htmlsource |This searches the raw HTML... arch, treating the entire search data as a single line. You can modify this behaviour by adding characte... owiki> characters match at the start and end of a line rather than the start and end of the entire data
Import Users From File @reference
5 Hits, Last modified: 7 years ago
) (*.csv)**. You may optionally include a header line at the top of the CSV file, which allows you to s... \\ Irrespective of whether you include the header line, you will be able to override the column definiti... ising the import.\\ If you have included a header line in the CSV file, the columns should be sorted int... , review the three checkboxes: * **Ignore first line** - //You should tick this if the first line cont
Spam Filter Rules: Comments @reference
5 Hits, Last modified: 7 years ago
pam filter scripts, blank lines are ignored. Any line beginning with a **#** character is treated as a comment. Comments must be on a line of their own; there is no way to add a comment to the end of a line. =====Examples===== The following example demons... s another comment, but I'll type code on the next line ${Pears} = 2 </code> The following example shows
SMTP Direct Sender Settings @reference
5 Hits, Last modified: 7 years ago
can use wildcards in the domain name part of the line - eg ** *.demon.co.uk** ===VPOP3 v6.2 and late... to the DNS overrides. The first two parts of each line in the overrides is as before - recipient domain,... the message size matches the condition, then this line matches - Check message retries - specify ''$re... of this message matches the condition, then this line matches - Stop processing the overrides - speci
Spam Filter Rules: AddHeader @reference
5 Hits, Last modified: 7 years ago
ou to add, replace or remove the specified header line in the message headers | The **AddHeader** statement requires the full header line in one continuous string, in the format AddHeader "<full header line>" * If the header line is present: * It will be replaced if an alternative value is specified.
SMTP Server -> IDS/IPS @reference
4 Hits, Last modified: 7 years ago
will simply append entries to the file (one text line per event), so it will grow indefinitely unless y... filename dynamically if you wish. The **IDS Log Line Format** tells VPOP3 what data to store on each line in the log file. You can use replacements to indic... [ids_logging_script|Lua script]] to customise the line format further - eg if the timestamp needs to be
How to move the VPOP3 Message Store to a new PC @how_to
4 Hits, Last modified: 7 years ago
pen the file 'pg_hba.conf' in Notepad. Under the line saying: **host all all 127.0.0.1/32 md5** add another line like: **host all all 192.168.0.1/32 md5** C... n the 'postgresql.conf' file in Notepad Find the line saying: **#listen_addresses = 'localhost'** Add a line under that saying: **listen_addresses = '*'** R
Setting up an iPhone/iPad/iPod Touch @how_to
3 Hits, Last modified: 7 years ago
, tap the account you have just added - Tap the line beginning with **Account** at the top, to edit th... ettings - Tap the Outgoing Mail Server **SMTP** line - Tap the ***Primary Server** line - Select the **Use SSL** option - Ensure the **Server Port** i
Using VPOP3 with Microsoft Exchange Server @how_to
3 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
3 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
3 Hits, Last modified: 22 months ago
Spam Filter Rules: SendMessage @reference
3 Hits, Last modified: 7 years ago
How to use the VPOP3 Status Monitor @how_to
3 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
3 Hits, Last modified: 22 months ago
Spamfilter Whitelist & Blacklist @how_to
3 Hits, Last modified: 7 years ago
VPOP3 re-downloading old messages from the ISP POP3 server @how_to
2 Hits, Last modified: 7 years ago
Message Monitoring @reference
2 Hits, Last modified: 7 years ago
SMTP Relay Protection in VPOP3 @how_to
2 Hits, Last modified: 7 years ago
VPOP3 Server Access Not Allowed @how_to
2 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
2 Hits, Last modified: 5 years ago
Windows Server Port Conflicts @faq
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
2 Hits, Last modified: 7 years ago
Summary Log File Format @reference
2 Hits, Last modified: 7 years ago
Using VPOP3 Spam Filtering with LAN Forwarding @how_to
2 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
2 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
2 Hits, Last modified: 6 years ago
How To Allow Mail Relay Through VPOP3 @how_to
2 Hits, Last modified: 10 days ago
Spam Filter Rules: ForEach @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
2 Hits, Last modified: 7 years ago
Delete an outgoing message @how_to
2 Hits, Last modified: 7 years ago
How to filter attachments @how_to
2 Hits, Last modified: 7 years ago
Increase the spam score for subject marker @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
1 Hits, Last modified: 7 years ago
VPOP3.SendMessage @reference
1 Hits, Last modified: 4 years ago
Spam Filter Rules: Include @reference
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto @reference
1 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
1 Hits, Last modified: 4 years ago
Spam Filter Rules: DNS @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain @reference
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
Reports @reference
1 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
1 Hits, Last modified: 7 years ago
FATAL: connection limit exceeded for non-superusers @fatal
1 Hits, Last modified: 7 years ago
550/553 Not Permitted error from BT Internet's mail servers @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10503 - No More Data @how_to
1 Hits, Last modified: 7 years ago
Allow Remote Access to VPOP3 Mailboxes @how_to
1 Hits, Last modified: 7 years ago
Alternative method of automatically starting VPOP3 @how_to
1 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Calendars @how_to
1 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
1 Hits, Last modified: 7 years ago
Database Maintenance @how_to
1 Hits, Last modified: 7 years ago
Error Message Handling @how_to
1 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
1 Hits, Last modified: 7 years ago
Find the IP address of the VPOP3 Computer @how_to
1 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
1 Hits, Last modified: 7 years ago
os.timedexecute @reference
1 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
1 Hits, Last modified: 4 years ago
Internationalisation @how_to
1 Hits, Last modified: 7 years ago
Localhost missing from Vista HOSTS file @how_to
1 Hits, Last modified: 7 years ago
Outlook behaviour when deleting messages from IMAP4 @how_to
1 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
1 Hits, Last modified: 9 months ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
Attachment Processing Script @reference
1 Hits, Last modified: 3 years ago
What is the VPOP3 Antivirus solution? @faq
1 Hits, Last modified: 7 years ago
Database -> Backups Tab @reference
1 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
1 Hits, Last modified: 19 months ago
ListServer Commands @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders @reference
1 Hits, Last modified: 7 years ago
Message Headers @reference
1 Hits, Last modified: 7 years ago
Autoresponder Commands @reference
1 Hits, Last modified: 7 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki