Fulltext results:
- Restore Deleted Calendars @how_to
- recalendar.py' <code>import psycopg2 backup_hostname = 'localhost' backup_port = 5433 backup_username = 'vpop3' backup_password = 'vpop3pass' backup_databas... = 'vpop3temp' restore_user = 'paul' active_hostname = 'localhost' active_port = 5433 active_username = 'vpop3' active_password = 'vpop3pass' active_databas
- French Webmail Language File @how_to
- admin login webmaillogin=web mail login enterusername=You must specify your VPOP3 username here bookmarksnotsupported=I'm sorry, but your web browser does no... p! adminonly=Administrator logon access only! username=Username: password=Password: rememberme=Remember me next time I connect<br><em>(not recommended on shar
- German Webmail Language Page @how_to
- min login webmaillogin=Webmail Anmeldung enterusername=Sie müssen einen Benutzernamen angeben bookm... elt! adminonly=Nur Administrator-Login aktiv! username=Username: password=Password: rememberme=Benutzername für die nächste Anmeldung merken<br><i>(wird auf
- SMTP Server Lua Scripting @reference
- rnames (separated by spaces) if there are any username restrictions for this client IP address ===V5 an... = * **AuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP or POP3-then-... * **SMTPAuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP authenticatio... number - ID of SMTP Service in VPOP3 * **ServerName** - (IN) - string - name of SMTP Service in VPOP3
- User Manager Script @reference
- 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 c... UA. VPOP3 calls a function called **TranslateUsername** which should have the following prototype: TranslateUsername(<protocol>, <submitted username>) Protocol indic
- ListServer Commands @reference
- ed to **sub**) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the //list name//, not the email address of the list This adds t... to **uns**) Send a subject of **unsubscribe listname**. For example Subject: unsubscribe offers-list n.b. Use the //list name//, not the email address of the list You can use
- Attachment Processing Script @reference
- ltered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) *... eedsRewrite==== function NeedsRewrite(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is... for VPOP3 to process attachments, eg to remove/rename an attachment due to Attachment Filtering) * returns True if the Lua script wants to rewrite/rename the attachment ====GetRename==== function GetR
- Formatting Syntax @wiki
- square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
- Settings -> Attachment Processing @reference
- ments; for instance, if there is a particular filename extension, which would enable a malicious file to... as an executable, irrespective of the actual filename extension. //**Note**: GUIDs only contain hexadec... code>*.???.???</code> |Files with a 'double' filename extension are commonly used to distract the recip... es with at least 10 consecutive spaces in the filename. There are few legitimate reasons for using 10 co
- Archive Script @reference
- mStore_Upload==== CustomStore_Upload(local_filename, archive_filename) Uploads 'local_filename' and makes it accessible online as 'archive_filename'. In the future, the message will be referred to u
- Misc -> General Tab @reference
- ======Misc -> General Tab====== ====VPOP3 Host Name==== The VPOP3 Host Name is used by VPOP3 when it is telling other mail software what it is called. For ... ects to another SMTP server it will send the host name as the parameter for the HELO or EHLO command, an... n SMTP client connects to VPOP3, it announces its name in the welcome banner as required by the SMTP sta
- Virus Scan Filter Scripting @reference
- eed to ignore. VPOP3 calls: FilterResult(virus_name, attachment_name, archive_name, filter_variables) The function returns a boolean value to indicate whether the virus de... uld be skipped (true) or used (false). * virus_name is the name assigned by the virus scanner * att
- Autoresponder Commands @reference
- ge's header to the response. * **<Include:**filename**>** - this includes the specified filename in the response text. You can use this more than once to include multiple files. * **<Attach:**filename**>** - this attaches the specified filename into the response. You can use this more than once to attac
- Lua SMTP Relay Control @reference
- sender configuration id (starting at 0) * sendername - this is the name you gave to the message sender configuration in VPOP3 In VPOP3 5 and later, there i... e to * ConnectedServer (read only) - The server name which VPOP3 has connected to (set just before the... le**. The function signature is: **CheckFile(Filename, Actions, Size, CreationTime, ReturnPath, Recipie
- Spanish Webmail Language File @how_to
- admin login webmaillogin=web mail login enterusername=Especificar aca el usuario de Correo bookmarksnot... =Login de acceso unicamente al Administrador! username=Usuario: password=Password: rememberme=Recordar e... cel=Anular v4settingssubmit=Aplicar v4settingsrealname=Nombre real v4settingsemailaddress1=Direccion(es)... shares=Aplicar y concluir v4sharetype=Tipo v4sharename=Nombre v4sharepermissions=Permisos v4sharepreset=
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference