Functional specifications for the opening of registrations of domain names with 1 & 2 characters in the.fr TLD via EPP

Size: px
Start display at page:

Download "Functional specifications for the opening of registrations of domain names with 1 & 2 characters in the.fr TLD via EPP"

Transcription

1 GUIDE TECHNIQUE avril Functional specifications for the opening of registrations of domain names with 1 & 2 characters in the.fr TLD via EPP

2 GUIDE TECHNIQUE avril C o n t e n t s 1. Preface How the various phases work Common specifications Sunrise Landrush General availability EPP Production and test EPP servers Production server Test server The "Launch Phase" extension Sunrise Login Checking the availability of a domain name Sending a domain name application Checking the status of an application Deleting a domain name application Landrush and general availability EPP notifications EPP server response codes Extranet Sending supporting documents... 11

3 GUIDE TECHNIQUE avril Preface This document describes how the opening of registrations of domain names with 1 and 2 characters in the.fr TLD operates via the EPP protocol. 2. How the various phases work Common specifications Scope The domain names to be opened to registration are those made up of either: - One alphabetic character; or - One numeric character; or - Two alphanumeric characters The IDN versions of alphabetic characters are provided below Syntactic constraints Accepted characters: a, à, á, â, ã, ä, å, æ, b, c, ç, d, e, è, é, ê, ë, f, g, h, i, ì, í, î, ï, j, k, l, m, n, ñ, o, ò, ó, ô, õ, ö, œ, p, q, r, s, t, u, ù, ú, û, ü, v, w, x, y, ý, ÿ, z, ß, 0, 1, 2, 3, 4, 5, 6, 7, 8, Excluded domain names - Excluded domain names include those made up of national country codes (fr.fr, re.fr, pm.fr, yt.fr, tf.fr, wf.fr, nc.fr, pf.fr, mf.fr, bl.fr, gp.fr, mq.fr, gf.fr) and their IDN version. - The following domain names are also excluded: co.fr, tm.fr, nh.fr Sunrise The Sunrise is an application submission phase that is handled on a first come, first served basis. Applications are stacked and processed as and when they arrive. The supporting documents required to validate an application should be sent via the extranet. If an application is valid and eligible according to the Registration Policy, the domain name is created. This phase lasts two months.

4 GUIDE TECHNIQUE avril List of application statuses: Status displayed Corresponding status in EPP displayed on Extranet (domain:info) (application list) pendingvalidation A compléter (To be completed) pendingvalidation En attente de validation (Pending validation) Description The application has been sent, but the supporting document(s) still need to be sent via the extranet for the application to be complete. The application is complete and is pending validation by Afnic. rejected Rejetée (Rejected) The application has been rejected. Either the application is invalid, or an earlier application has already been allocated according to first come, first served basis. allocated Attribuée (Allocated) The application has been allocated. The domain name has been created Landrush The Landrush is an immediate registration phase that is handled on a first come, first served basis. Domain names applied for during the Sunrise cannot be registered until their respective applications have been processed by Afnic. This phase lasts one month General availability 3. EPP The general availability phase is an immediate registration phase that is handled on a first come, first served basis. Domain names applied for during the Sunrise cannot be registered until their respective applications have been processed by Afnic. This phase has no time limit. This chapter describes the login parameters and how the launchphase extension is used for the Sunrise.

5 GUIDE TECHNIQUE avril Production and test EPP servers Production server EPP server: epp.nic.fr port: Test server EPP server: epp.sandbox.nic.fr port: The "Launch Phase" extension The Launch Phase Mapping extension is used for managing the Sunrise ( We invite you to read the specifications of this extension carefully in order to incorporate it to your EPP client easily Sunrise Login As indicated by the <greeting> from the EPP server, the Launch Phase extension must be declared in the <login> command if you wish to apply for a domain name with 1 or 2 characters during the Sunrise. Example of a login request: <?xml version="1.0" encoding="utf-8"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <command> <login> <clid>-test-.fr</clid> <pw>motdepasse</pw> <options> <version>1.0</version> <lang>en</lang> </options> <svcs> <objuri>urn:ietf:params:xml:ns:domain-1.0</objuri> <objuri>urn:ietf:params:xml:ns:contact-1.0</objuri> <svcextension> <exturi> <exturi>urn:ietf:params:xml:ns:rgp-1.0</exturi> <exturi>urn:ietf:params:xml:ns:secdns-1.1</exturi> <exturi>urn:ietf:params:xml:ns:launch-1.0</exturi> </svcextension> </svcs> </login>

6 GUIDE TECHNIQUE avril <cltrid>test-login</cltrid> </command> Checking the availability of a domain name You can check the availability of a domain name with 1 or 2 characters throughout the duration of the Sunrise. Given that we use the LaunchPhase extension, you must indicate the <launch:check> type (i.e. 'avail'), and the <launch:phase> values (i.e. 'custom' / name= '1et2car'). This command may contain up to seven domain names. Example of a request sent during the Sunrise: <?xml version="1.0" encoding="utf-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <check> <domain:check xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>po.fr</domain:name> </domain:check> </check> <launch:check xmlns:launch="urn:ietf:params:xml:ns:launch-1.0" type="avail"> <launch:phase name= 1et2car >custom</launch:phase> </launch:check> <cltrid>8d81f30bc2ca9bbf0539e32bd9eab ba2</cltrid> </command> Response received by the EPP server: <?xml version="1.0" encoding="utf-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>command completed successfully</msg> </result> <resdata> <domain:chkdata xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:cd> <domain:name avail="1">po.fr</domain:name> </domain:cd> <domain:cd> <domain:name avail="1">aa.fr</domain:name> </domain:cd> </domain:chkdata> </resdata> <trid> <cltrid>8d81f30bc2ca9bbf0539e32bd9eab ba2</cltrid> <svtrid>fr-sandbox-epp </svtrid> </trid>

7 GUIDE TECHNIQUE avril </response> Sending a domain name application To send a domain name application during the Sunrise, you must specify the <launch:create> type (i.e. 'application'), and the <launch:phase> values (i.e. 'custom' / name='1et2car'). The server will return an application number (applicationid). Example of a request sent: <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <command> <create> <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemalocation="urn:ietf:params:xml:ns:domain-1.0 domain- 1.0.xsd"> <domain:period unit="y">1</domain:period> <domain:registrant>jj100</domain:registrant> <domain:contact type="admin">jj100</domain:contact> <domain:contact type="tech">jj100</domain:contact> <domain:authinfo> <domain:pw>test</domain:pw> </domain:authinfo> </domain:create> </create> <launch:create xmlns:launch="urn:ietf:params:xml:ns:launch-1.0" type="application"> <launch:phase name="1et2car">custom</launch:phase> </launch:create> <cltrid>exemple-1et2car-application</cltrid> </command> Server response: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1001"> <msg>command completed successfully; action pending</msg> </result> <msgq count="229" id="54"/> <resdata> <domain:credata xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">

8 GUIDE TECHNIQUE avril <domain:crdate> t13:03:54z</domain:crdate> <domain:exdate> t13:03:54z</domain:exdate> </domain:credata> </resdata> <launch:credata xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"> <launch:phase name="1et2car">custom</launch:phase> <launch:applicationid> FRS GOVIZYPU </launch:applicationID> </launch:credata> <trid> <cltrid>exemple-1et2car-application</cltrid> <svtrid>fr-sandbox-epp </svtrid> </trid> </response> Checking the status of an application Once your applications have been sent, you can check their status using the applicationid received after sending them. Example of a request sent: <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <info> <domain:info xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> </domain:info> </info> <launch:info xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"> <launch:phase name= 1et2car >custom</launch:phase> <launch:applicationid>frs govizypu </launch:applicationid> </launch:info> <cltrid>exemple-1et2car-info</cltrid> </command> Server response: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1001"> <msg>command completed successfully</msg> </result> <msgq count="235" id="54"/> <resdata> <domain:infdata xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">

9 GUIDE TECHNIQUE avril <domain:roid/> <domain:status s="inactive"/> <domain:status s="pendingcreate"/> <domain:registrant>jj100</domain:registrant> <domain:contact type="admin">jj100</domain:contact> <domain:contact type="tech">jj100</domain:contact> <domain:clid>>-test-.fr</domain:clid> <domain:crid>>-test-.fr</domain:crid> <domain:crdate> t13:03:54z</domain:crdate> <domain:exdate> t13:03:54z</domain:exdate> <domain:upid>-registry-.fr</domain:upid> <domain:update> t13:04:00z</domain:update> <domain:authinfo> <domain:pw>test</domain:pw> </domain:authinfo> </domain:infdata> </resdata> <launch:infdata xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"> <launch:phase name= 1et2car >custom</launch:phase> <launch:applicationid>frs govizypu </launch:applicationid> <launch:status s="pendingvalidation"/> </launch:infdata> <trid> <cltrid>exemple-1et2car-info</cltrid> <svtrid>fr-sandbox-epp </svtrid> </trid> </response> Deleting a domain name application The application can only be deleted if it is not in "allocated" or "rejected" status. Deletion will move the application to the "rejected" status, after which the application cannot be restored. Example of a request to delete an application: <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <delete> <domain:delete xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> </domain:delete> </delete> <launch:delete xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"> <launch:phase name= 1et2car >custom</launch:phase> <launch:applicationid>frs govizypu </launch:applicationid> </launch:delete> <cltrid>bc2ade1b afc5c8acb5d433a71ddf</cltrid> </command>

10 GUIDE TECHNIQUE avril Server response: <?xml version="1.0" encoding="utf-8" standalone="no"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>command completed successfully</msg> </result> <trid> <cltrid>bc2ade1b afc5c8acb5d433a71ddf</cltrid> <svtrid>fr-sandbox-epp </svtrid> </trid> </response> 3.4. Landrush and general availability For both phases, the "Launch Phase" extension is not required in <create> commands. Simply send domain name <create> requests without the extension EPP notifications An EPP notification is stacked in your poll queue every time the application status changes. Simply unstack your poll queue to view the status change of the application in question. Example of a notification received when an application is rejected: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi=" xsi:schemalocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd"> <response> <result code="1301"> <msg>command completed successfully; ack to dequeue</msg> </result> <msgq count="1" id="4739"> <qdate> t15:53:49.0z</qdate> <msg>application switches to "rejected" state</msg> </msgq> <resdata> <domain:pandata xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name paresult="0">pp.fr</domain:name> <domain:patrid> <cltrid>4775f6768d4f e72ce8ee248a8e795338</cltrid> <svtrid>fr-sandbox-epp </svtrid> </domain:patrid> <domain:padate> t15:53:49.0z</domain:padate> </domain:pandata> </resdata> <trid> <cltrid>9b00d99fefe12bec420ff16cbc59de e66</cltrid>

11 GUIDE TECHNIQUE avril <svtrid>fr-sandbox-epp </svtrid> </trid> </response> 3.6. EPP server response codes The result codes returned by the EPP server are described in RFC ( If a problem occurs, EPP server responses generally include a <msg> element containing relevant information for debugging purposes. 4. Extranet You will be able to send your applications directly via the Extranet. A second application form dedicated to the Sunrise will be available in the "Mes formulaires" (My Forms) section. 5. Sending supporting documents This section only pertains to the Sunrise. As the EPP server (and the application form on the Extranet) cannot provide all the types of supporting documents required in order to validate your domain name applications, a Web interface has been developed within your Extranet. This interface will enable you to: - View all the applications received and accepted by the EPP server (or by the Extranet), along with their status, - Add supporting documents to your applications received and accepted by the EPP server (or by the Extranet).

Opening of domain names with 1 & 2 characters in the.fr TLD. Registration Rules

Opening of domain names with 1 & 2 characters in the.fr TLD. Registration Rules Opening of domain names with 1 & 2 characters in the.fr TLD Registration Rules 2 Contents I. Introduction... 3 II. General provisions... 4 1. Domain names available for registration... 4 2. Domain names

More information

Technical Integration Guide

Technical Integration Guide TECHNICAL INTEGRATION GUIDE February 25th, 2013 1 Technical Integration Guide - Version 2.7 - February 25th, 2013-1 - TECHNICAL INTEGRATION GUIDE February 25th, 2013 2 Table of content 1. Preface... 5

More information

How To Write A Domain Name In Unix (Unicode) On A Pc Or Mac (Windows) On An Ipo (Windows 7) On Pc Or Ipo 8.5 (Windows 8) On Your Pc Or Pc (Windows

How To Write A Domain Name In Unix (Unicode) On A Pc Or Mac (Windows) On An Ipo (Windows 7) On Pc Or Ipo 8.5 (Windows 8) On Your Pc Or Pc (Windows IDN TECHNICAL SPECIFICATION February 3rd, 2012 1 IDN technical specifications - Version 1.0 - February 3rd, 2012 IDN TECHNICAL SPECIFICATION February 3rd, 2012 2 Table of content 1. Foreword...3 1.1. Reference

More information

Manual for Registrars. Automated Interface. General Availability

Manual for Registrars. Automated Interface. General Availability Manual for Registrars Automated Interface General Availability 1. What is an API? An application programming interface (API) is the interface that a computer system, library or application provides in

More information

SRS Second Level Registration Project Technical Update 3

SRS Second Level Registration Project Technical Update 3 SRS Second Level Registration Project Technical Update 3 Wednesday, 27 August 2014 Summary... 2 Access to a Registrar Testing Environment... 2 SRS Second level registration changes... 3 WHOIS Server Changes...

More information

SWITCH, Werdstrasse 2, P.O. Box, CH-8021 Zürich www.nic.ch. EPP Manual. Version 2.1.2 with DNSSEC and RGP. November 7, 2013 SWITCH

SWITCH, Werdstrasse 2, P.O. Box, CH-8021 Zürich www.nic.ch. EPP Manual. Version 2.1.2 with DNSSEC and RGP. November 7, 2013 SWITCH EPP Manual Version 2.1.2 with DNSSEC and RGP November 7, 2013 SWITCH Contents 1 Management Summary... 3 2 Introduction... 3 2.1 EPP standard + legal fundaments... 4 2.2 Conditions of use... 4 3 Using the

More information

Specifications for Registrars' Interaction with the Domain Registration System During Landrush and General Registration Periods

Specifications for Registrars' Interaction with the Domain Registration System During Landrush and General Registration Periods Фонд содействия развитию технологий и инфраструктуры Интернета Введено в действие: 24 сентября 2014 г. Foundation for Assistance for Internet Technologies and Infrastructure Development Specifications

More information

Registrar Ramp Up Process. Prepared by Afilias

Registrar Ramp Up Process. Prepared by Afilias Registrar Ramp Up Process Prepared by Afilias December 2013 Contents Introduction... 2 Get Started By Having Someone Contact You... 2 Become a Registrar... 3 Step One Business and Legal Process... 3 Step

More information

DOMAIN POLICY VERSION 1.0

DOMAIN POLICY VERSION 1.0 DOMAIN POLICY VERSION 1.0 1. Domain Name Format 1.1 Registry TLD domains can contain the English-language letters A through Z, the digits 0 through 9 and hyphens (LDH -- Letters, Digits, Hyphens). Hyphens

More information

Global Registry Services Registrar Frequently Asked Questions (FAQ) for TLDs using Afilias Technology

Global Registry Services Registrar Frequently Asked Questions (FAQ) for TLDs using Afilias Technology Global Registry Services Registrar Frequently Asked Questions (FAQ) for TLDs using Afilias Technology Prepared by Afilias November 2013 Table of Contents Foreword... 1 Non-Technical... 1 Accreditation,

More information

The Domain Name Registration Policy

The Domain Name Registration Policy The Domain Name Registration Policy version 3.2 developed jointly with Hostmaister LLC by public domain administrators and registrars on November 1, 2013 1 Table of Contents 1. General Provisions 3 2.

More information

Specifications for Registrars' Interaction with Flexireg Domain Registration System

Specifications for Registrars' Interaction with Flexireg Domain Registration System Foundation for Assistance for Internet Technologies and Infrastructure Development Specifications for Registrars' Interaction with Flexireg Domain Registration System Version 1.1. Moscow, 2015 Table of

More information

Domain Name Lifecycle Policy for the TLD.koeln

Domain Name Lifecycle Policy for the TLD.koeln dotkoeln registry NetCologne GmbH Postfach 30 09 33 50779 Köln Domain Name Lifecycle Policy for the TLD.koeln I. Purpose of this document The purpose of this policy is to describe the various states that

More information

EPP 1.0 Gateway Resource Guide

EPP 1.0 Gateway Resource Guide Resource Guide REALTIME cctld EPP 1.0 SOLUTION HEXONET s Platform is the first of its kind industry wide. Instead of repeated and costly implementation, as well as, maintenance for arduous individual connections

More information

Pre Delegation Testing (PDT) Frequently Asked Questions (FAQ)

Pre Delegation Testing (PDT) Frequently Asked Questions (FAQ) Pre Delegation Testing (PDT) Frequently Asked Questions (FAQ) [Ver 1.7 2013-06- 04] List of contents General questions Who do I contact with questions about Pre- Delegation Testing?... 3 What is the process

More information

.alsace Launch Policy Sunrise - LRP - Landrush

.alsace Launch Policy Sunrise - LRP - Landrush .alsace Launch Policy Sunrise - LRP - Landrush Content 1. Introduction... 2 2. Definitions... 3 3. Launch dates, priority and allocation criteria overview... 5 3.1. Launch dates... 5 3.2. Priority... 5

More information

General Launch Policy

General Launch Policy General Launch Policy Desi Networks, LLC Version 1, March 2014 1. Introduction This policy has been developed to describe the Launch Program for the.desi gtld (Registry). The Launch Program has been designed

More information

.ASIA Reserved Names Policies

.ASIA Reserved Names Policies Prepared by: DotAsia Organisation Date: 10-Aug-2007 Reference #: N/A Status: Complete Version: 2.0 Executive Summary This document describes the Reserved Names Policies for the.asia Registry. These policies

More information

October 11, 2013 NEUSTAR REGISTRAR REFERENCE GUIDE

October 11, 2013 NEUSTAR REGISTRAR REFERENCE GUIDE October 11, 2013 NEUSTAR REGISTRAR REFERENCE GUIDE This document is for informational purposes only. NEUSTAR MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Taipei Enterprise Sunrise Period Policy

Taipei Enterprise Sunrise Period Policy Taipei Enterprise Sunrise Period Policy Purpose: The Taipei Enterprise Sunrise Period offers a legal person or a natural person who registers in Great Taipei Area (Taipei City and New Taipei City) and

More information

Conference Bridge User Guide P/N 0893416 Rev 1, September 2006 Printed in U.S.A. 5.99

Conference Bridge User Guide P/N 0893416 Rev 1, September 2006 Printed in U.S.A. 5.99 Empowered by Innovation Technical Support Web Site: http://ws1.necii.com (registration is required) Conference Bridge User Guide P/N 0893416 Rev 1, September 2006 Printed in U.S.A. 5.99 This manual has

More information

Alliance Access Integration MQ Host Adaptor

Alliance Access Integration MQ Host Adaptor Alliance Access Integration MQ Host Adaptor Technical Qualification Test 2014 This document lists the tests for application providers that integrate their back-office application or middleware with Alliance

More information

1999-2006 enom, Inc. API response codes

1999-2006 enom, Inc. API response codes API response codes Introduction When you run a query against the enom API, the response includes a numeric code and a corresponding text message. This allows us to standardize our responses and make them

More information

API Operational Test and Evaluation Platform (API OT&E platform) User manual. Version 2.0

API Operational Test and Evaluation Platform (API OT&E platform) User manual. Version 2.0 API Operational Test and Evaluation Platform (API OT&E platform) User manual Version 2.0 22 november 2013 TABLE OF CONTENTS 1. Introduction 3 1.1. Overview of the API OT&E platform 3 1.2. The intended

More information

Internationalized Domain Names Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria

Internationalized Domain Names Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria Internationalized Domain Names Extensible Provisioning Protocol (EPP) v1.0 Registrar Acceptance Criteria 01 February 2007 Version 1.0.2 Technical Support: techsupport@pir.org / +1.416.646.3308 http://www.pir.org

More information

EFFECTIVE AS OF AUGUST 15, 2015

EFFECTIVE AS OF AUGUST 15, 2015 EFFECTIVE AS OF AUGUST 15, 2015.LAT DOMAIN NAMES GENERAL POLICY Effective as of January 30, 2015. The domain name registration under the gtld.lat, is delegated to Federación de Latinoamérica y el Caribe

More information

Jag valde att använda Net-EPP_client.php från centralnic för att komma igång.

Jag valde att använda Net-EPP_client.php från centralnic för att komma igång. EPP och PHP Det finns flera olika klienter där ute för att hantera epp. Net_EPP_client.php phpsrs Hanterar bara EPP kommunikationen. Enkel http://labs.centralnic.com/net_epp_client.php Mer komplett Klarar

More information

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

How to Keep One s Registered Trademark from Becoming a.xxx Domain Name

How to Keep One s Registered Trademark from Becoming a.xxx Domain Name September 2011 How to Keep One s Registered Trademark from Becoming a.xxx Domain Name BY ROBERT L. SHERMAN & BRADFORD E. YOUNG After years of consideration, the Internet Corporation for Assigned Names

More information

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals)

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) 1 1. Before Applying Please check the following before starting application processes via the Toyota Foundation

More information

Registry Operator Monthly Report

Registry Operator Monthly Report Registry Operator Monthly Report July 2015 Prepared: August, 2015 Neustar, Inc. 21575 Ridgetop Circle Sterling, VA 20166 As required by the Department of Commerce/Neustar Registry Agreements, this report

More information

Domain Name Registration Policies

Domain Name Registration Policies Version 1.0 May 22, 2016 Contents Contents... 2 Definitions... 3 Introduction... 5 Purpose and Principles of the.shop TLD... 6 Article 1. The Sunrise Phase and Trademark Claims Notice Services 1.1. Purpose

More information

API Commands Reseller Partners

API Commands Reseller Partners API Commands Reseller Partners API Version 6.9 Revision Date: 21 st August 2014 Contents Commands... 3 useradd... 3 usermodify... 5 userget... 7 usersuspend... 9 domainadd... 10 domaincancel... 13 domaincheck...

More information

Business On Line File Gateway Guide for Customers

Business On Line File Gateway Guide for Customers Business On Line File Gateway Guide for Customers This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document may not be reproduced

More information

Release Notes for WebSphere Business Integration Connect, Enterprise and Advanced Editions, Version 4.2.1

Release Notes for WebSphere Business Integration Connect, Enterprise and Advanced Editions, Version 4.2.1 Release Notes for WebSphere Business Integration Connect, Enterprise and Advanced Editions, Version 4.2.1 These release notes cover release information for IBM (R) WebSphere (R) Business Integration Connect,

More information

One- & Two- ASCII Character.ASIA Release Policies

One- & Two- ASCII Character.ASIA Release Policies Date: 12-July-2013 Status: COMPLETE Version: 1.1.ASIA Registry Policies Archive URL: Comments: References: http://dot.asia/policies/dotasia-1&2-releasepolicies-complete--2013-07- 12.pdf startup-comments@dot.asia

More information

Internationalised Domain Names (IDNs) necessary or waste of money? IP and the Internet_ a KOLSTER Seminar_ Helsinki 31 May 2012.

Internationalised Domain Names (IDNs) necessary or waste of money? IP and the Internet_ a KOLSTER Seminar_ Helsinki 31 May 2012. Internationalised Domain Names (IDNs) necessary or waste of money? Non ASCII characters Definition Support Arabic, Chinese, Cyrillic, etc. alphabets Many TLDs now support IDNs Transform the Internet into

More information

Regulation on Management and Assignment of.gr Domain Names. THE HELLENIC TELECOMMUNICATIONS & POST COMMISSION (EETT)

Regulation on Management and Assignment of.gr Domain Names. THE HELLENIC TELECOMMUNICATIONS & POST COMMISSION (EETT) (9)FEK717_B_2005.pdf No. 351/76 (1) Regulation on Management and Assignment of.gr Domain Names. THE HELLENIC TELECOMMUNICATIONS & POST COMMISSION (EETT) Having regard to: a. Law No. 2867/2000 "Organization

More information

Student Employment Website Employer User Guide Updated March 12, 2008

Student Employment Website Employer User Guide Updated March 12, 2008 EMPLOYER USER GUIDE Getting Started...2 Request Log-In Permission...3 Log In...4 My Control Panel...5 Post a New Job...7 Review Student Applications...11 Contact Applicants...12 Hire a Student...13 Manage

More information

Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications

Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications Configuration Guide Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications This document describes how to configure Web authentication with BEA WebLogic for the SAS Web applications.

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.00 Document Title HTTP Service AT Commands Version 1.00 Date 2009-07-06 Status Document Control ID Release GSM_HTTP_ATC_V1.00 General Notes offers

More information

Using Avaya Aura Messaging

Using Avaya Aura Messaging Using Avaya Aura Messaging Release 6.3.2 Issue 1 December 2014 Contents Chapter 1: Getting Started... 4 Messaging overview... 4 Prerequisites... 4 Accessing your mailbox from any phone... 4 Accessing the

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

System Administration Guide

System Administration Guide www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this

More information

Device Users Guide Sybase Mobile Sales for SAP CRM 1.2

Device Users Guide Sybase Mobile Sales for SAP CRM 1.2 Device Users Guide Sybase Mobile Sales for SAP CRM 1.2 ios DOCUMENT ID: DC01177-01-0120-01 LAST REVISED: December 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase

More information

Creating Accounts... 3. Domain Management... 6

Creating Accounts... 3. Domain Management... 6 Domain Reseller User Guide Table of Contents Creating Accounts... 3 User Registration... 3 Domain Reseller Account Application... 4 Domain Management... 6 Register Domains... 6 Renew Domains... 8 List

More information

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax: FaxFinder FFx30 T.37 Store & Forward Fax (T.37) Introduction The FaxFinder implements T.37 Store and Forward Fax (RFC2304) to convert emails into facsimile transmissions. The FaxFinder fax server accepts

More information

Updates from the Domain Name Commission. Barry Brailey

Updates from the Domain Name Commission. Barry Brailey Updates from the Domain Name Commission Barry Brailey Outline of Presentation Update on.nz Policies.nz & Registrar Security Dispute Resolution Service DNCL Changes Questions / comments at any time Latest

More information

Live@edu User Guide. Please visit the Helpdesk website for more information: http://www.smu.edu.sg/iits/helpdesk_support/index.asp

Live@edu User Guide. Please visit the Helpdesk website for more information: http://www.smu.edu.sg/iits/helpdesk_support/index.asp IITS Main Office SINGAPORE MANAGEMENT UNIVERSITY Administration Building, Level 11 81, Victoria Street Singapore 188065 Phone: 65-6828 1930 Email: iits@smu.edu.sg Please visit the Helpdesk website for

More information

Domain Name Registration Policies (Version 1.1 June 10, 2014)

Domain Name Registration Policies (Version 1.1 June 10, 2014) Domain Name Registration Policies (Version 1.1 June 10, 2014) Contents Contents... 2 Definitions... 3 Introduction... 5 Purpose and Principles of the.tokyo TLD... 5 Launch Phases... 6 Chapter 1. The Sunrise

More information

Preparing your Domain to transfer from Go Daddy

Preparing your Domain to transfer from Go Daddy Preparing your Domain to transfer from Go Daddy Before you can transfer a domain: Getting Started Disable domain privacy. If the privacy service forwards incoming email, check the ʻforward toʼ contact

More information

Adworkz Posting Specifications New Car Ping & Post

Adworkz Posting Specifications New Car Ping & Post Adworkz Posting Specifications New Car Ping & Post Version 3.2 (October 14th, 2014) This document assumes knowledge within the XML and Post environments. This document is current with the date posted above

More information

Version 2.4 Final. TMDB System User Manual (Registrar)

Version 2.4 Final. TMDB System User Manual (Registrar) Version 2.4 Final TMDB System User Manual (Registrar) Table of contents 1. INTRODUCTION... 5 1.1. OVERVIEW OF THE TMDB SYSTEM... 5 1.2. THE INTENDED AUDIENCE FOR THIS DOCUMENT... 5 1.3. OVERVIEW OF THIS

More information

About Cisco PIX Firewalls

About Cisco PIX Firewalls About Cisco PIX Firewalls The PIX firewall requires extensive provisioning to meet both industry best practices and regulatory compliance. By default the firewall operating system allows various methods

More information

Setup Guide Central Monitoring of SAP NetWeaver Proces Integration 7.3 with SAP Solution Manager 7.1. Active Global Support February 2011

Setup Guide Central Monitoring of SAP NetWeaver Proces Integration 7.3 with SAP Solution Manager 7.1. Active Global Support February 2011 Setup Guide Central Monitoring of SAP NetWeaver Proces Integration 7.3 with SAP Solution Manager 7.1 Active Global Support February 2011 Agenda Overview Landscape Setup Recommended Setup SLD/LMDB Synchronization

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Certificates and Application Resigning

Certificates and Application Resigning Certificates and Application Resigning Introduction In the following chapters we will be reviewing how to resign an application along with how to get the needed resources for the process. To successfully

More information

IIS EPP v3. Create Certificate for IIS EPP v3. IIS Registry EPP Information. Last saved: November 17, 2015

IIS EPP v3. Create Certificate for IIS EPP v3. IIS Registry EPP Information. Last saved: November 17, 2015 IIS Registry EPP Information IIS EPP v3 Create Certificate for IIS EPP v3 Last saved: November 17, 2015 The List of contents 1 Introduction... 4 1.1 This document... 4 1.2 Abbreviations & Definition of

More information

. 世 界 Registration Policy

. 世 界 Registration Policy . 世 界 ( DotWorld_IDN or.xn--rhqv96g ) Registry Policies Document Policy Title:. 世 界 Registration Policy Archive URL: http://nic. 世 界 /policies/registration_policy.pdf Version: 2.0 Status: FINAL Effective

More information

VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3

VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3 VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3 This document supports the version of each product listed and supports all subsequent

More information

Command Line Interface Specification Linux Mac

Command Line Interface Specification Linux Mac Command Line Interface Specification Linux Mac Online Backup Client version 4.1.x and higher 1. Introduction These modifications make it possible to access the BackupAgent Client software from the command

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks

More information

The release of One and Two Letter.ie Domain Names

The release of One and Two Letter.ie Domain Names Public Consultation Document: The release of One and Two Letter.ie Domain Names June 9 th 2015 This consultation document has been issued by the Policy Advisory Committee of the IE Domain Registry Limited

More information

Chapter 25 DHCP Snooping

Chapter 25 DHCP Snooping Chapter 25 DHCP Snooping Introduction...25-2 The Binding Database... 25-2 DHCP Filtering... 25-4 DHCP Option 82... 25-4 DHCP Snooping ARP Security... 25-5 Configuration Examples...25-5 Command Reference...25-6

More information

RingCentral for Skype for Business USER GUIDE

RingCentral for Skype for Business USER GUIDE RingCentral for Skype for Business USER GUIDE Contents Introduction 3 About RingCentral for Skype for Business 3 About Skype for Business 3 About This Guide 3 Getting Started with RingCentral for Skype

More information

Managing Your Domain Names

Managing Your Domain Names Quick Start Guide Managing Your Domain Names Quick Start Guide Page 1 Quick Start Guide: Managing Your Domain Names Version 2.0 (7/22/2010) Copyright 2010 All rights reserved. Distribution of this work

More information

Registration Guidelines. for.be

Registration Guidelines. for.be Registration Guidelines for.be Version 15.1 Part III: Registrar site 28 januari 2015 1 TABLE OF CONTENTS Part III: WEB interface TABLE OF CONTENTS... 2 MY REGISTRATIONS... 4 LOG IN... 4 GENERAL FORMAT...

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

1 Attack Top Attackers Report, Top Targets Report, Top Protocol Used by Attack Report, Top Attacks Report, Top Internal Attackers Report, Top External Attackers Report, Top Internal Targets Report, Top

More information

Technical documentation

Technical documentation Technical documentation HTTP Application Programming Interface SMPP specifications Page 1 Contents 1. Introduction... 3 2. HTTP Application Programming Interface... 4 2.1 Introduction... 4 2.2 Submitting

More information

Section 1 Overview... 4. Section 2 Home... 5

Section 1 Overview... 4. Section 2 Home... 5 ecogent User Guide 2012 Cogent Communications, Inc. All rights reserved. Every effort has been made to ensure that the information in this User Guide is accurate. Information in this document is subject

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Using Premium Automatic Call Distribution for Call Centers

Using Premium Automatic Call Distribution for Call Centers Using Premium Automatic Call Distribution for Call Centers Feature-synchronized Automatic Call Distribution (ACD) enables organizations to manage a large number of phone calls on an individual basis. ACD

More information

Order of introduction of «.ҚАЗ» domain name

Order of introduction of «.ҚАЗ» domain name Concurred by Vice Minister of Communication & Information, Republic of Kazakhstan S. Sarsenov 2012 Approved by Administrator of Country Code Top- Level Domains in National Internet Domain, President, Kazakhstan

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

Cars Registry Limited Launch Plan and Related Policies

Cars Registry Limited Launch Plan and Related Policies Cars Registry Limited Launch Plan and Related Policies Version 1.0 Cars Registry Limited Governors Square, Unit 3-110 23 Lime Tree Bay Avenue Grand Cayman, Cayman Islands PO Box 1361, George Town, KY1-1108

More information

Universal Event Monitor for SOA 5.2.0 Reference Guide

Universal Event Monitor for SOA 5.2.0 Reference Guide Universal Event Monitor for SOA 5.2.0 Reference Guide 2015 by Stonebranch, Inc. All Rights Reserved. 1. Universal Event Monitor for SOA 5.2.0 Reference Guide.............................................................

More information

CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS...

CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS... Contents CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS... 3 CREATE THE MAIN SIP TRUNK ACCOUNT... 3 SETUP THE SIP TRUNK ACCOUNT... 4 EXTRA DIDS... 7 HOW TO..... 9 BILL FOR THE SIP TRUNKING SERVICE... 9 LIMIT

More information

DECISION. Regulation on Management and Assignment of [.gr] Domain Names. The Hellenic Telecommunications and Post Commission (ΕΕΤΤ)

DECISION. Regulation on Management and Assignment of [.gr] Domain Names. The Hellenic Telecommunications and Post Commission (ΕΕΤΤ) Maroussi, 19-2-2015 DECISION. NO.: 750/2 DECISION Regulation on Management and Assignment of [.gr] Domain Names The Hellenic Telecommunications and Post Commission (ΕΕΤΤ) Having regard to: a. Law Ν.4070/2012

More information

Vodafone Business Product Management Group. Web and Domain Frequently Asked Questions (FAQs)

Vodafone Business Product Management Group. Web and Domain Frequently Asked Questions (FAQs) Vodafone Business Product Management Group Hosted Services Web and Domain Frequently Asked Questions (FAQs) Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced,

More information

Corona Appsaholic Documentation

Corona Appsaholic Documentation Corona Appsaholic Documentation Appsaholic (Powered by Perk) is a user retention and engagement system that allows you to reward users in app for performing tasks or reaching objectives. As users accumulate

More information

.ME. Web Admin Tool User Manual. for Registrars. Copyright 2011 Afilias Limited

.ME. Web Admin Tool User Manual. for Registrars. Copyright 2011 Afilias Limited .ME Web Admin Tool User Manual for Registrars Copyright 2011 Afilias Limited Contents 1. Introduction... 1 1.1 Welcome Message... 1 1.2 Requirements... 1 1.3 Login... 1 2. Navigation... 3 2.1 Contact Us

More information

Secure Provider Website. Instructional Guide

Secure Provider Website. Instructional Guide Secure Provider Website Instructional Guide Operational Training 2 12/12/2012 Table of Contents Introduction... 4 How to Use the Manual... 4 Registration... 5 Update Account... 8 User Management... 10

More information

Release Notes P/N 300-012-130 Rev A01

Release Notes P/N 300-012-130 Rev A01 EMC HomeBase Version 6.5 Release Notes P/N 300-012-130 Rev A01 March 17, 2011 These release notes contain supplemental information about EMC HomeBase Server and Agent Release 6.5. Topics include: Revision

More information

Reserved Names Policy Copyright ZA Central Registry 2013 August 15, 2013. Policy

Reserved Names Policy Copyright ZA Central Registry 2013 August 15, 2013. Policy DotAfrica Government Reserved Name List Policy 1 Table of Contents 1. Introduction... 3 2. Basic Principles... 3 3. Definitions... 4 4. Available Tools... 5 5. Representatives... 5 Registration of Representatives...

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1

Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1 Key-Systems Registrar Plug-in PBA Configuration Guide Revision 1.1 1999-2012 1/13 Parallels IP Holdings GmbH. Vordergasse 59 CH8200 Schaffhausen Switzerland Tel: + 41 526320 411 Fax: + 41 52672 2010 www.parallels.com

More information

Application Programming Interface Guide. Wild West Domains Reseller Web Service API

Application Programming Interface Guide. Wild West Domains Reseller Web Service API Application Programming Interface Guide Wild West Domains Reseller Web Service API. Wild West Domains Reseller Web Service API (Version 2.3) Distribution of this work or derivative of this work is prohibited

More information

HPE MyRoom Outlook Add-in Quick Reference Guide

HPE MyRoom Outlook Add-in Quick Reference Guide HPE MyRoom Outlook Add-in Quick Reference Guide Installation The HPE MyRoom Add-in is compatible with Microsoft Outlook 2010, 2013, 2016, and Office 365 Close Outlook Either: Go to www.myroom.hpe.com Select

More information

GoToMeeting, GoToWebinar & GoToTraining. Active Directory Connector Administration Guide. 7414 Hollister Avenue Goleta CA 93117

GoToMeeting, GoToWebinar & GoToTraining. Active Directory Connector Administration Guide. 7414 Hollister Avenue Goleta CA 93117 GoToMeeting, GoToWebinar & GoToTraining Active Directory Connector Administration Guide 7414 Hollister Avenue Goleta CA 93117 http://support.citrixonline.com 2013 Citrix Online, LLC. All rights reserved.

More information

Residential and Business

Residential and Business Internet Phone Service Residential and Business Self Service Portal User Guide Version 2.0 www.packet8.net 1.866.TRY.VOIP Contents Introduction to the Packet8 Self Service Portal... 3 How to use your new

More information

Preview of the Attestation System for the Medicare Electronic Health Record (EHR) Incentive Program

Preview of the Attestation System for the Medicare Electronic Health Record (EHR) Incentive Program Preview of the Attestation System for the Medicare Electronic Health Record (EHR) Incentive Program The Medicare EHR Incentive Program provides incentive payments to eligible professionals, eligible hospitals

More information

FDS manual File Delivery Services SFTP and FTP file transfer

FDS manual File Delivery Services SFTP and FTP file transfer FDS manual File Delivery Services SFTP and FTP file transfer Publisher Post CH Ltd Information Technology Webergutstrasse 12 CH-3030 Berne (Zollikofen) Contact Post CH Ltd Information Technology Webergutstrasse

More information

Adworkz Posting Specifications Auto Ping & Post

Adworkz Posting Specifications Auto Ping & Post Adworkz Posting Specifications Auto Ping & Post Version 4.3 (August 19th, 2014) This document assumes knowledge within the XML and Post environments. This document is current with the date posted above

More information

SIP Trunking Quick Reference Document

SIP Trunking Quick Reference Document SIP Trunking Quick Reference Document Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Junos Pulse. Windows In-Box Junos Pulse Client Quick Start Guide. Published: 2013-10-18. Copyright 2013, Juniper Networks, Inc.

Junos Pulse. Windows In-Box Junos Pulse Client Quick Start Guide. Published: 2013-10-18. Copyright 2013, Juniper Networks, Inc. Junos Pulse Windows In-Box Junos Pulse Client Quick Start Guide Published: 2013-10-18 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

Instant Messenger Operator Manual

Instant Messenger Operator Manual Instant Messenger Operator Manual Introduction The Sparks Instant Messenger client not only allows for general chat services but also provides departments who offer customer service to provide an additional

More information

.Masr IDN registry system. National Telecom Regulatory Authority Of EGYPT ( NTRA ) ( 20 Min )

.Masr IDN registry system. National Telecom Regulatory Authority Of EGYPT ( NTRA ) ( 20 Min ) ). مصر (.Masr IDN registry system National Telecom Regulatory Authority Of EGYPT ( NTRA ) ( 20 Min ) If you talk to a man in a language he understands, that goes to his head. If you talk to him in his

More information

Webmail Friends & Exceptions Guide

Webmail Friends & Exceptions Guide Webmail Friends & Exceptions Guide Add email addresses to the Exceptions List and the Friends List in your Webmail account to ensure you receive email messages from family, friends, and other important

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information