Fulltext results:
- Restore Deleted Calendars @how_to
- abase = 'vpop3' def restoreEvents(oldConn, oldCalId, newConn, newCalId): curEvents = oldConn.cursor() curEvents.execute('SELECT scopestart, scopeend, c... date, filename, content, recurrence, objecttype, uid FROM calendar.events WHERE calid=%s', (oldCalId,)) for scopestart, scopeend, created, lastupdate, fi
- Repairing corrupted database @how_to
- t, so it should be done as soon as possible to avoid excessive data loss. If that is not possible, th... he error message will say something like: Invalid page header in block x in relation base/16385/512... c inner join pg_namespace n on (c.relnamespace=n.oid) where c.relfilenode=<filename>; In the above ... has been damaged. A similar problem is an "Invalid page header in block x" error. The same procedure
- UserRuleConditionUpdate Replacement @mailapi
- econditionupdate~ Required parameter: * RuleID * gr_id - condition ID * !nativeeditor_status - inserted/deleted/updated * matchi (1/0) * matchn (1/0) ... sage condition See [[UserRuleConditions]] for valid **match** & **field** values The return value is
- UserRuleConditionUpdate Replacement @adminapi
- date~ Required parameter: * Account * RuleID * gr_id - condition ID * !nativeeditor_status - inserted/deleted/updated * matchi (1/0) * matchn (1/0) ... sage condition See [[UserRuleConditions]] for valid **match** & **field** values The return value is
- UserRuleActionUpdate Replacement @mailapi
- ruleactionupdate~ Required parameter: * RuleId * gr_id - action ID * !nativeeditor_status - inserted/deleted/updated * type * data This inserts/updat... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" si
- UserRuleActionUpdate Replacement @adminapi
- date~ Required parameter: * Account * RuleId * gr_id - action ID * !nativeeditor_status - inserted/deleted/updated * type * data This inserts/updat... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" si
- UserRuleUpdate Replacement @mailapi
- ~userruleupdate~ Required parameter: * gr_id - rule ID * !nativeeditor_status - inserted/deleted/updated * name * all * type This inserts... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action ty
- UserRuleUpdate Replacement @adminapi
- pdate~ Required parameter: * Account * gr_id - rule ID * !nativeeditor_status - inserted/deleted/updated * name * all * type This inserts... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action ty
- Copy SMTP Rules - Database Query @reference
- n CREATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS integer AS $$ DECLARE rl RECORD; newruleid INTEGER; cnt INTEGER := 0; BEGIN FOR rl... N SELECT * FROM rules.smtprules WHERE service=fromid ORDER BY ruleid LOOP INSERT INTO rules.smtp
- Performance Requirements @how_to
- 2 (or the number of striped disks you have in a RAID 0/10 array) then performance is probably being li... of around 75-100 IOPS. If you put these into a RAID 0 or RAID 10 array with a decent hardware RAID controller (not the cheap RAID controllers on desktop motherboar
- Error Handling Scripting @reference
- ecipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which com... the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the component (eg w
- Misc -> Advanced Tab @reference
- VPOP3 will reply to the sender telling them it did not understand the message in these cases. If you... it has downloaded by remembering the UIDs (Unique ID) of the messages it has downloaded. If VPOP3 sees a UID which it has not seen before, then that message will be downloaded, and if it sees a UID which it has seen before, the message will be ign
- How to move messages between users @how_to
- - type **DELETE FROM messages.folders where userid=//<targetuser>//;** - type **UPDATE messages.folders SET userid=//<targetuser>// WHERE userid=//<sourceuser>//;** - If you want to move ALL folders from the source... ": - type **UPDATE messages.folders SET userid=//<targetuser>//, folder= 'moved_' || folder WHER
- Installation checklist @how_to
- * Make sure that VPOP3 is not installed on a RAID 5 or RAID 6 array. ===Make sure that VPOP3 is not installed on a RAID 5 or RAID 6 array=== Because VPOP3 uses a database for data storage, it will perform badly on a RAID
- Autoresponder Global Scripting @reference
- this is a table with the following fields: * ID - the numeric ID of the autoresponder * OwnerID - the numeric ID of the autoresponder's owner * Name - the name of the autoresponder * Text -