Request can't be sent. Please verify your system parameters. You should also have a look at your log file. Save or Cancel to finish...

Size: px
Start display at page:

Download "Request can't be sent. Please verify your system parameters. You should also have a look at your log file. Save or Cancel to finish..."

Transcription

1 1/11 Warning! This is an Advanced subject, that is not necessary for running the grib plugin. Do not try these setups unless you are familiar with your operating system, comfortable with handling the command line interface and editing configuration files. Do not expect these instructions to work without some customization. This page contains detailed instructions on how to set up mailservers to automatically send grib request mails to Sail Docs. Ptizef & rgleason have compiled the instructions for Windows/Thunderbird Ptizef has compiled the instructions for Linux/SSMTP. Cagney has compiled the instructions for Linux/Exim4. CarCode has compiled the instructions for Mac OS X/PostFix. Windows MAPI Mail Server Setup The plugin's request depends on the user's selection of the default MAPI program which is dependent on the Operating System conventions. Linux, Windows and Mac are all different. If the plugin does not find a default MAPI program, an appropriate message will show in the plugin menu: Request can't be sent. Please verify your system parameters. You should also have a look at your log file. Save or Cancel to finish... and there will be an error message in the opencpn.log similar to: 10:55:47 PM: MAIL Error: Failed to logon to MAPI using a shared session, Error:3 To fix this problem use a google search, and find links such as Fix CLS Send, MAPI or Runtime Error in Windows 10 or 8.1 and Thunderbird For example, if you use Thunderbird exclusively with Win10 or Win8.1, this should fix the problem Start > Control Panel > Default Programs > Set your Default Programs, pick Thunderbird. Then

2 Last update: opencpn:opencpn_user_manual:plugins:included_plugins:grib_weather:mail_servers /12/31 01:51 Windows Vista or XP and Thunderbird - Outside OpenCPN there is nothing more to do except to ensure that there is a mail system (mine is thunderbird) correctly configured and set as main on the device. also verify if the mapi32.dll is present in c:/windows/system32 (or equivalent for 64b) (otherwise an error message will be the result). - Inside OpenCPN, there is nothing to do; the sender mail address can be entered, but will not be used. Just don't forget to enter the zygrib login and password. When clicking on send button : if the main mail system is not open, OpenCPN opens it and the waiting messages are received. remark : if there are many waiting messages, it could take a while. That is why it would be better to create a specific address for this purpose. Then a new mail page is opened with all mail elements already written thus ready to be sent. Linux Using SSMTP How to install and configure ssmtp: - 1) Install the ssmtp package. If another MTA is already installed, you may be asked to uninstall it before installing ssmtp. Once it's done you can test it by typing this command: whereis sendmail The answer should be something like /usr/sbin/sendmail. Use that answer in the next command: ls -la /usr/sbin/sendmail If everything is OK you should get this answer: /usr/sbin/sendmail ssmtp showing that Sendmail function is now connected to ssmtp. - 2) Now there are two files to set: the first file : /etc/ssmtp/ssmtp.conf ( with root rights ) The typical setting should be: root=postmaster AuthUser=yourlogin to your ISP access Printed on

3 3/11 AuthPass=yourpasseword to your ISP access mailhub=yourispserveurname.yourdomain (for example smtp.orange.fr) rewritedomain=yourdomain FromLineOverride=YES hostname= the full host-name ( normally automatically entered, but if not you can type the command : hostname to get it) For ISP requiring a TLS connection, it could be necessary to add the line UseTLS=YES or UseSTARTTLS=YES the second file : /etc/ssmtp/revaliases (with root rights) Enter this line. root:yourlogin@yourdomain:yourispserveurname.yourd omain ort the default port was 25 but now many ISP refuse it and use 587. If you have a mail system, you will find the right value in it.sudo dpkg-reconfigure exim4-config Sendmail/Postfix install for Mac - Inside OpenCPN :You must enter the sender address : your entire mail address, the one you will use to send mails and receive answers When you click on the send button, the mail is directly sent. You can find the log here : /var/log/mail.log Using Exim4 First install Exim4 $sudo apt-get install exim4 then configure it (again). $sudo dpkg-reconfigure exim4-config This is a very simple setup where exim is just used to forward mail to the ISP:s smtp server. Local system mail is also available.

4 Last update: opencpn:opencpn_user_manual:plugins:included_plugins:grib_weather:mail_servers /12/31 01:51 It's important to use the choice above. I just use localhost. Printed on

5 We have no incoming connections. We are not using this. 5/11

6 Last update: opencpn:opencpn_user_manual:plugins:included_plugins:grib_weather:mail_servers /12/31 01:51 We are not using this. This is important. It must point to your Internet Service Providers SMTP server. Printed on

7 7/11 Your choice! RTFM and make up your mind. Not a big deal for this simple setup.

8 Last update: opencpn:opencpn_user_manual:plugins:included_plugins:grib_weather:mail_servers /12/31 01:51 RTFM. Your Choice, but no point in splitting this simple setup. Edit /etc/exim4/passwd.client so it contains your username and password to your ISP:s mail server. # password file used when the local exim is authenticating to a remote_paratable_ins_# host as a client._paratable_ins_#_paratable_ins_# see exim4_passwd_client(5) for more documentation_paratable_ins_#_paratable_ins_# Example:_PARATABLE_INS_### target.mail.server.example:login:password_paratable_ins_# for OpenCPN you can use *:login:password_paratable_ins_*:fakexyz123:madeupxyz123 (Re)start Exim4 $ /etc/init.d/exim4 {start stop restart reload status what force-stop} Start testing Printed on

9 9/11 Mac OS X Using Sendmail/Postfix It is not so easy to install this on a Mac since you will need some experience with terminal using. The example below uses an googl account and nano as editor: Step 1 Type in terminal these 6 lines one after another with return: sudo mkdir -p /Library/Server/Mail/Data/spool sudo gzip /usr/share/man/man1/{postalias.1,postcat.1,postconf.1,postdrop.1,postf ix.1,postkick.1,postlock.1,postlog.1,postmap.1,pos tmulti.1,postqueue.1,postsuper.1,sendmail.1} sudo gzip /usr/share/man/man5/{access.5,aliases.5,bounce.5,canonical.5,cidr_tabl e.5,generic.5,header_checks.5,ldap_table.5,master. 5,mysql_table.5,nisplus_table.5,pcre_table.5,pgsql _table.5,postconf.5,postfix-wrapper.5,regexp_table.5,relocated.5,tcp_table.5,t ransport.5,virtual.5} sudo gzip /usr/share/man/man8/{anvil.8,bounce.8,cleanup.8,discard.8,error.8,flus h.8,local.8,master.8,oqmgr.8,pickup.8,pipe.8,proxy map.8,qmgr.8,qmqpd.8,scache.8,showq.8,smtp.8,smtpd.8,spawn.8,tlsmgr.8,trivialrewrite.8,verify.8,virtual.8} sudo /usr/sbin/postfix set-permissions sudo chmod 700 /Library/Server/Mail/Data/mta Step 2 Type in terminal another command to start the nano editor with this file: sudo nano /etc/postfix/sasl_passwd Type into the nano editor: smtp.googl .com:587 YourAccountname@googl .com:YourPassword Substitute YourAccountname and YourPassword with your data. Save the file in nano with Ctrl-O and exit with Ctrl-X. Step 3 Publicate the new file in terminal with this command: sudo postmap /etc/postfix/sasl_passwd Step 4 You have to edit the main config file and add at the end the following lines with this command in Terminal: sudo nano /etc/postfix/main.cf

10 Last update: opencpn:opencpn_user_manual:plugins:included_plugins:grib_weather:mail_servers /12/31 01:51 This to add: # Minimum Postfix-specific configurations. mydomain_fallback = localhost mail_owner = _postfix setgid_group = _postdrop relayhost=smtp.googl .com:587 # Enable SASL authentication in the Postfix SMTP client. smtp_sasl_auth_enable=yes smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd smtp_sasl_security_options= # Enable Transport Layer Security (TLS), i.e. SSL. smtp_use_tls=yes smtp_tls_security_level=encrypt tls_random_source=dev:/dev/urandom Save the file and exit nano as in step 2. Step 5 Now you can start postfix in terminal with: sudo postfix start If an error occurs correct main.cf and start again with: sudo postfix reload Step 6 Now you can test your work in terminal with: date mail -s test YourAccountname@googl .com Done. Supplemental If you want to have started sendmail/postfix each time you start you start your machine you can add these lines to the launch daemon: <key>runatload</key> <true/> Do this with this command in terminal: sudo nano /System/Library/LaunchDaemons/org.postfix.master.plist After that this file should look like this: <?xml version= 1.0 encoding= UTF-8?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" " <plist version= 1.0 > <dict> Printed on

11 11/11 <key>label«/key> <string>org.postfix.master</string> <key>program</key> <string>/usr/libexec/postfix/master</string> <key>programarguments</key> <array> <string>master</string> <string>-e</string> <string>60</string> </array> <key>queuedirectories</key> <array> <string>/var/spool/postfix/maildrop</string> </array> <key>abandonprocessgroup</key> <true/> <key>ondemand/lt;/key> <true/> <key>runatload</key> <true/> </dict> </plist> Instead of googl in this example you may use any other mail server. From: - OpenCPN Manuals Permanent link: Last update: 2017/12/31 01:51

Ssmtp Sendmail Process Failed With Error Code 1

Ssmtp Sendmail Process Failed With Error Code 1 Ssmtp Sendmail Process Failed With Error Code 1 Config file for ssmtp sendmail # The person who gets all mail for userids _ 1000 # Make gsmtp) Can't send mail: sendmail process failed with error code 1.

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Set Up with Microsoft Outlook 2013 using POP3

Set Up  with Microsoft Outlook 2013 using POP3 Page 1 of 14 Help Center Set Up E-mail with Microsoft Outlook 2013 using POP3 Learn how to configure Microsoft Outlook 2013 for use with your 1&1 e-mail account using the POP3 Protocol. Before you begin,

More information

Abstract. This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.7 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

SeaPea v2.0 for Mac OSX 10.4.X X

SeaPea v2.0 for Mac OSX 10.4.X X ##################### CLASSIFICATION: SECRET ##################### Last Updated: 11/06/08 SeaPea v2.0 for Mac OSX 10.4.X - 10.5.X Developer: IOC/EDG/AED/UDB Version: SeaPea v2.0 Introduction SeaPea is

More information

This material is based on work supported by the National Science Foundation under Grant No

This material is based on work supported by the National Science Foundation under Grant No This material is based on work supported by the National Science Foundation under Grant No. 0802551 Any opinions, findings, and conclusions or recommendations expressed in this material are those of the

More information

Orbital provide a secure (SSL) Mailserver to protect your privacy and accounts.

Orbital provide a secure (SSL) Mailserver to protect your privacy and  accounts. Email Configuration This document is designed to help our clients in setting up email accounts on popular devices and email client software. Orbital provide a secure (SSL) Mailserver to protect your privacy

More information

Exim Practical. Patrick Okui. (based on materials from Brian Candler)

Exim Practical. Patrick Okui. (based on materials from Brian Candler) Exim Practical Patrick Okui (based on materials from Brian Candler) Objectives Part 1 is building and installing Exim.. Install Exim from ports. Replace Sendmail with Exim Part 2 is running basic tests.

More information

Abstract. This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 8.0 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

Scripting Opportunities for Systems Administrators. Greg Neagle, Walt Disney Animation Studios

Scripting Opportunities for Systems Administrators. Greg Neagle, Walt Disney Animation Studios Scripting Opportunities for Systems Administrators Greg Neagle, Walt Disney Animation Studios This is not a presentation on scripting. Why? System configuration #!/bin/sh # add staff to lpadmin group so

More information

Abstract. This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.6 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

Abstract. This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices.

Abstract. This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices. MySQL and OS X Abstract This is the MySQL OS X extract from the MySQL 5.5 Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit either the MySQL Forums

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

How to use PostMail feature to send an alarm (with MTA «ssmtp») date : / Introduction

How to use PostMail feature to send an alarm  (with MTA «ssmtp») date : / Introduction 1/ Introduction How to use PostMail feature to send an alarm email (with MTA «ssmtp») date : 18-12-2018 In this guide we will study how to use the email sending feature on ProviewR v5.5. This feature is

More information

Installation guide for Choic Multi User Edition

Installation guide for Choic Multi User Edition Installation guide for ChoiceMail Multi User Edition March, 2004 Version 2.1 Copyright DigiPortal Software Inc., 2002 2004 All rights reserved ChoiceMail Multi User Installation Guide 1. Go to the URL

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Communication protocols and services

Communication protocols and services This chapter describes various protocols and that may be enabled on Modberry. SSH Connection SSH service is started up on boot and already preinstalled and configured. You may access your device through

More information

Getting Started with launchd for Sys Admins. Penn State MacAdmins Conference 2012

Getting Started with launchd for Sys Admins. Penn State MacAdmins Conference 2012 Getting Started with launchd for Sys Admins Penn State MacAdmins Conference 2012 whoami Matt Hansen Systems Administrator Penn State College of Education @hansen_m history Released with 10.4 Tiger (2005)

More information

Fasthosts Customer Support. Standard Mailbox Setup Guide

Fasthosts Customer Support. Standard Mailbox Setup Guide Fasthosts Customer Support Standard Mailbox Setup Guide Standard Mailbox Setup Guide Setting up a Standard mailbox only takes a few minutes. You can set up any email software to receive email from your

More information

Relarium (RLM) Masternode Guide for VPS

Relarium (RLM) Masternode Guide for VPS Relarium (RLM) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Secure Browser Installation Manual For Technology Coordinators

Secure Browser Installation Manual For Technology Coordinators Secure Browser Installation Manual For Technology Coordinators 2016-2017 Published September 26, 2016 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Postfix Mail Server. Kevin Chege ISOC

Postfix Mail Server. Kevin Chege ISOC Postfix Mail Server Kevin Chege ISOC What is Postfix? Postfix is a free and open-sourcemail transfer agent (MTA) that routes and delivers electronic mail, intended as an alternative to the widely used

More information

Configuring OpenVPN Server on Endian

Configuring OpenVPN Server on Endian 2018/02/10 03:18 1/18 Configuring OpenVPN Server on Endian Firewall Configuring OpenVPN Server on Endian Firewall Let's access in the Upper menu VPN Here we need to Enable OpenVPN server click in the button

More information

Patch Server for Jamf Pro Documentation

Patch Server for Jamf Pro Documentation Patch Server for Jamf Pro Documentation Release 0.7.0 Bryson Tyrrell Mar 16, 2018 Contents 1 Change History 3 2 Setup the Patch Server Web Application 7 3 Add Your Patch Server to Jamf Pro 11 4 API Authentication

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

Read Naturally SE Update Windows Network Installation Instructions

Read Naturally SE Update Windows Network Installation Instructions Windows Network This document explains how to apply the Read Naturally Software Edition 2.0.3 update to existing installations of SE version 2.0, 2.0.1, or 2.0.2. First update the SE server software, and

More information

SETUP FOR OUTLOOK (Updated October, 2018)

SETUP FOR OUTLOOK (Updated October, 2018) EMAIL SETUP FOR OUTLOOK (Updated October, 2018) This tutorial will show you how to set up your email in Outlook using IMAP or POP. It also explains how to configure Outlook for MAC. Click on your version

More information

Welcome to our walkthrough of Setting up an AWS EC2 Instance

Welcome to our walkthrough of Setting up an AWS EC2 Instance Welcome to our walkthrough of Setting up an AWS EC2 Instance What is an EC2 Instance: An EC2 Instance is a virtual server in Amazon s Elastic Compute Cloud EC2 for running applications on AWS infrastructure.

More information

Search for Mail Step 3 Click the Accounts button.

Search for Mail Step 3 Click the  Accounts button. Manually Set Up E-mail with Microsoft Outlook Learn how to configure Microsoft Outlook 2003, 2007, 2010, 2013, or 2016 for use with your 1&1 Mail Basic account using the IMAP Protocol. Follow the instructions

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) CHAPTER 2 Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter contains information on the following topics: HTTPS Overview, page 2-1 HTTPS for Cisco Unified IP Phone Services,

More information

Using RANCID. Contents. 1 Introduction Goals Notes Install rancid Add alias Configure rancid...

Using RANCID. Contents. 1 Introduction Goals Notes Install rancid Add alias Configure rancid... Using RANCID Contents 1 Introduction 2 1.1 Goals................................. 2 1.2 Notes................................. 2 2 Install rancid 2 2.1 Add alias............................... 3 2.2 Configure

More information

LOCAL WALLET (COLD WALLET):

LOCAL WALLET (COLD WALLET): This tutorial will teach you how to create a masternode with a "cold/hot" setup. The whole process is as follows. LOCAL WALLET (COLD WALLET): Visit TRAID platform s official repository on GitHub and download

More information

Managing User Settings

Managing User Settings Managing User Settings Katie English Manager, Professional Services JAMF Software Managing User Settings Philosophy What Where How Example - Computer level setting Examples - User level settings The way

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

How do I configure my LPL client to use SSL for incoming mail?

How do I configure my LPL  client to use SSL for incoming mail? How do I configure my LPL email client to use SSL for incoming mail? When you begin using your modern graphical email client program (e.g., Thunderbird, Mac Mail, Outlook), it will present a series of

More information

Waseda Mail (Gmail) Mail Clients Configuration Guide

Waseda Mail (Gmail) Mail Clients Configuration Guide Waseda Mail (Gmail) Mail Clients Configuration Guide Update History Updated Day Edition Updated content July 27 2016 1.0 First edition created August 29 2016 1.0 Add configuration of Thunderbird September

More information

Dixicoin (DXC) Masternode Guide for VPS

Dixicoin (DXC) Masternode Guide for VPS Dixicoin (DXC) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

Setting up my Dev Environment ECS 030

Setting up my Dev Environment ECS 030 Setting up my Dev Environment ECS 030 1 Command for SSHing into a CSIF Machine If you already have a terminal and already have a working ssh program (That is, you type ssh into the terminal and it doesn

More information

Remote Access Installation

Remote Access Installation Remote Access Installation Getting Started with Remote Access If you re on a desktop or laptop, open your browser and go to http://remote.palmettohealth.org. You may want to create an internet shortcut

More information

Installing and Configuring Cisco Unified Real-Time Monitoring Tool

Installing and Configuring Cisco Unified Real-Time Monitoring Tool CHAPTER 2 Installing and Configuring Cisco Unified Real-Time Monitoring Tool You can install Cisco Unified Real-Time Monitoring Tool (RTMT), which works for resolutions 800*600 and above, on a computer

More information

Setup Guide. Page 0

Setup Guide. Page 0 Email Setup Guide Page 0 Table of Contents Mailbox Setup Guide... 2 Before you Start... 2 Desktop Mail Clients... 3 Outlook 2016 setup... 3 Outlook 2013 setup... 7 Outlook 2010 setup... 12 Windows 10 Mail

More information

BitcoinMonster Masternode Linux VPS Tutorial - Vultr VPS Created By : Samshak Donet Mon: MKX8PFz1uvBkwNDTXtUuj6KinudhsKZh1K

BitcoinMonster Masternode Linux VPS Tutorial - Vultr VPS Created By : Samshak Donet Mon: MKX8PFz1uvBkwNDTXtUuj6KinudhsKZh1K BitcoinMonster Masternode Linux VPS Tutorial - Vultr VPS Created By : Samshak Donet Mon: MKX8PFz1uvBkwNDTXtUuj6KinudhsKZh1K Step 1 Download, install and sync latest BitcoinMonster Windows s wallet on both

More information

Adding your IMAP Mail Account in Outlook 2013 on Windows

Adding your IMAP Mail Account in Outlook 2013 on Windows Adding your IMAP Mail Account in Outlook 2013 on Windows Replace example.co.za with your domain name as it was sent to you by Visualize IT 1. Launch Outlook 2. Select File on the top left menu bar 3. Select

More information

ADMINISTRATOR GUIDE. Find out how to install and configure Kerio Connect in different environments and how to set up advanced features.

ADMINISTRATOR GUIDE. Find out how to install and configure Kerio Connect in different environments and how to set up advanced features. ADMINISTRATOR GUIDE Find out how to install and configure Kerio Connect in different environments and how to set up advanced features. The information and content in this document is provided for informational

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

Kerio Connect. Step-by-Step. Kerio Technologies

Kerio Connect. Step-by-Step. Kerio Technologies Kerio Connect Step-by-Step Kerio Technologies 2011 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connect, version 7.3. All additional modifications and

More information

USB-MIDI Driver installation and settings...1 Windows XP users... 1

USB-MIDI Driver installation and settings...1 Windows XP users... 1 Installation Guide Table of Contents USB-MIDI Driver installation and settings...1 Windows XP users... 1 Installing the KORG USB-MIDI Driver... 1 Allowing driver installation without a digital signature...

More information

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

More information

Windows Subsystem for Linux Guide Documentation

Windows Subsystem for Linux Guide Documentation Windows Subsystem for Linux Guide Documentation Release Kenneth Reitz Aug 30, 2017 Contents: 1 Background on WSL (Windows Subsystem for Linux) 3 1.1 What is WSL?..............................................

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

More information

Exim Practical. (based on materials from Brian Candler)

Exim Practical. (based on materials from Brian Candler) Exim Practical (based on materials from Brian Candler) Objectives Part 1 is building and installing Exim. Install Exim from ports Replace Sendmail with Exim Part 2 is running basic tests. You don t need

More information

GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation

GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation GateManager server model 8250 Installation STEP 0 Preparing the LINUX installation This guide describes the typical steps for preparing your Linux platform for installing the GateManager model 8250. This

More information

How to configure your MAC post migrating to Microsoft Office 365

How to configure your MAC post migrating to Microsoft Office 365 How to configure your MAC post migrating to Microsoft Office 365 1 Contents Purpose... 3 General Settings and logon information... 3 Logging on to Exchange 365... 3 Outlook Web Access... 3 Exchange 365

More information

Set up the MC860 with the following instruction. Connect MC860 as a network printer. (Refer to the user's manual.) Setup Information Form...

Set up the MC860 with the following instruction. Connect MC860 as a network printer. (Refer to the user's manual.) Setup Information Form... Before Setup This guide describes the setup method to perform Scan To Mail, Scan To Network PC (CIFS) in MC860. Before setting up Scan To mail, Scan To Network PC (CIFS), MC860 should be connected to the

More information

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 1.0 1 of 18 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Remote Access Via Remote Desktop

Remote Access Via Remote Desktop Remote Access Via Remote Desktop Remotely connecting to your office desktop requires a client-server interface using Remote Desktop. The following page describes the procedures for establishing a SSH Tunnel

More information

Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration

Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration Linux Postfix Smtp (mail Server) Ssl Certificate Installation And Configuration Dec 30, 2014. HOW TO: Configure Godaddy Cert for Mail SSL instruction set to add a Godaddy cert (with intermediary file)

More information

EVALUATION ONLY. WA2097 WebSphere Application Server 8.5 Administration on Linux. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2097 WebSphere Application Server 8.5 Administration on Linux. Student Labs. Web Age Solutions Inc. WA2097 WebSphere Application Server 8.5 Administration on Linux Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Spreedbox Getting Started Guide

Spreedbox Getting Started Guide Spreedbox Getting Started Guide Last Updated: September 2017 CONTENTS 1. Introduction... 3 2. Prerequisites... 4 3. Opening the box... 5 4. USB Manual, Quick Start Guide & MAC Sticker... 6 5. International

More information

Campus Ubuntu Foreman & Puppet

Campus Ubuntu Foreman & Puppet 1/19 Campus Ubuntu 14.04 Foreman & Puppet Installation The current 14.04 build has been tested on: Optiplex - 745, 755, 760, 780, 790, 7010 Precision - T5500, T7500, T5600, T7600, T5610*, T7610*, T5810*,

More information

Installing and Configuring Cisco Unified Real-Time Monitoring Tool

Installing and Configuring Cisco Unified Real-Time Monitoring Tool CHAPTER 2 Installing and Configuring Cisco Unified Real-Time Monitoring Tool You can install Cisco Unified Real-Time Monitoring Tool (RTMT), which works for resolutions 800*600 and above, on a computer

More information

Deploying ipad to Patients Setup Guide

Deploying ipad to Patients Setup Guide Deploying ipad to Patients Setup Guide Contents Overview Getting Prepared Evaluate your infrastructure Create a configuration Automate device setup Distribute apps In-Room Storage Initial setup Reset your

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Mac User's Guide v16 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

BIG-IP APM and F5 Access for macos. Version 1.0.0

BIG-IP APM and F5 Access for macos. Version 1.0.0 BIG-IP APM and F5 Access for macos Version 1.0.0 Table of Contents Table of Contents BIG-IP APM and F5 Access for macos...5 Requirements for F5 Access for macos...5 F5 Access for macos general information...5

More information

Microsoft Dynamics CRM Integration with Bomgar Remote Support

Microsoft Dynamics CRM Integration with Bomgar Remote Support Microsoft Dynamics CRM Integration with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

More Raspian. An editor Configuration files Shell scripts Shell variables System admin

More Raspian. An editor Configuration files Shell scripts Shell variables System admin More Raspian An editor Configuration files Shell scripts Shell variables System admin Nano, a simple editor Nano does not require the mouse. You must use your keyboard to move around the file and make

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Buzztouch Server 2.0 with Amazon EC2

Buzztouch Server 2.0 with Amazon EC2 Buzztouch Server 2.0 with Amazon EC2 This is for those that want a step by step instructions on how to prepare an Amazon's EC2 instance for the Buzztouch server. This document only covers the amazon EC2

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

How to automate your ClaroRead Cloud logins for ios using an MDM

How to automate your ClaroRead Cloud logins for ios using an MDM How to automate your ClaroRead Cloud logins for ios using an MDM If you have a ClaroRead Pro or app-specific licence key in your ClaroRead Cloud account, you can login in our ios apps and activate or unlock

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

Guide to using Simply Web

Guide to using Simply Web Guide to using Simply Web Simply Web offers high performance access to Northumbria IT facilities from a wide range of devices which have a connection to the Internet including smartphones, tablets and

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

On-demand target, up and running

On-demand target, up and running On-demand target, up and running ii On-demand target, up and running Contents Chapter 1. Assumptions........ 1 Chapter 2. Overview......... 3 Chapter 3. Component purpose.... 5 Chapter 5. Starting a session

More information

aprompt User Guide Setting up another Advanced mailbox in Mac Mail aprompt.co.uk User Guide Version 3.0 Another Mailbox in Mac Mail

aprompt User Guide Setting up another Advanced mailbox in Mac Mail aprompt.co.uk User Guide Version 3.0 Another Mailbox in Mac Mail aprompt User Guide Setting up another Advanced mailbox in Mac Mail Setting up another Advanced mailbox in Mac Mail In order to be able to send and receive emails from and to your new email acocunt you

More information

Preface. Fuji Xerox Co., Ltd. Preface. Note

Preface. Fuji Xerox Co., Ltd. Preface. Note Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in

More information

Microsoft Dynamics CRM Integration with Remote Support

Microsoft Dynamics CRM Integration with Remote Support Microsoft Dynamics CRM Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property

More information

Optional Eclipse Workspace Configurations

Optional Eclipse Workspace Configurations 2019/01/08 11:20 1/16 This page will instruct you to install and configure Eclipse as your MidiBox Integrated Development Environment (IDE). Eclipse is supported on multiple platforms, including Windows,

More information

To Setup your Business id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version

To Setup your Business  id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version To Setup your Business email id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version Depending on your MAC OS version, your screens may appear a bit different,

More information

Configure Outlook to use port 587 with authentication

Configure Outlook to use port 587 with authentication Configure Outlook 2003 email to use port 587 with authentication In order to send and receive E-mail through your website hosted with FastWebEngine, you can configure Outlook as your preferred E-mail client.

More information

HUL SOVANNAROTH PANG DA TIP SAROTH

HUL SOVANNAROTH PANG DA TIP SAROTH HUL SOVANNAROTH PANG DA TIP SAROTH Contents I. Server C configuration (Debian)... 4 II. Server A configuration (CentOS)... 15 IP configuration on server A... 15 Webmail... 18 Configure DNS... 18 Install

More information

Service User Manual. Outlook By SYSCOM (USA) May 2nd, Version 1.0. Outlook 2013 Ver.1.0

Service User Manual. Outlook By SYSCOM (USA) May 2nd, Version 1.0. Outlook 2013 Ver.1.0 Outlook 2013 By SYSCOM (USA) May 2nd, 2016 Version 1.0 1 Contents 1. How to Setup POP3/SMTP Setup for Outlook 2013... 3 2. How to Setup IMAP for Outlook 2013... 14 3. How to Manage Spam Filter... 25 2

More information

Orchid Fusion VMS Installation Guide

Orchid Fusion VMS Installation Guide Orchid Fusion VMS Installation Guide Version 2.4.0 Orchid Fusion VMS Installation Guide v2.4.0 1 C O N T E N T S About the Orchid Fusion VMS Installation Guide 2 Installation 3 Working in Windows 3 Working

More information

We will provide you with your new login settings, which will be along the lines of: eg.

We will provide you with your new login settings, which will be along the lines of: eg. What you need from us: We will provide you with your new login settings, which will be along the lines of: Email : Password : Display Name : yourname@readeasy.org.uk eg. alice@readeasy.org.uk We will let

More information

To Setup your Business id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version

To Setup your Business  id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version To Setup your Business email id in MacOS X El Capitan Mail (POP) To find MacOS version please visit: Apple Support macos version Depending on your MAC OS version, your screens may appear a bit different,

More information

Tcpdump. For this exercise you must again be root. Login and obtain root privileges: Note that we use three computers for this exercise.

Tcpdump. For this exercise you must again be root. Login and obtain root privileges: Note that we use three computers for this exercise. 1 For this exercise you must again be root. Login and obtain root privileges: sudo su Note that we use three computers for this exercise. C S H 2 Create an account on the server that can be used from the

More information

Bitnami Mantis for Huawei Enterprise Cloud

Bitnami Mantis for Huawei Enterprise Cloud Bitnami Mantis for Huawei Enterprise Cloud Description Mantis is a complete bug-tracking system that includes role-based access controls, changelog support, built-in reporting and more. A mobile client

More information

File Backup Windows Live Mail 2011 For Gmail Imap Settings

File Backup Windows Live Mail 2011 For Gmail Imap Settings File Backup Windows Live Mail 2011 For Gmail Imap Settings Windows Live Mail is a free download from Microsoft. It's the If you choose to, after setting up IMAP access to your account you could Configure

More information

Jabra Suite for Mac - Mass Deployment guide Revision 3/

Jabra Suite for Mac - Mass Deployment guide Revision 3/ Table of Contents Introduction... 2 What do you need?... 2 Installing Apple Remote Desktop... 2 User Accounts and Remote Desktop... 4 Contents of Jabra Suite for Mac.zip... 5 How to install Jabra Suite

More information

Bitnami MEAN for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud Bitnami MEAN for Huawei Enterprise Cloud Description Bitnami MEAN Stack provides a complete development environment for mongodb and Node.js that can be deployed in one click. It includes the latest stable

More information

Secure Browser Installation Manual For Technology Coordinators

Secure Browser Installation Manual For Technology Coordinators Connecticut Comprehensive Assessment Program Secure Browser Installation Manual For Technology Coordinators 2016-2017 Published August 25, 2016 Prepared by the American Institutes for Research Descriptions

More information

Lab Zero: A First Experiment Using GENI and Jacks Tool

Lab Zero: A First Experiment Using GENI and Jacks Tool Lab Zero: A First Experiment Using GENI and Jacks Tool These instructions are at: http://tinyurl.com/geni labzero Overview This is a first, simple experiment on GENI useful for familiarizing new experimenters

More information

Introduction. Setting Up POP3/IMAP Accounts

Introduction. Setting Up POP3/IMAP Accounts Introduction In order to send and receive email outside of the webmail portal, you ll need to setup up an email client application on your device(s). We ve included some examples of how to configure a

More information

Setup Information Form... 3

Setup Information Form... 3 Before Setup This guide describes the setup method to perform Scan To Mail, Scan To Network PC (CIFS) in MFP. Before setting up Scan To mail, Scan To Network PC (CIFS), the MFP should be connected to the

More information

8x8 Virtual Office Salesforce Call Center Interface User Guide

8x8 Virtual Office Salesforce Call Center Interface User Guide 8x8 Virtual Office User Guide August 2012 The Champion For Business Communications Table of Contents 8x8 Virtual Office Salesforce Call Center App... 3 System Requirements...3 Installation... 4 Uninstalling

More information