• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • How to start VPOP3 • Support Remote Access facility • SMTP Reputation Stats • Repairing corrupted database • VPOP3 Status Service Disabled • SMTPClientBlocks Replacement • Outlook/Windows Messaging reports "No transport provider is available" • What is the VPOP3 Antivirus solution? • Quarantine tab • How to Obtain Message Headers

password

Search

You can find the results of your search below.

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

Matching pagenames:

  • Password Lengths
  • Password Strength Checking Script
  • Database query to view password change history

Fulltext results:

Password Strength Checking Script
24 Hits, Last modified: 7 years ago
======Password Strength Checking Script====== You can tell VPOP3 to enforce password strength checks by using a Lua script which perfo... be edited in Settings -> Scripts and is called **passwordcheck.lua** (in older versions of VPOP3 it is stored in a file called **passwordcheck.lua** in the VPOP3 directory). VPOP3 calls a
Import Users From File
14 Hits, Last modified: 7 years ago
s ^ |**User Id** |The username |Any text | |**Password** |The password |Any text | |**Admin** |Whether the user is an administrator |0/1 | |**Reply To** |/... n bytes) for outgoing messages |Numeric | |**WebPassword** |A specifically separate password for logging into webmail |Any text | =====Finalising the import====
Status Monitor (port 5109) protocol
11 Hits, Last modified: 6 years ago
= This is a basic plain-text login. Note that the password is transmitted in plain text Send the command LOGIN <username> <password> You will receive a line beginning with either "... authentication failed for some reason (incorrect password, permissions not allowed, etc) eg, for the user postmaster, password 'admin' +OK VPOP3 Status Server Ready <3.d28.5
Webmail -> Advanced tab
8 Hits, Last modified: 7 years ago
or the VPOP3 Webmail/settings service. ====Allow Password in URL==== If you check this option, then you can specify the user's password in a URL to Webmail For instance, if the VPOP3 s... lly be http://192.168.1.1:5108 If the **Allow Password in URL** option is checked, then you can go to th... s like: http://192.168.1.1:5108?user=postmaster&password=admin to go to the Webmail and automatically log
What's new in version 5 webmail?
5 Hits, Last modified: 7 years ago
nwanted words to someone else's dictionary. =====Password strength indicator===== When you change your password (**Tools ->Password**), you now have a visual indicator which helps you choose a stronger password. The indicator isn't perfect - it doesn't recogni
POP3 Mail Collection
5 Hits, Last modified: 7 years ago
you to use when collecting mail * POP3 Account Password - this is the password which your mail service provider has told you to use when collecting mail * Sessio... ce provider supports: * Plain text - username/password are transmitted in plain text (within the encryption method above, if any) * APOP - password is encrypted using a simple challenge response ha
Database -> Restore Tab
4 Hits, Last modified: 7 years ago
gres -E SQL_ASCII -p 5433 -T template0 vpop3temp (password ''pgsqlpass'') This will create a database calle... postgres -p 5433 -d vpop3temp -j 4 -v dbback.dmp (password ''pgsqlpass'') This will restore the 'dbback.dmp... ver: ''localhost'' * Username: ''postgres'' * Password: ''pgsqlpass'' * Port: ''5433'' * Database: '... and like dropdb -U postgres -p 5433 vpop3temp (password ''pgsqlpass'') ====Notes==== * If a restored m
Settings -> Admin Settings
4 Hits, Last modified: 7 years ago
works by requiring the administrator to provide a password, before they are allowed to view another user's m... , then control which administrators are given the password. Once Message Security has been enabled, there is no way to retrieve the password, so you must take precautions not to lose it. For example, you may want to write down the password, and store it in a secure location, where it cann
Database query to export LAN Forwarding rules
3 Hits, Last modified: 7 years ago
prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, type \copy (select conditions, address, server, username, password, outaddress as rewriteaddress, matchcount as matc... onditions - Address - Server - Username - Password - RewriteAddress - Matches (Just as on the Se
Database query to alter LAN Forwarding rules for one server to go to another
3 Hits, Last modified: 7 years ago
prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, type UPDATE rules.lanfo... SET server='<new server>', username='<username>' password='<password>' WHERE server='<old server>'; N.B. VPOP3 does not need to be stopped while you do this
Database query to view password change history
3 Hits, Last modified: 7 years ago
======Database query to view password change history====== At a command prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, type select username,up... lename='users.usersettings' and keyfield2='mainpassword' order by updatetime desc; N.B. VPOP3 does not n
Settings -> Attachment Processing
3 Hits, Last modified: 7 years ago
contained within another Zip file.// * **Block password protected ZIP files** - //VPOP3 is unable to inspect the contents of a password protected zip file, so checking this box will instruct VPOP3 to automatically filter all password protected Zip files, as a precaution.// ====Inco
Password Lengths
3 Hits, Last modified: 4 years ago
======Password Lengths====== If you want to do an audit of users' password lengths, then go to Settings -> Database -> Queri... ,'base64')) FROM users.usersettings INNER JOIN users.users USING(usernumber) WHERE dataname='mainpassword';
Database query to alter LAN Forwarding rules for one server to go to another
3 Hits, Last modified: 7 years ago
prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, type UPDATE messages.ou... SET target='<new server>', username='<username>' password='<password>' WHERE target='<old server>'; N.B. VPOP3 does not need to be stopped while you do this
Batch file to end a database backup
2 Hits, Last modified: 7 years ago
ode> @ECHO OFF SETLOCAL CALL psqlparams.cmd SET PGPASSWORD=pgsqlpass taskkill /f /im:pg_dump.exe "%PSQLPATH%... where application_name='pg_dump'));" vpop3 SET PGPASSWORD= </code> Or download the batch file here: {{:ref
Lua Scripting
2 Hits, Last modified: 5 days ago
Webmail Menu bar
2 Hits, Last modified: 7 years ago
Edit a user
2 Hits, Last modified: 7 years ago
Users
2 Hits, Last modified: 7 years ago
Useful Database Queries
2 Hits, Last modified: 4 years ago
Message Archive -> General
2 Hits, Last modified: 7 years ago
LAN Forwarding Scripting
2 Hits, Last modified: 7 months ago
POP3 Server -> General Tab
2 Hits, Last modified: 7 years ago
Reset Message Folder Counts
1 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query
1 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
1 Hits, Last modified: 7 years ago
Sent message summary
1 Hits, Last modified: 7 years ago
Services
1 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab
1 Hits, Last modified: 7 years ago
SMTP -> General tab
1 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
1 Hits, Last modified: 7 years ago
Message Monitoring
1 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x
1 Hits, Last modified: 7 years ago
Logging
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
Bulk Add Users
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
Find a message
1 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings
1 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
Delete list member from all lists
1 Hits, Last modified: 7 years ago
LogDB.Messages table
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