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

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

PrefixNamespace IRI
n18http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n21http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n16http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14http://rdfs.org/sioc/services#
n4http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n11http://ods.openlinksw.com/dataspace/person/owiki#
n17http://ods.openlinksw.com:80/wiki/main/ODS/OdsMailInstallGuide/smtpreg.
n13https://virtuoso.openlinksw.com/download/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n15http://ods.openlinksw.com/dataspace/services/wiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/OdsMailInstallGuide/sioc.
n7http://ods.openlinksw.com/dataspace/dav#
n19http://ods.openlinksw.com:80/wiki/main/ODS/OdsMailInstallGuide/odbc_mail.
n20http://ods.openlinksw.com:80/wiki/main/ODS/OdsMailInstallGuide/register.
siochttp://rdfs.org/sioc/ns#
Subject Item
n18:this
foaf:made
n4:OdsMailInstallGuide
Subject Item
n15:item
n14:services_of
n4:OdsMailInstallGuide
Subject Item
n16:this
sioc:creator_of
n4:OdsMailInstallGuide
Subject Item
n2:ODS
sioc:container_of
n4:OdsMailInstallGuide
atom:entry
n4:OdsMailInstallGuide
atom:contains
n4:OdsMailInstallGuide
Subject Item
n4:ODSMailEncryptASymmetricSpecial
sioc:links_to
n4:OdsMailInstallGuide
Subject Item
n7:this
sioc:creator_of
n4:OdsMailInstallGuide
Subject Item
n4:OdsMailInstallGuide
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:01:50.652860
dcterms:modified
2018-04-05T16:32:35.538732
rdfs:label
OdsMailInstallGuide
foaf:maker
n11:this n18:this
dc:title
OdsMailInstallGuide
opl:isDescribedUsing
n9:rdf
sioc:has_creator
n7:this n16:this
sioc:attachment
n17:vbs n19:ini n20:bat
sioc:content
---+ Virtuoso ODS-Mail Installation Guide %TOC% ---++ Requirements To make an ODS-Mail Installation you need: 1. ODS Framework vad package: <b>[[https://virtuoso.openlinksw.com/download/][ods_framework_dav.vad]]</b> 1. ODS-Mail VAD package: <b>[[https://virtuoso.openlinksw.com/download/][ods_webmail_dav.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 ODS-Mail VAD package, you can jump to Step 2. 1. To build an ODS-Mail VAD package, you need to have a fresh copy of the ODS-Mail 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 ODS-Mail 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 ODS-Mail 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-Mail 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. ---+++ Installation instructions for UNIX See details [[OdsMailInstallGuideUnix][here]]. ---+++ Installation Steps for Windows See details [[OdsMailInstallGuideWindows][here]]. <b>Step 4</b>: Configuring ODS-Mail 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>: ODS-Mail UI 1. Go to http://[host]:[port]/ods and register a new user. 1. Go to ODS-Mail 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 ODS-Mail Inbox folder. ---++ Related * [[OdsMail][ODS-Mail]] * [[OdsMailFiltersGuide][Creating Filters in ODS-Mail]] * [[ODSMailWebIDFilterRule][Web ID Filter Rule Example]]; * [[ODSMailIMAP4FilterRule][Set Filter Rule associated with IMAP4 account Example]]; * [[OdsMailSpamFilterGuide][Set Spam Filter Example]]; * [[ODSMailSpamFilterRule][Manage Spam Filter with Addressbook interaction]] * [[ODSMailWebIDSMIME][ODS-Mail's SMIME + WebID Support Guide]] * [[OdsWebmailProgrammersGuide][ODS-Mail's Programmers Guide]] * [[ODSMailPop3External][Configure an external POP3 account in ODS-Mail]] * [[ODSMailIMAP4External][Configure an external IMAP4 account in ODS-Mail]] * [[ODSMailIMAP4Thunderbird][Synchronizing Mozilla Thunderbird IMAP4 account store with ODS-Mail IMAP4 mapped instance]] CategoryMail CategoryODS CategoryOpenSource CategoryHowTo CategoryOdsMail
sioc:id
49095ba7fae4a17ea1ddcda2a4937578
sioc:link
n4:OdsMailInstallGuide
sioc:has_container
n2:ODS
n14:has_services
n15:item
atom:title
OdsMailInstallGuide
sioc:links_to
n4:ODSMailWebIDFilterRule n4:ODSMailIMAP4FilterRule n4:ODSMailSpamFilterRule n4:OdsMail n4:CategoryMail n4:CategoryHowTo n4:CategoryOdsMail n13: n4:OdsWebmailProgrammersGuide n4:ODSMailPop3External n4:CategoryOpenSource n4:ODSMailIMAP4External n4:OdsMailFiltersGuide n4:CategoryODS n4:OdsMailInstallGuideWindows n4:ODSMailWebIDSMIME n21:OpenLink n4:OdsMailInstallGuideUnix n4:ODSMailIMAP4Thunderbird
atom:source
n2:ODS
atom:author
n18:this
atom:published
2017-06-13T06:01:50Z
atom:updated
2018-04-05T16:32:35Z
sioc:topic
n2:ODS
Subject Item
n4:OdsMailSpamFilterGuide
sioc:links_to
n4:OdsMailInstallGuide
Subject Item
n4:OdsConfig
sioc:links_to
n4:OdsMailInstallGuide