This HTML5 document contains 31 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n23http://vos.openlinksw.com/dataspace/services/wiki/
n5http://vos.openlinksw.com/wiki/main/VOS/OdsMailInstallGuide/register.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n18http://vos.openlinksw.com/wiki/main/VOS/OdsMailInstallGuide/smtpreg.
dchttp://purl.org/dc/elements/1.1/
n17http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n22http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n12http://vos.openlinksw.com/dataspace/person/dav#
n19http://vos.openlinksw.com/wiki/main/VOS/OdsMailInstallGuide/virt_mail.
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
n4http://vos.openlinksw.com/wiki/main/VOS/OdsMailInstallGuide/odbc_mail.
n14http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/OdsMailInstallGuide/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n21http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n16http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:OdsMailInstallGuide
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:40:47.194346
dcterms:modified
2017-06-13T05:40:47.194346
rdfs:label
OdsMailInstallGuide
foaf:maker
n12:this n16:this
dc:title
OdsMailInstallGuide
opl:isDescribedUsing
n14:rdf
sioc:has_creator
n17:this n21:this
sioc:attachment
n4:ini n5:bat n18:vbs n19:ini
sioc:content
%META:TOPICPARENT{name="OdsMail"}% %VOSNAV% ---++Virtuoso ODS <nowiki>WebMail</nowiki> Installation Guide ---+++Requirements To make an ODS <nowiki>WebMail</nowiki> Installation you need: 1. <nowiki>WebMail</nowiki> VAD package: <b><nowiki>ods_webmail_dav.vad</nowiki></b> 1. ODS Framework vad package: <b><nowiki>ods_framework_dav</nowiki>.vad</b> 1. Running Virtuoso Server. (version 3.5 or higher) 1. SMTP Server 1. Mail Drop application ---+++Installation steps <b>Step 1</b>: Building VAD package 1. If you have <nowiki>WebMail</nowiki> VAD package, you can jump to Step 2. 1. To build an <nowiki>WebMail</nowiki> VAD package, you need to have a fresh copy of the <nowiki>WebMail</nowiki> sources from CVS repository and Virtuoso environment installed. 1. In the opensource tree, the path to module is: \virtuoso-opensource\appsrc\ODS-<nowiki>WebMail</nowiki> 1. After cvs update, go to <nowiki>ODS-WebMail</nowiki> directory and run: <verbatim> ./make_vad.sh </verbatim> 1. As result should be build <nowiki>ods_webmail_dav</nowiki>.vad and <nowiki>ods_webmail_filesystem</nowiki>.vad packages. You can locate them in the same folder \virtuoso-opensource\appsrc\ODS-<nowiki>WebMail</nowiki>. <b>Step 2</b>: Installing the <nowiki>WebMail</nowiki> VAD package 1. If you already have installed the ODS Framework package, you need only to execute either from Conductor Interactive SQL or from ISQL the following line: <verbatim> DB.DBA.VAD_INSTALL('/<package_path>/ods_webmail_dav.vad',0); </verbatim> 1. As result, if the installation is successful, should be shown the messages: <verbatim> 00000 No errors detected, installation complete. 00000 Now making a final checkpoint. 00000 Final checkpoint is made. 00000 SUCCESS </verbatim> <b>Step 3</b>: Configuration of receiving mail messages 1. To be able to receive mail using your ODS <nowiki>WebMail</nowiki> account, you need to have the following components: 1. SMTP server (MS SMTP, Sendmail, Qmail, ...) 1. domain name (for example: domain.com) 1. OpenLink Mail Drop program 1. The working schema is: <verbatim> Internet->SMTP Server(*@domain.com)->Mail Drop App (via odbc)->Virtuoso DB message </verbatim> 1. You need to configure a SMTP server to receive messages for your domain name and execute mail_drop application for every incoming mail message to this domain. For reference see the steps below. ---+++For Windows installation 1. You can use Windows version of Mail drop program and standard MS SMTP Server. The Mail Drop application included the following files: * maildrop.dll * virt_mail.exe * <a href="%ATTACHURLPATH%/virt_mail.ini" style="wikiautogen">virt_mail.ini</a> * <a href="%ATTACHURLPATH%/register.bat" style="wikiautogen">register.bat</a> * <a href="%ATTACHURLPATH%/smtpreg.vbs" style="wikiautogen">smtpreg.vbs</a> 1. The files maildrop.dll and virt_mail.exe you can found in your Virtuoso installation folder. 1. Place the files from above in the Virtuoso Server folder and execute: <verbatim> register.bat /register domain.com </verbatim> 1. As result will be registered a rule in your MS SMTP server which means: <verbatim> "If incoming message is for domain domain.com, then execute virt_mail.exe" </verbatim> 1. Configure the SMTP server so to add domain.com as alias or as default domain name. This can be done via Internet Information Services Administration: <verbatim> Start->Settings->Control Panel->Administrative Tools->Internet Information Services. </verbatim> <b>Step 4</b>: Configuring <nowiki>WebMail</nowiki> application 1. Go to http://[host]:[port]/ods 1. Login as dav user (default password is dav) 1. Go to Site Settings->Server Settings and configure domain names list with available domain for user registrations. 1. Check if in the list "Existing Hosted Mail Domains" there is your domain, for ex. domain.com. If not, add it. 1. Logout as user dav. <b>Step 5</b>: <nowiki>WebMail</nowiki> UI 1. Go to http://[host]:[port]/ods and register a new user. 1. Go to <nowiki>WebMail</nowiki> and create new instance. In the create instance page you need to provide domain from the list of available domains for your email address. 1. As result you will be redirected to your <nowiki>WebMail</nowiki> Inbox folder. CategoryMail CategoryODS CategoryOpenSource CategoryHowTo %VOSCOPY%
sioc:id
e4f08a1a876a692f5fddcfbd8dfc9e43
sioc:link
n2:OdsMailInstallGuide
sioc:has_container
n8:VOS
n22:has_services
n23:item
atom:title
OdsMailInstallGuide
sioc:links_to
n7:CategoryMail n7:CategoryHowTo n2:OpenLink n2:CategoryOpenSource n2:CategoryODS
atom:source
n8:VOS
atom:author
n12:this
atom:published
2017-06-13T05:40:47Z
atom:updated
2017-06-13T05:40:47Z
sioc:topic
n8:VOS