Fulltext results:
- Users database schema
- ======Users database schema====== The Users database schema contains details of users and their settings etc. =====Tables===== * [[users users|users]] * [[users usersettings|usersettin
- Import Users From File
- ======Import Users From File====== VPOP3 supports the importation and exportation of users, via a CSV file (see [[#CSV file format|below]] f... Move VPOP3]], [[how to:Backup VPOP3]]. To import users from a file, within the //Administration Settings -> [[Users]]// page, click **Import users from file**. This
- VPOP3 Status Monitor
- us Monitor====== The VPOP3 status monitor allows users to see what VPOP3 is doing, and also, optionally,... d/receive simple 'instant messages' between local users. Different users can have different permissions for the status monitor. They can be set for all adminis... us Server -> Permissions**, or set for individual users in the **Permissions** tab when editing a user.
- Users
- ======Users====== The Users page shows the [[using tables|list]] of users, as well as giving you some actions which you can perform use the user list. * [[Import users from file]] * [[Import users from Windows]] *
- Users.Users table
- ======Users.Users table====== The [[db_Users|Users]].Users table contains a record of all users created in VPOP3. =====Columns===== * usernumber -
- Groups
- set certain user attributes for a whole group of users at once. However, you //can// email to a group b... your.domain> if you wish. Note that only internal users can send emails to **groups** this way, incoming ... (With [[lists]], you can choose whether external users can send to the list or not) To manage the group... haracters. A group name cannot be the same as a [[users|user]] name or a [[lists|list]] name. This is bec
- Users.AutoresponderConditions table
- ======Users.AutoresponderConditions table====== The [[db_Users|Users]].AutoresponderConditions table contains a record of all autoresponder trigger conditions created ... ry key) * autoresponderid - numeric ID of the [[users autoresponders|autoresponder]] this condition is
- Message Monitoring
- , internal and/or incoming mail from/to specified users to be sent to another specified user. In the cur... cify different recipients for different monitored users. (This may be something that is added/enhanced in... *Selected** or **None**. **All** will monitor all users, **Selected** will monitor all users who have the **Monitor** box checked in the **Permissions** tab on
- Users.Autoresponders table
- ======Users.Autoresponders table====== The [[db_Users|Users]].Autoresponders table contains the users' autoresponder definitions =====Columns===== * autoresponde
- SMTP -> General tab
- rvice component of VPOP3. The SMTP service is how users send outgoing mail, and how incoming SMTP message... f this option is checked, then VPOP3 will require users to authenticate when sending mail via VPOP3. This... nabled, especially if you are going to be wanting users to send mail from across the Internet (eg from mo... channel (SSL or TLS). Using this will discourage users from sending their passwords in plain text. ====
- About
- ing a pirated version of the software * Maximum Users - this shows how many [[users]] your VPOP3 licence will support * SMS Licence - this is optional, and is a prepay system allowing users to send SMS/text messages as easily as sending an email * JavaMail Users - this is an optional alternative system for Webm
- Calendar.Calendars table
- e account which owns this calendar. (Use the [[db_users|users]].[[users_users|users]] table to find the numeric id from the user name) * name - this is the display name of th
- Bulk Add Users
- ======Bulk Add Users====== VPOP3 contains a feature to quickly create several users, with default settings. From the //Administration Settings -> [[Users]]// page, you can click **Bulk Add Users** to launch a new window. You can then enter up to 10 users at
- Settings -> Attachment Processing
- file //photo.jpg.exe//, the sender could exploit users who do not have the technical knowledge to realis... he filename extension with an underscore (**_**). Users should be able to open the file by renaming the e... xtension, but this extra step will normally deter users from opening the file, unless they know what they... is **c:\vpop3\_attach**. If you plan to allow the users to view the attachments, you would normally pick
- Password Lengths
- word Lengths====== If you want to do an audit of users' password lengths, then go to Settings -> Databas... ECODE(SUBSTRING(datavalue FROM 2),'base64')) FROM users.usersettings INNER JOIN users.users USING(usernumber) WHERE dataname='mainpassword';