• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Attachments have been removed or renamed • Daily Summary is not reporting all Sent messages • UserRuleList Replacement • UserRuleActions Replacement • Not Working As Expected • What is Software Maintenance? • POP3 Protocol • GDPR for VPOP3 self-hosted software • How to Set a User as Administrator • Spanish Webmail Language File

password

Search

You can find the results of your search below.

Exact match
  • 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
20 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... ve the following prototype: Check(<username>, <password>, <min password length>) (where '<min password length>' is the minimum length set in Settings -> Security
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
7 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
Import Users From File
6 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** |/... ric | |**WebPassword** |A specifically separate password for logging into webmail |Any text | =====Fina... swords are to be created: * **From File** //The password will be imported from the relevant mapped field i
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
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 -> 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 -> 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
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
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
POP3 Server -> General Tab
2 Hits, Last modified: 7 years ago
s checked, then VPOP3 will not allow a plain text password. VPOP3 will either require an encrypted connection (see above), or a password encryption method such as APOP or CRAM-MD5 ====B
Database query to view password change history
2 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
Useful Database Queries
2 Hits, Last modified: 4 years ago
er from all lists]] * [[Copy SMTP Rules]] * [[Password lengths]] ====LAN Forwarding==== * [[Export LA... pending messages]] ====Logs/etc==== * [[View password change history]] * [[List failed message send s
Message Archive -> General
2 Hits, Last modified: 7 years ago
Password Lengths
2 Hits, Last modified: 4 years ago
Lua Scripting
2 Hits, Last modified: 4 days ago
Reset Message Folder Counts
1 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x
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
Webmail Menu bar
1 Hits, Last modified: 7 years ago
SMTP Service -> Advanced 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
Copy SMTP Rules - Database Query
1 Hits, Last modified: 7 years ago
Message Monitoring
1 Hits, Last modified: 7 years ago
Delete list member from all lists
1 Hits, Last modified: 7 years ago
Logging
1 Hits, Last modified: 7 years ago
LogDB.Messages 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
LAN Forwarding Scripting
1 Hits, Last modified: 7 months 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
LogDB.Sessions 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