Fulltext results:
- Password Strength Checking Script
- ======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
- = 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
- Import Users From File
- 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====
- Webmail -> Advanced tab
- 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?
- 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
- 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
- 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
- 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
- Password Lengths
- ======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';
- Settings -> Attachment Processing
- 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 export LAN Forwarding rules
- 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
- 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
- ======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
- Database query to alter LAN Forwarding rules for one server to go to another
- 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
- Lua Scripting
- Message Script|Outgoing Message Scripting]] * [[Password Strength Checking Script|Password Strength Checking Scripting]] * [[Scheduler Script|Scheduled Task Scrip