Fulltext results:
- Repairing corrupted database @how_to
- JOIN messages.folders USING(folderid) INNER JOIN users.users ON messages.folders.userid=users.users.usernumber WHERE msgdataid = <problem message id>; this will tell you summary information about t
- Lua Scripting @reference
- ts of extra options to complicate things for most users, we have opted to go for a more flexible scriptin... s in the main VPOP3 installation directory, or in users' directories (if they are user specific scripts).... ddress]] * [[VPOP3.GetUserList]] * [[VPOP3.GetUserSetting]] * [[VPOP3.SetUserSetting]] * [[VPOP3Net.GetDNSRecords]] * [[VPOP3Net.GetHTTP]] * [[VPOP
- User Manager Script @reference
- ername) --look up username in a mapping table users = { ["joe@company.co.uk"] = "joe"... pany2.co.uk"] = "kate" } if (users[Username]) then return users[Username] end return Username; end </code> or <code>
- SMTP Server Lua Scripting @reference
- E if SMTP authentication is required * **AllowedUsers** - (IN/OUT) - string - List of allowed usernames