Fulltext results:
- PostgreSQL server won't start due to damaged log files
- 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
- Data stream contained NUL character
- f an attachment contains such a byte it must be encoded using //Base64// or //Quoted-Printable// encodin... 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
- How to write your own spam filter rules
- 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>
- Spamfilter Whitelist & Blacklist
- s'. (it will not check attachments). VPOP3 will decode any [[wp>quoted_printable|quoted-printable]] or [[wp>base64]] encoded parts of the message. Note that we would not re... 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,
- German Webmail Language Page
- 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
- 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
- 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
- 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
- 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
- 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>
- VPOP3 - POP3 Client Problem
- 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
- Error Messages
- have access to a specific error message or error code. If instead your problem is that something you th... scriptive text to try to help. * [[Avast Error codes]] *[[Database Backup Failed]] *[[POP3 Clien... d (x)]] *[[AutoUpdate process failed with error code 786432]] *[[C++ Error popup]] *[[Data stream
- How to Restore a backup of VPOP3
- - 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
- Repairing corrupted database
- Copy/paste the following into the psql prompt: <code> DO $f$ declare curid INT := 0; vcontent ... continue; end; end loop; end; $f$; </code> This will read all the messages from the databa
- Restore Deleted Calendars
- ow text into a file called 'restorecalendar.py' <code>import psycopg2 backup_hostname = 'localhost' ba... n, newUserId) newConn.close() oldConn.close() </code> You can edit the variables defined start of the