• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Hosted Exchange Service • Spamfilter -> General • How to remove messages from the outbound queue • Spam Filter Rules: DefineRule • VPOP3 re-downloading old messages from the ISP POP3 server • 550/553 Not Permitted error from BT Internet's mail servers • Mail Connectors -> Mail Senders • How to create an SSL Certificate • How to Backup VPOP3 • SMTP Direct Sender Settings

code

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@how_to
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Autoupdate process failed with error code 786432
  • Avast for VPOP3 Error Codes

Fulltext results:

PostgreSQL server won't start due to damaged log files
10 Hits, Last modified: 7 years ago
name the **data** folder to **data_old** - Run <code>bin\initdb -D <VPOP3folder>\pgsql\data -U postgres -W -A md5</code> - When it prompts for a password, type in the ... ent, make sure you remember what it is! - Type <code>copy data_old\postgresql.conf data</code><code>copy data_old\vpop3db.conf data</code><code>copy data_ol
How to write your own spam filter rules
4 Hits, Last modified: 7 years ago
ile in the VPOP3 directory, use something like: <code> BulkScan Score [MyTests] Subject "subject words"... eck for in the subject OR body" 100 EndBulkScan </code> If you just have the text to search for, then V... rround the search expression with " quotes. eg <code> BulkScan Score [MyTests] Subject /subject\s+word... \s+(?i:OR)\s+body/ 100 Body "/this is a regular[- ]expression with spaces in/i" 100 EndBulkScan </code>
Data stream contained NUL character
4 Hits, Last modified: 7 years ago
here (they should either reject the message, or recode the message to base64 or quoted-printable encodin... ettings set POP3CltNullCharacterReplacement <asciicode> For instance, to make VPOP3 set NUL character... is usually the desired behaviour. Set the <asciicode> to '0' to have the characters rejected, '255' to... , or any other [[http://www.asciitable.com/|ASCII code]] (1 to 254) to have them replaced with that char
German Webmail Language Page
4 Hits, Last modified: 7 years ago
ers, feel free to update/correct the text below) <code> #login page logintitle=VPOP3 Login webadminlogin... dress ldap_l=City ldap_st=State/Region ldap_postalcode=Postal Code ldap_c=Country ldap_telephonenumber=Phone ldap_facsimiletelephonenumber=Fax ldap_pager=Page... w addresses v4mobnewmsghideaddr=Hide addresses v4mobnewmsgaddrback=Back v4mobnewmsgaddrnext=Next </code>
Full Text Search
4 Hits, Last modified: 7 years ago
lation directory For example: Start -> Run: cmd <code> cd \vpop3 createsearchdb </code> If it asks for for a password, the default is 'pgsqlpass' After doin... . For example: [[Stop VPOP3]] Start -> Run: cmd <code> cd \vpop3 deletesearchdb </code> ====Changing the FTS language==== The default language for the FTS f
French Webmail Language File
4 Hits, Last modified: 7 years ago
rs, feel free to update/correct the text below) <code> #login page logintitle=VPOP3 Login webadminlogin... dress ldap_l=City ldap_st=State/Region ldap_postalcode=Postal Code ldap_c=Country ldap_telephonenumber=Phone ldap_facsimiletelephonenumber=Fax ldap_pager=Page... w addresses v4mobnewmsghideaddr=Hide addresses v4mobnewmsgaddrback=Back v4mobnewmsgaddrnext=Next </code>
Exchange 2007
4 Hits, Last modified: 7 years ago
orward ALL email addresses, use something like: <code> *@mydomain.com 192.168.1.1:5025 </code> where mydomain.com is your registered domain, or the sub... Forwarding button.In this window put a line like <code> *@mydomain.com 192.168.1.1:5025 </code> where mydomain.com is your registered domain, or the su
Setting up VPOP3 to work with Exchange 2003
4 Hits, Last modified: 7 years ago
Forwarding button.In this window put a line like <code> *@mydomain.com 192.168.1.1:5025 </code> where mydomain.com is your registered domain, or the su... orward ALL email addresses, use something like: <code> *@mydomain.com 192.168.1.1:5025 </code> where mydomain.com is your registered domain, or the sub
Spanish Webmail Language File
3 Hits, Last modified: 7 years ago
s, feel free to update/correct the text below) <code> #login page logintitle=VPOP3 Login webadminlogin... ón ldap_l=Ciudad ldap_st=Estado/Región ldap_postalcode=Código Postal ldap_c=País ldap_telephonenumber=Te... w addresses v4mobnewmsghideaddr=Hide addresses v4mobnewmsgaddrback=Back v4mobnewmsgaddrnext=Next </code>
Spamfilter Whitelist & Blacklist
3 Hits, Last modified: 7 years ago
s'. (it will not check attachments). VPOP3 will decode any [[wp>quoted_printable|quoted-printable]] or [... 239(EF in hex) in ISO-8859-1, ISO-8859-3 and Unicode. Even though the character number is the same, the UTF-8 encoding means that the Unicode version will usually be transmitted as hex C3 AF,
VPOP3 - POP3 Client Problem
3 Hits, Last modified: 7 years ago
file error opening the UIDL storage file. Error Code - x The file has not been read, and you may recei... messages it had previously downloaded. The error code will show the Windows error indicating why VPOP3 could not open that file If the error code is '32' it means that some other program was acce
How to Restore a backup of VPOP3
2 Hits, Last modified: 7 years ago
- add the following to the bottom of the file: <code> fsync = off maintenance_work_mem = 128MB full_pa... off wal_buffers = 16MB checkpoint_segments = 16</code> - save the file (as 'postgresql.conf' in the V
VPOP3 Server Access Not Allowed
2 Hits, Last modified: 7 years ago
ess Not Allowed====== If you get an error like: <code>-ERR VPOP3 Server access not allowed!</code> when trying to access VPOP3, then this means that the rele
How to Backup VPOP3
2 Hits, Last modified: 7 years ago
situation before relying on it for your backups <code>REM edit the paths in the following lines if nece... Can log/report errors here :end SET PGPASSWORD=</code> ====Alternative Backup Procedures==== ===Replica
How to create an SSL Certificate
2 Hits, Last modified: 7 years ago
ertificate file (vpop3sslc.pem) will look like: <code> -----BEGIN CERTIFICATE----- <site certificate> -... rmediate certificate> -----END CERTIFICATE----- </code> If the issuing certificate authority requires an
Total Rebuild of Database
2 Hits, Last modified: 7 years ago
Database Backup Failed
2 Hits, Last modified: 7 years ago
Error Messages
2 Hits, Last modified: 2 years ago
Repairing corrupted database
2 Hits, Last modified: 17 months ago
Seeing where a message came from
2 Hits, Last modified: 7 years ago
Socket Error 10054 - The virtual circuit was reset by the remote end
2 Hits, Last modified: 7 years ago
Restore Deleted Calendars
2 Hits, Last modified: 3 years ago
Socket Error 10503 - No More Data
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem
1 Hits, Last modified: 7 years ago
Sender Domain Must Resolve
1 Hits, Last modified: 7 years ago
Socket Error 10048 - Specified Address Already in Use
1 Hits, Last modified: 7 years ago
Socket Error 10049 - The specified address is not available from the local computer
1 Hits, Last modified: 7 years ago
Outlook/Windows Messaging reports "No transport provider is available"
1 Hits, Last modified: 7 years ago
Installation Errors
1 Hits, Last modified: 7 years ago
Socket Error 11001 - Host not found (authoritative answer)
1 Hits, Last modified: 7 years ago
Socket Error 10053 - An established connection was aborted by the software in your host machine.
1 Hits, Last modified: 7 years ago
Socket Error 10060 - Operation Timed Out
1 Hits, Last modified: 7 years ago
Socket Error 10047 - Addresses in the specified family cannot be used with this socket
1 Hits, Last modified: 7 years ago
Error Message Handling
1 Hits, Last modified: 7 years ago
-ERR Unknown User
1 Hits, Last modified: 7 years ago
Socket Error 10061 - The attempt to connect was forcefully rejected
1 Hits, Last modified: 7 years ago
Autoupdate process failed with error code 786432
1 Hits, Last modified: 7 years ago
Socket Error 11002 - Host not found (Non-Authoritative answer)
1 Hits, Last modified: 7 years ago
421 4.3.2 VPOP3 Too many connections from your IP address - try later
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