Fulltext results:
- 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
- User Manager Script
- ======User Manager Script====== If you want 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 use the UserManager Lua script The Lua script is managed thro
- Users database schema
- ======Users database schema====== The Users database schema contains details of users and their settings etc. =====Tables===== * [[users users|users]] * [[users usersettings|usersetti
- 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]] ... s is not designed to provide a complete backup of user data, nor is it intended to facilitate moving VPO... Move VPOP3]], [[how to:Backup VPOP3]]. To import users from a file, within the //Administration Setting
- User Routing Script
- ======User Routing Script====== If there is a <username>/user_redirect.lua script, this Lua script can override VPOP3's message routing options. You can ed... in the settings, or via the 'Routing' tab in the user's settings in the VPOP3 administration console. T
- Send Admin Message
- in Message====== It is possible for administrator users to send a bulk email message to an entire group ... n email, go to the //Administration Settings -> [[Users]]// page, and click **Send Admin Message**. Th... oup/List**: The message will be sent to all local users who are members of the selected group or list. ... e an individual value for each recipient (e.g. **{username}** will ensure each user's message contains t
- Edit a user
- ======Edit a user====== To edit a user, go to the **[[Users]]** list in the VPOP3 settings and double-click on the username. * [[User General|General]] * [[User Pas
- Groups
- main function of Groups is to let you set certain user attributes for a whole group of users at once. However, you //can// email to a group by sending a mess... 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 grou
- Mappings
- a way of explicitly linking an email address to a user or list. They can also be used to indicate that a... ====Implied Mappings===== In VPOP3, by default, a user (or list) will have implied Mappings of <username>@<domains> -> <username> . For an explanation of the <domains> value, see the //Domains to use// se
- Database -> Restore Tab
- the **Restore** tab, you can recover one or more users' full mailboxes or individual messages from a ba... sired messages across. Also, you can use the **[[user_advanced|Message Recycle Bin]]** facility to reco... Restore** tab. Eg * Server: ''localhost'' * Username: ''postgres'' * Password: ''pgsqlpass'' *... n for available options)) Choose the appropriate users/folders from the grid underneath the connection
- Users.Users table
- ======Users.Users table====== The [[db_Users|Users]].Users table contains a record of all users created in VPOP3. =====Columns===== * usernumber
- Permissions
- s you configure the permissions that a particular user has. {{ :reference:userpermissions.png?nolink& |}} =====Allowed Protocols===== The **Allowed Protoco... ls** section lets you specify which services this user has access to. Note that these settings affect access to the whole service. If you want users to be able to access a service from some IP addr
- Spamfilter Script Configuration tab
- option set so that spam is redirected to another user, you can use the **DontRedirect** setting to stop mail to certain users being redirected. The setting can either be a w... on So "**s* **" - will not redirect spam to any user beginning with 's' or "**/^(user1|user2)$/i**" - is a regular expression that will stop mail to //use
- Lua Scripting
- ts of extra options to complicate things for most users, we have opted to go for a more flexible scripti... s in the main VPOP3 installation directory, or in users' directories (if they are user specific scripts). These must be edited from outside of VPOP3 and backe... [[SMTP Rules Script|SMTP Rules Scripting]] * [[User Delivery Script|User Message Delivery Scripting]]
- SMTP Server Lua Scripting
- server to send it a message, whether from a local user or an incoming SMTP message. Each SMTP server in... E if SMTP authentication is required * **AllowedUsers** - (IN/OUT) - string - List of allowed usernames (separated by spaces) if there are any username restrictions for this client IP address ===V5 and