• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Performance Tuning • How to Set a User as Administrator • Welcome to your new DokuWiki • Outlook/Windows Messaging reports "No transport provider is available" • How To Allow Mail Relay Through VPOP3 • How to configure Mozilla Thunderbird • Emptying a user's mailbox

username

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

Fulltext results:

User Manager Script
16 Hits, Last modified: 13 months ago
ant people to be able to log in using a different username than their VPOP3 username (eg if you want them to be able to log in using an email address), then you can u... type: TranslateUsername(<protocol>, <submitted username>) Protocol indicates which protocol is being use... * POP3 * IMAP4 * SMTP * WEBMAIL Submitted username is the user name entered by the user The script
Password Strength Checking Script
6 Hits, Last modified: 7 years ago
ch should have the following prototype: Check(<username>, <password>, <min password length>) (where '<mi... ple to prevent the password being the same as the username or 'password' would be: <code> function Check(Username, Password, minlength) if Password == Username or Password == 'password' then return false else return
Send Admin Message
5 Hits, Last modified: 7 years ago
e an individual value for each recipient (e.g. **{username}** will ensure each user's message contains their own username). * **{username}** * **{ldap_//###//}** - the LDAP attribute represented by **//###//**; e.g. **{ldap_... run, it has certain global variables set: * **Username** - contains the username of the user currently b
Autoresponder Global Scripting
4 Hits, Last modified: 4 days ago
sed during generation. PreProcessAutoresponder(username, incoming_message) * username = the user name which has triggered the autoresponder * incoming_message... y alter relevant data PostProcessAutoresponder(username, generated_message, incoming_message) * username = the user name which has triggered the autoresponder
Import Users From File
4 Hits, Last modified: 7 years ago
scription ^Accepted values ^ |**User Id** |The username |Any text | |**Password** |The password |Any ... assistant's email address |A valid email address/username | |**Send Only To Assistant** |Whether to dispo... ming mail to this address |A valid email address/username | |**Use Forwarding** |Whether to enable forwar... generated password for each user// * **Use the Username** //This is not recommended, particularly where r
VPOP3.RenameFolder Lua function
3 Hits, Last modified: 7 years ago
der for the specified user. VPOP3.RenameFolder(username, folder, newname); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] * **newn
VPOP3.PurgeMessage Lua function
3 Hits, Last modified: 7 years ago
cified message immediately. VPOP3.PurgeMessage(username, folder, UID); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] * **UID*
VPOP3.MarkMessageRead Lua function
3 Hits, Last modified: 7 years ago
ecified message as read. VPOP3.MarkMessageRead(username, folder, UID, read); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] * **UID*
VPOP3.GetMessages Lua function
3 Hits, Last modified: 7 years ago
ssages in a specified folder. VPOP3.GetFolders(username, folder); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] It return
VPOP3.DeleteMessage Lua function
3 Hits, Last modified: 7 years ago
ged' from an IMAP4 client. VPOP3.DeleteMessage(username, folder, UID, delete); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.GetFolders]] * **UID*
Users.Users table
3 Hits, Last modified: 7 years ago
to refer to the user in other database tables * username - this is the text name of the user **username** is case insensitive and is indexed in lower case, so to take advantage of the index use something like ''SELECT * FROM users.users WHERE LOWER(username)='fred' ''
SMTP Server Lua Scripting
3 Hits, Last modified: 3 weeks ago
usernames (separated by spaces) if there are any username restrictions for this client IP address ===V5 an... er=== * **AuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP or POP3-then-... ) * **SMTPAuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP authenticatio
Status Monitor (port 5109) protocol
3 Hits, Last modified: 6 years ago
ansmitted in plain text Send the command LOGIN <username> <password> You will receive a line beginning wi... t as the response. Then send the command ALOGIN <username> <response> You will receive a line beginning wi... response. Then send the command APILOGINALOGIN <username> <response> You will receive a line beginning wi
Database query to alter LAN Forwarding rules for one server to go to another
2 Hits, Last modified: 7 years ago
TE rules.lanforwarding SET server='<new server>', username='<username>' password='<password>' WHERE server='<old server>'; N.B. VPOP3 does not need to be stopped wh
POP3 Mail Collection
2 Hits, Last modified: 7 years ago
or 995 for POP3S (POP3 over SSL) * POP3 Account Username - this is the user name/login name/account name w... ail service provider supports: * Plain text - username/password are transmitted in plain text (within th
User Routing Script
2 Hits, Last modified: 2 years ago
Spam Filter Rules: GetUserGroup
2 Hits, Last modified: 7 years ago
User Delivery Script
2 Hits, Last modified: 7 years ago
Mappings
2 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
2 Hits, Last modified: 7 years ago
loginaudit Database table
2 Hits, Last modified: 22 months ago
Message Archive -> General
2 Hits, Last modified: 7 years ago
Database query to export LAN Forwarding rules
2 Hits, Last modified: 7 years ago
Groups
1 Hits, Last modified: 7 years ago
Bandwidth Control
1 Hits, Last modified: 7 years ago
Database -> Restore Tab
1 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x
1 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
1 Hits, Last modified: 7 years ago
Edit a user
1 Hits, Last modified: 7 years ago
Database query to view password change history
1 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
Database query to find forwards/assistants etc in user settings
1 Hits, Last modified: 7 years ago
Find a message
1 Hits, Last modified: 7 years ago
Autoresponder
1 Hits, Last modified: 7 years ago
Status
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables
1 Hits, Last modified: 22 months ago
LAN Forwarding Scripting
1 Hits, Last modified: 7 months ago
Spam Filter Rules: GetAddressType
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader
1 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table
1 Hits, Last modified: 7 years ago
SMTP Service - Filtering
1 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
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
Database query to list failed message sends
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
Password Lengths
1 Hits, Last modified: 4 years ago
Outgoing Message Scripting
1 Hits, Last modified: 15 months ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
Webmail Status bar
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