Fil User Manual. Version: 1.0 Document: DoFil V10e.doc Printdate: 05. Juni 2001

Size: px
Start display at page:

Download "FileMail User Manual. Version: 1.0 Document: DoFileMailV10e.doc Printdate: 05. Juni 2001"

Transcription

1 Fil User Manual Version: 1.0 Document: DoFil V10e.doc Printdate: 05. Juni 2001 Author: Andreas Steiner Andreas Woodtli APOS Informatik AG Industriestrasse 14 CH-4658 Däniken

2 Contents 1 Fil Key features Menu Fil Send file as Set authority code Display PTF-File Display PTF-Level Setup SMTP on the System Installing SMTP and TCP Connectivity Utilities Changing Local Domain and Host Names Creating a TCP Interface Setting Up Remote Users Setting Up Local Users Changing The System Start Program Lotus Notes considerations Check if the required PTFs are installed (5769TC1) Obtain TCP/IP addresses Update the Host Table entries Update domain information Create the required data areas Update notes.ini Environment with external MailServer Setup external MailServer Integration Technical Support...15 Document: DoFil V10e.doc ( ) page 2/15 APOS Informatik AG

3 1 Fil Fil gives you the possibility to database files directly out of an iseries. Fil converts the database file into a CSV-Format (can be viewed with Microsofts Excel). 1.1 Key features?? Converting DB2/400 to CSV format?? Sending the Excel file directly out of an iseries?? Send-process can be called out of a program or by using commands or menu Document: DoFil V10e.doc ( ) page 3/15 APOS Informatik AG

4 1.2 Menu Fil The Fil menu is accessed by command GO FIL . Or simple type in the command FIL . FIL APOS Fil :55:18 Select one of the following: 1. Send file as 6. Set authority code (XSRLSET) 7. Display PTF-File (RUNQRY) 8. Display PTF-Level (XPTF) 90. Signoff Selection or command ===> Send file as If you select option 1 (Send file as ) the following screen appears: Send Database File as :58:10 Sender: STA Address: CHAPOS00 to...: cc...:. bcc..: Database file: Library: Message...: Close program after sending Y,N Y F3=Exit F10=Send F12=Cancel Document: DoFil V10e.doc ( ) page 4/15 APOS Informatik AG

5 Sender: Address: to: cc: bcc: Database file: Library: Message: Close program after sending sender (AS/400 user) Hostaddress (AS/400 Systemname) address. 5 Addresses max., 50 characters per address max. Copy to addresses. 5 Addresses max., 50 characters per address max. Blind copy addresses. 5 Addresses max., 50 characters per address max. Name of the databasefile Name of the Library message. 256 characters max. Close the program after sending the Set authority code Fil is protected by a 20 digit security code. If you don t set the security code Fil will not work. With option 6 from the main menu (Set authority code) the following screen appears: Work with authoritycode (c) APosco STA QPADEV0011 FIMABA10 XSRLD3 Enter Option and press Enter 2=change 4=delete 5=display S Module Description / Application Authoritycode FIMABA10 Fil Version A Weitere... F3=Exit F5=Refresh F6=Create F7=Page down F8=Page up F9=Command Options: Option 2 (change): Option 4 (delete): Option 5 (display): Change the security code Delete the security code Displays the security code To create a new security code entry simple press function key F6 (create). Document: DoFil V10e.doc ( ) page 5/15 APOS Informatik AG

6 1.2.3 Display PTF-File Fil will be constantly updated via PTFs. To have a look at the detailed PTF descriptions you have the possibility to run option 7 (Disaplay PTF File) from the main menu Display PTF-Level With option 8 (Display PTF-Level) from the main you can check the actual PTF-Level of Fil . Document: DoFil V10e.doc ( ) page 6/15 APOS Informatik AG

7 2 Setup SMTP on the System Depending on your system, network configuration and your intended usage, there are several manual set up steps you may need to perform in order to use SMTP. These are described here. 2.1 Installing SMTP and TCP Connectivity Utilities If you intend to deliver mail to SMTP users, SMTP support must be installed on your system. SMTP functions are delivered free of charge with OS/400 as part of a separately installed licensed program product: 5763-TC1 (V3 Cisc) or 5716-TC1 (V3 Risc) or 5769-TC1 (V4) TCP/IP Connectivity Utilities/400. Detailed installation information and instructions can be found in the AS/400 Licensed Programs and New Release Installation Guide SC Changing Local Domain and Host Names SMTP uses your system's local domain and host name to identify itself to remote SMTP hosts from which it is receiving mail or to which it is sending mail. To configure the names:?? Run the Configure TCP/IP (CFGTCP) command.?? Select option 12 (Change local domain and host names.)?? Enter a domain and host name for your system. 2.3 Creating a TCP Interface A TCP interface establishes your AS/400's identity (internet address) on a given line description. Typically the line description for a local area network is used. In order to add a TCP interface to a line description, you must determine the internet address and subnet mask to use. If you have a network administrator or other person responsible for assigning internet addresses (a.k.a. IP numbers), contact them. If you will connect your AS/400 directly to the Internet, you must request that the InterNIC assign you a network number. If you will not connect your AS/400 directly to the internet, and otherwise do not have an internet address for your system, you should use internet address " " and subnet mask " ". This number is taken from the class B " " network which is reserved for internal networks as described in RFC1597. To add an interface after you have determined an internet address and subnet mask, run the following command: ADDTCPIFC INTNETADR( ) LIND(line_description_name) SUBNETMASK( ) Substitute your values for the three parameters. 2.4 Setting Up Remote Users A remote user is someone who does not have a user profile (sign-on) on your AS/400. Document: DoFil V10e.doc ( ) page 7/15 APOS Informatik AG

8 Unless you use the Send Spool Mail (SNDSPLMAIL) command's *GATEWAY function, an entry is required in the system distribution directory for every user that you want to send mail to. You do not however have to create a user profile for the remote user. To configure a directory entry for a remote user with the address "info@apos.ch", run the following command: ADDDIRE USRID(FM1 FIL ) USRD('Sample entry 2') USER(*NONE) SYSNAME(TCPIP) MSFSRVLVL(*SYSMS) PREFADR(*SMTP) USRDFNFLD((SMTPAUSRID SMTP 'info') (SMTPDMN SMTP 'apos.ch')) Note: The choice of USRID(FM1 FIL ) is arbitrary, select names that are convenient. The system name must be TCPIP. 2.5 Setting Up Local Users A local user is someone who has a user profile (sign-on) on your AS/400. An entry is required in the system distribution directory for every local user that you want to send mail to. To configure hypothetical user PETE CHAPOS00 (user profile PETE) for SMTP mail delivery as pete@apos.ch, perform the following:?? If SAMY already has a directory entry run: CHGDIRE USRID(PETE CHAPOS00) MSFSRVLVL(*SYSMS) PREFADR(*SMTP) USRDFNFLD((SMTPAUSRID SMTP 'pete') (SMTPDMN SMTP 'apos.ch'))?? If PETE doesn't have a directory entry run: ADDDIRE USRID(PETE CHAPOS00) USRD('Sample entry') USER(PETE) SYSNAME(*LCL) MSFSRVLVL(*SYSMS) PREFADR(*SMTP) USRDFNFLD((SMTPAUSRID SMTP 'pete') (SMTPDMN SMTP 'apos.ch')) The user is now ready to receive SMTP mail from your system as pete@apos.ch. 2.6 Changing The System Start Program You may wish to check your system's start up program to insure that the required subsystems are started automatically when your system IPLs. The following steps are recommended:?? Insure that the SMTP server starts automatically when the Start TCP/IP (STRTCP) command is run: CHGSMTPA AUTOSTART(*YES)?? Insure that your system start up program starts TCP/IP by including the command: STRTCP Document: DoFil V10e.doc ( ) page 8/15 APOS Informatik AG

9 ?? Insure that your system start up program starts the QSNADS subsystem by including the command: STRSBS SBSD(QSNADS)?? Insure that your system start up program starts the OS/400 Mail Server by including the command: STRMSF Document: DoFil V10e.doc ( ) page 9/15 APOS Informatik AG

10 3 Lotus Notes considerations Lotus Notes Domino for AS/400 (installed native on the iseries System) uses the SMTP-task from the OS/400 (if SMTP is setup for the Lotus Notes Domino Server). In fact only one SMTP task can be active in a normal environment. That means, that by default only the Notes SMTP task or the native OS/400 SMTP task can be active (not both!). IBM now has implemented the ability to have multiple different SMTP tasks active at the same time. Follow the steps below to set up more than one SMTP task on your system. 3.1 Check if the required PTFs are installed (5769TC1) V4R2M0: SF55697, SF55704 V4R3M0: SF58661, SF59663 V4R4M0: SF60787, SF60764 V4R5M0: SF60827, SF Obtain TCP/IP addresses After obtaining the appropriate PTF for binding to a specific TCP/IP address, it is important to read and understand the special instructions for completing the configuration. In our example of this configuration, we will bind the Domino SMTP server and client to the TCP/IP address of the AS/400, and configure one AS/400 SMTP server to use a different TCP/IP address. The following steps may be followed to assist in the process.?? Obtain all of the necessary TCP/IP addresses required for the configuration. One TCP/IP address is required for each Domino R5.0 for AS/400 SMTP server that will be configured. For our configuration, the name of our AS/400 is CHAPOS00 in domain APOS.CH and the name of our Domino Server is DOMINO01 in domain DOM- INO01.APOS.CH. CHAPOS00 will use the TCP/IP address of and DOMINO01 will use the TCP/IP address of Document: DoFil V10e.doc ( ) page 10/15 APOS Informatik AG

11 3.3 Update the Host Table entries. Type in the command CFGTCP. Then choose option 10 (Work with TCP/IP host table entries) Work with TCP/IP Host Table Entries Type options, press Enter. 1=Add 2=Change 4=Remove 5=Display 7=Rename System: CHAPOS00 Internet Host Opt Address Name LOOPBACK LOCALHOST DOMINO01 DOMINO01.APOS.CH CHAPOS00 APOS.CH CHAPOSSA 3.4 Update domain information Type in the command CHGTCPDMN and then press function key F4. Type choices, press Enter. Change TCP/IP Domain (CHGTCPDMN) Host name HOSTNAME Domain name DMNNAME CHAPOS00 APOS.CH Host name search priority... HOSTSCHPTY *LOCAL Domain name server: INTNETADR Internet address Create the required data areas?? CRTDTAARA DTAARA(QUSRSYS/QTMSSBNDIP) TYPE(*CHAR) LEN(16) + VALUE( ) AUT(*USE)?? CRTDTAARA DTAARA(QUSRSYS/QTMSCBNDIP) TYPE(*CHAR) LEN(16) + VALUE( ) AUT(*USE) Document: DoFil V10e.doc ( ) page 11/15 APOS Informatik AG

12 ?? The SMTP task must be restarted (ENDTCPSVR SERVER(*SMTP) and STRTCPSVR SERVER (*SMTP)) Note: If you wish to control RELAY and CONNECTIONS please see PTF cover letters for more instructions. 3.6 Update notes.ini Bearbeit.: /notes/data/notes.ini DST=1 TCPIP_TcpIpAddress=0, LOG_REPLICATION=1 LOG_SESSIONS=1 KeyFilename=server.id CertifierIDFile=/notes/data/cert.id MailServer=CN=CHAPOS00/O=APOS/C=CH Timezone=-1 To activate the changes the Lotus Notes Domino server must be restarted. Document: DoFil V10e.doc ( ) page 12/15 APOS Informatik AG

13 4 Environment with external MailServer OS/400 SMTP support can be configured to deliver to an external mail router when SMTP cannot find the name and address of the recipient in the system or personal alias tables or when SMTP is not able to resolve the address of the recipient. An external mail router is a system that is running a mail application. Examples of mail applications include:?? Microsoft Exchange Server?? Lotus Notes Mail?? cc:mail Post Office?? Group Wise?? Or all other standard server If your configuration does not include a system running a mail application, you should not set up a mail router. If you intend to set up all mail recipients and their destinations on your AS/400 you do not need to set up a mail router. If you want the mail application to handle delivery for SMTP mail originating from the AS/400, then continue with this chapter. 4.1 Setup external MailServer The following steps must be performed in order to use an external mail server:?? An TCP/IP Host table entry must be added. Use command ADDTCPHTE INT- NETADR(<mail server tcp/ip address>) HOSTNAME(<mail server host name>)?? The SMTP attributes must be changed. Use command CHGSMTPA MAI L- ROUTER(<mail server host name>)?? Restart SMTP and MSF. Use commands ENDMSF and STRMSF, ENDTCPSVR SERVER(*SMTP) and STRTCPSVR SERVER(*SMTP) Document: DoFil V10e.doc ( ) page 13/15 APOS Informatik AG

14 5 Integration The Fil can be installed on every IBM AS/400 with V4R3 and higher. Document: DoFil V10e.doc ( ) page 14/15 APOS Informatik AG

15 6 Technical Support If you encounter a problem with Fil you should:?? Load the latest Program Temporary Fix (PTF) from our FTP site ftp.apos.ch (directory Fil ). Use Readme.txt to see a description of the different files. If the problem remains unresolved, do not hesitate to conact us: Mailing address: APOS Informatik AG Industriestrasse Daeniken Switzerland Fax: ++41/ Telephone: ++41/ tools@apos.ch It would be very usefull for us if you send us your Release- and PTF level of Fil along your mail or fax request. Document: DoFil V10e.doc ( ) page 15/15 APOS Informatik AG

Email Setup, Management & Troubleshooting Version V6R1M0

Email Setup, Management & Troubleshooting Version V6R1M0 Email Setup, Management & Troubleshooting Version V6R1M0 CoolSpools Email Setup V6R1 Page: 1 IMPORTANT This document is only applicable if you wish to configure CoolSpools Email to use IBM Mail Server

More information

Edition. Eighth Edition (October 2015)

Edition. Eighth Edition (October 2015) Edition Eighth Edition (October 2015) This edition applies to the licensed program Gumbo Mail (Program 2A55SM2), Version 1 Release 8 Modification 0, and to all subsequent releases and modifications until

More information

Setting up Your OS/400 to Send E-mail with Infoprint Server

Setting up Your OS/400 to Send E-mail with Infoprint Server Setting up Your OS/400 to Send E-mail with Infoprint Serer Oeriew Infoprint Serer for iseries (Program Number 5722 IP1) lets you conert a spooled file to PDF and send it as e-mail. In order to use this

More information

How to Send Email from an AS/400 rev C 1/5/11

How to Send Email from an AS/400 rev C 1/5/11 How to Send Email from an AS/400 rev C 1/5/11 You can also use ADDTCPRTE to add this entry or CHGTCPRTE to change it This procedure is intended for emailing PDF files created by FORMagic/400 PDF. However,

More information

ESEND Quick-Start Setup Guide

ESEND Quick-Start Setup Guide ESEND Quick-Start Setup Guide This Quick-Start guide will assist you with the configuration of the necessary items required to successfully email from the System i. This guide will be helpful for most

More information

ERserver. iseries. Networking TCP/IP Setup

ERserver. iseries. Networking TCP/IP Setup ERserver iseries Networking TCP/IP Setup ERserver iseries Networking TCP/IP Setup Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted

More information

ERserver. iseries. E mail

ERserver. iseries. E mail ERserver iseries E mail ERserver iseries E mail Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

More information

Use the Configure TCP/IP (CFGTCP) command to check and/or modify interfaces, routes, set up host table and domain name services, and so on.

Use the Configure TCP/IP (CFGTCP) command to check and/or modify interfaces, routes, set up host table and domain name services, and so on. AS/400 Net Server Configuration Information From IBM For Additional Information: http://www-1.ibm.com/servers/eserver/iseries/netserver For Configuration Assistance: Contact IBM Support IBM Support Line

More information

IBM i. Networking E-mail. Version 7.2

IBM i. Networking E-mail. Version 7.2 IBM i Networking E-mail Version 7.2 IBM i Networking E-mail Version 7.2 Note Before using this information and the product it supports, read the information in Notices on page 53. This document may contain

More information

Textura CMS Interface Setup Manual. Version 1.1

Textura CMS Interface Setup Manual. Version 1.1 Textura CMS Interface Setup Manual Version 1.1 January 4, 2007 This user manual contains confidential information of Textura, LLC and is protected by all applicable patents, copyright, trademark trade

More information

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding This chapter describes the configuration for the SSL VPN Tunnel Client and for Port Forwarding. When a remote user accesses the SSL VPN

More information

F-SECURE MESSAGING SECURITY GATEWAY

F-SECURE MESSAGING SECURITY GATEWAY F-SECURE MESSAGING SECURITY GATEWAY DEFAULT SETUP GUIDE This guide describes how to set up and configure the F-Secure Messaging Security Gateway appliance in a basic e-mail server environment. AN EXAMPLE

More information

Cryoserver Archive Lotus Notes Configuration

Cryoserver Archive Lotus Notes Configuration Lotus Notes Configuration Version 1.0 December 2007 Forensic & Compliance Systems Ltd +44 (0)800 280 0525 info@cryoserver.com www.cryoserver.com Contents INTRODUCTION... 3 SMTP ROUTING TO CRYOSERVER...

More information

Moving an AS/400 into a TCP/IP Environment

Moving an AS/400 into a TCP/IP Environment 27MI Moving an AS/400 into a TCP/IP Environment Frank V. Paxhia paxhia@us.ibm.com Copyright IBM Corporation, 1999. All Rights Reserved. This publication may refer to products that are not currently available

More information

There are also IBM Knowledge Base documents available on the internet at the following location. Search for SMTP to view the relevant documents:

There are also IBM Knowledge Base documents available on the internet at the following location. Search for SMTP to view the relevant documents: Technical Document Document No: 14-02001 Document Title: Configuring Email on the AS/400 Category: Hints, Tips & FAQ Functional Area: Miscellaneous - Email OS/400 Release: V4.3 Document Description: E-Mail

More information

Email Configuration Network Management Card-2

Email Configuration Network Management Card-2 Email Configuration Network Management Card-2 AP9630, AP9631 and 2GrPDUs(AP8XXX) Email Overview The NMC can be configured to send email to up to four recipients when it encounters a problem or event selected

More information

SMTP Best Practices, Configurations and Troubleshooting on Lotus Domino.

SMTP Best Practices, Configurations and Troubleshooting on Lotus Domino. SMTP Best Practices, Configurations and Troubleshooting on Lotus Domino. 9 th th June 2011 Chandra Shekhar Anumandla - Lotus Technical Support Engineer Presenter Seema Janjirkar Lotus Technical Advisor

More information

PageScope Router. Version 1.5. Configuration Guide

PageScope Router. Version 1.5. Configuration Guide PageScope Router Version 1.5 Configuration Guide Table of Contents TABLE OF CONTENTS... 2 1. Introduction...3 1.1 IP Address and Domain Name...3 2. Sending Files to PageScope Router...4 2.1 MFP Device

More information

Email Integration for Open Text Fax Appliance and Open Text Fax Appliance, Premier Edition

Email Integration for Open Text Fax Appliance and Open Text Fax Appliance, Premier Edition Email Integration for Open Text Fax Appliance and Open Text Fax Appliance, Premier Edition Open Text Fax and Document Distribution Group October 2009 2 White Paper Contents Introduction...3 Who Should

More information

Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or

Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or iseries E mail iseries E mail Copyright International Business Machines Corporation 1998, 2001. All rights resered. US Goernment Users Restricted Rights Use, duplication or disclosure restricted by GSA

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

ERserver. iseries. TFTP server

ERserver. iseries. TFTP server ERserver iseries TFTP server ERserver iseries TFTP server Copyright International Business Machines Corporation 2000. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

More information

Edition. Nineteenth Edition (January 2015)

Edition. Nineteenth Edition (January 2015) Edition Nineteenth Edition (January 2015) This edition applies to the licensed program SpoolMail (Program 2A55SM1), Version 2 Release 9 Modification 0, and to all subsequent releases and modifications

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

LAN TCP/IP and DHCP Setup

LAN TCP/IP and DHCP Setup CHAPTER 2 LAN TCP/IP and DHCP Setup 2.1 Introduction In this chapter, we will explain in more detail the LAN TCP/IP and DHCP Setup. 2.2 LAN IP Network Configuration In the Vigor 2900 router, there are

More information

IN5100 Series Networking Guide

IN5100 Series Networking Guide IN5100 Series Networking Guide This guide is only intended to explain Network Functions. For safety, operations or any other issues, refer to the projector s User s Guide or Safety Booklet. TABLE OF CONTENTS

More information

Installation and Administration Guide

Installation and Administration Guide Installation and Administration Guide Product Version: 2.5.0 Publication date: 7/21/2011 Copyright 2008-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Table of Contents Introduction...

More information

AS/400e. Networking DNS

AS/400e. Networking DNS AS/400e Networking DNS AS/400e Networking DNS Copyright International Business Machines Corporation 1998, 2000. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

More information

Installing Policy Patrol with Lotus Domino

Installing Policy Patrol with Lotus Domino Policy Patrol 9 technical documentation May 21, 2013 If you have Lotus Domino R5/6/7/8/9 Mail Server, you must install Policy Patrol on a separate Windows 2003/2008/2012 machine and forward your mails

More information

ecopy ShareScan v4.3 Pre-Installation Checklist

ecopy ShareScan v4.3 Pre-Installation Checklist ecopy ShareScan v4.3 Pre-Installation Checklist This document is used to gather data about your environment in order to ensure a smooth product implementation. The Network Communication section describes

More information

This article describes a detailed configuration example that demonstrates how to configure Cyberoam to provide the access of internal resources.

This article describes a detailed configuration example that demonstrates how to configure Cyberoam to provide the access of internal resources. How To Configure Port Forwarding using Virtual Host to access devices on Internal network Applicable to versions 9.5.3 build 14 or above This article describes a detailed configuration example that demonstrates

More information

TIBCO MFT Platform Server for IBM i User Guide. Software Release 7.1.0 April 2013

TIBCO MFT Platform Server for IBM i User Guide. Software Release 7.1.0 April 2013 TIBCO MFT Platform Server for IBM i User Guide Software Release 7.1.0 April 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

IBM DB2 Content Manager. OnDemand for iseries / Kofax Ascent Capture. Release Script Guide SC09-7602

IBM DB2 Content Manager. OnDemand for iseries / Kofax Ascent Capture. Release Script Guide SC09-7602 IBM DB2 Content Manager OnDemand for iseries / Kofax Ascent Capture Release Script Guide SC09-7602 Sixth Edition (October, 2004) Comments may be addressed to: IBM Corporation Attn.: OnDemand for iseries

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

Remote Software Facility

Remote Software Facility Remote Software Facility Copyright 1994, 2010 All Rights Reserved Release 8.6 (October 2010) Bug Busters Software Engineering, Inc. 2208 NW Market St Suite 512 Seattle, WA 98107 Voice: (206) 633-1187 Fax:

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

FirewallTM. isecurity. Out-of-the Box. The Network Security Component of. Version 15. Copyright Raz-Lee Security Ltd.

FirewallTM. isecurity. Out-of-the Box. The Network Security Component of. Version 15. Copyright Raz-Lee Security Ltd. FirewallTM The Network Security Component of isecurity Out-of-the Box Version 15 Copyright Raz-Lee Security Ltd. Updated: 02/09/2011 This guide is intended to provide as a quick beginning to the principal

More information

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices.

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices. Xerox Multifunction Devices Customer Tips November 24, 2003 This document applies to these Xerox products: x WC Pro 32/40 Color x WC Pro 65/75/90 x WC Pro 35/45/55 WC M35/M45/M55 x DC 555/545/535 x DC

More information

Email DLP Quick Start

Email DLP Quick Start 1 Email DLP Quick Start TRITON - Email Security is automatically configured to work with TRITON - Data Security. The Email Security module registers with the Data Security Management Server when you install

More information

KM-1820 FS-1118MFP. Network Scanner Setup Guide

KM-1820 FS-1118MFP. Network Scanner Setup Guide KM-180 FS-1118MFP Network Scanner Setup Guide Introduction Trademark Information About this Guide Important Microsoft, Windows, Windows NT and Internet Explorer are registered trademarks of Microsoft

More information

How to output SpoolFlex files directly to your Windows server

How to output SpoolFlex files directly to your Windows server How to output SpoolFlex files directly to your Windows server This document will quickly cover how to setup your AS/400 or iseries system to communicate with a Windows based file server. Under normal circumstances

More information

BusinessLink Software Support

BusinessLink Software Support BusinessLink Software Support V2R5 Upgrade Instructions Existing SSL Installations SSL Certificate Conversion Pre-Upgrade Table of Contents Overview... 1 Requirements For Certificate Conversion... 1 OS/400

More information

Serial Deployment Quick Start Guide

Serial Deployment Quick Start Guide PaperClip em 4 11/19/2007 Serial Deployment Quick Start Guide This checklist should be completed before installing the em4 Relay. Your answers with the associated screens will enable you to install and

More information

Upgrade Guide. Product Version: 4.7.0 Publication Date: 02/11/2015

Upgrade Guide. Product Version: 4.7.0 Publication Date: 02/11/2015 Upgrade Guide Product Version: 4.7.0 Publication Date: 02/11/2015 Copyright 2009-2015, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents Welcome 3 Before You Begin 3 Upgrade

More information

What you need to know to do successful IBM i upgrades to 7.2 (and 6.1 or 7.1)

What you need to know to do successful IBM i upgrades to 7.2 (and 6.1 or 7.1) What you need to know to do successful IBM i upgrades to 7.2 (and 6.1 or 7.1) Pete Massiello itech Solutions pmassiello@itechsol.com 203-744-7854 itech Solutions because IBM i (AS/400s) don t come with

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

w e p r o t e c t d i g i t a l w o r l d s ESET NOD32 Antivirus for IBM Lotus Domino Installation

w e p r o t e c t d i g i t a l w o r l d s ESET NOD32 Antivirus for IBM Lotus Domino Installation w e p r o t e c t d i g i t a l w o r l d s ESET NOD32 Antivirus for IBM Lotus Domino Installation Copyright ESET, spol. s r. o. All rights reserved. No part of this document may be reproduced or transmitted

More information

Basic Exchange Setup Guide

Basic Exchange Setup Guide Basic Exchange Setup Guide The following document and screenshots are provided for a single Microsoft Exchange Small Business Server 2003 or Exchange Server 2007 setup. These instructions are not provided

More information

Getting Started Guide. Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker.

Getting Started Guide. Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker. Getting Started Guide Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker. The information and content in this document is provided for informational

More information

Troubleshooting IBM Lotus Domino 8 mail routing issues

Troubleshooting IBM Lotus Domino 8 mail routing issues Troubleshooting IBM Lotus Domino 8 mail routing issues Seema Janjirkar Software Engineer IBM Software Group Pune, India Ranjit Rai Software Engineer IBM Software Group Pune, India May 2009 Copyright International

More information

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5

GWAVA 5. Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 GWAVA 5 Migration Guide for Netware GWAVA 4 to Linux GWAVA 5 Copyright 2010 GWAVA, Inc. All rights reserved. Content may not be reproduced without permission. http://www.gwava.com Overview While GWAVA

More information

GFI FAXmaker 14.3 for Exchange/Lotus/SMTP. Manual. By GFI Software Ltd

GFI FAXmaker 14.3 for Exchange/Lotus/SMTP. Manual. By GFI Software Ltd GFI FAXmaker 14.3 for Exchange/Lotus/SMTP Manual By GFI Software Ltd http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data

More information

LogLogic IBM i5/os Collector Guide

LogLogic IBM i5/os Collector Guide LogLogic IBM i5/os Collector Guide Software Release: 1.0 Document Release: December 2010 Part Number: LL600020-00EI5010001 This manual supports LogLogic IBM i5/os Collector Release 1.0 and later, and LogLogic

More information

IBM. Simple Network Management Protocol (SNMP) Support AS/400. Version 4 SC41-5412-00

IBM. Simple Network Management Protocol (SNMP) Support AS/400. Version 4 SC41-5412-00 AS/400 IBM Simple Network Management Protocol (SNMP) Support Version 4 SC41-5412-00 AS/400 IBM Simple Network Management Protocol (SNMP) Support Version 4 SC41-5412-00 Take Note! Before using this information

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Scan to E-mail White Paper Ricoh Americas Corporation May 2007

Scan to E-mail White Paper Ricoh Americas Corporation May 2007 Ricoh Americas Corporation May 2007 TABLE OF CONTENTS 1 INTRODUCTION...4 1.2 Target Audience...4 2 MODEL CROSS REFERENCE...5 3 SETTING/SPECS...7 4 SETTING UP SCAN TO E-MAIL VIA WEB IMAGE MONITOR...7 4.1

More information

Configuring Security for SMTP Traffic

Configuring Security for SMTP Traffic 4 Configuring Security for SMTP Traffic Securing SMTP traffic Creating a security profile for SMTP traffic Configuring a local traffic SMTP profile Assigning an SMTP security profile to a local traffic

More information

Symantec ESM agent for IBM AS/400

Symantec ESM agent for IBM AS/400 Symantec ESM agent for IBM AS/400 Version 6.5 Installation Guide 1 Legal Notice Copyright 2009 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, LiveUpdate, Symantec Enterprise Security

More information

Client Access Express for Windows - Setup

Client Access Express for Windows - Setup iseries Client Access Express for Windows - Setup Version 5 Release 1 Modification 0 SC41-5507-02 iseries Client Access Express for Windows - Setup Version 5 Release 1 Modification 0 SC41-5507-02 Note

More information

So far in the first three chapters of this book we have studied an overview of SAP

So far in the first three chapters of this book we have studied an overview of SAP 4 CHAPTER SAP ERP Integration Overview with Other Systems So far in the first three chapters of this book we have studied an overview of SAP business suite applications and the NetWeaver Application Server

More information

Sending Email via Public Email Sites Model 5300 Controller

Sending Email via Public Email Sites Model 5300 Controller TechNote Sending Email via Public Email Sites Model 5300 Controller 42 Control Technology Corporation, Hopkinton, MA 800.282.5008 www.ctc-control.com Overview This document shows you how to set up the

More information

Basic Exchange Setup Guide

Basic Exchange Setup Guide Basic Exchange Setup Guide The following document and screenshots are provided for a single Microsoft Exchange Small Business Server 2003 or Exchange Server 2007 setup. These instructions are not provided

More information

LAB: Implementing Single Sign-on!!!Setup!!!

LAB: Implementing Single Sign-on!!!Setup!!! LAB: Implementing Single Sign-on!!!Setup!!! ITSO iseries Technical Forum - 2003 (c) Copyright IBM Corporation, 2003. All Rights Reserved This publication may refer to products that are not currently available

More information

OS/390 Firewall Technology Overview

OS/390 Firewall Technology Overview OS/390 Firewall Technology Overview Mary Sweat E - Mail: sweatm@us.ibm.com Washington System Center OS/390 Firewall/VPN 1 Agenda OS/390 Firewall OS/390 Firewall Features Hardware requirements Software

More information

Networking Domain Name System

Networking Domain Name System System i Networking Domain Name System Version 5 Release 4 System i Networking Domain Name System Version 5 Release 4 Note Before using this information and the product it supports, read the information

More information

Scan Features Minimum Requirements Guide WorkCentre M123/M128 WorkCentre Pro 123/128 701P42081

Scan Features Minimum Requirements Guide WorkCentre M123/M128 WorkCentre Pro 123/128 701P42081 Scan Features Minimum Requirements Guide WorkCentre M123/M128 WorkCentre Pro 123/128 701P42081 2004. All rights reserved. Copyright protection claimed includes all forms and matters of copyrighted material

More information

IP Power Stone 4000 User Manual

IP Power Stone 4000 User Manual IP Power Stone 4000 User Manual Two Outlet Remote AC Power Controller Multi Link, Inc. 122 Dewey Drive Nicholasville, KY 40356 USA Sales and Tech Support 800.535.4651 FAX 859.885.6619 techsupport@multi

More information

USHA. Email Notification Setting. User Manual

USHA. Email Notification Setting. User Manual USHA Email Notification Setting User Manual 1 Email Notification configuration... 3 1.1 Mail Server Table... 3 1.1.1 Mail Server... 3 1.1.2 User Account and User Password... 4 1.1.3 Sender s Email Address...

More information

Interactive Reporting Emailer Manual

Interactive Reporting Emailer Manual Brief Overview of the IR Emailer The Interactive Reporting Emailer allows a user to schedule their favorites to be emailed to them on a regular basis. It accomplishes this by running once per day and sending

More information

Ethernet 10/100Base-T Connection Installation Guide

Ethernet 10/100Base-T Connection Installation Guide Ethernet 10/100Base-T Connection Installation Guide Table of Contents Table of Contents... 2 LAN Interface Port... 4 LED Indicators... 4 Installing the Controller Board... 5 Handling the Controller Board...

More information

Symantec Mail Security for Domino

Symantec Mail Security for Domino Getting Started Symantec Mail Security for Domino About Symantec Mail Security for Domino Symantec Mail Security for Domino is a complete, customizable, and scalable solution that scans Lotus Notes database

More information

SPEX for Windows Client Server Version 8.3. Pre-Requisite Document V1.0 16 th August 2006 SPEX CS 8.3

SPEX for Windows Client Server Version 8.3. Pre-Requisite Document V1.0 16 th August 2006 SPEX CS 8.3 SPEX for Windows Client Server Version 8.3 Pre-Requisite Document V1.0 16 th August 2006 Please read carefully and take note of the applicable pre-requisites contained within this document. It is important

More information

Software Installation

Software Installation iseries Software Installation Version 5 SC41-5120-05 iseries Software Installation Version 5 SC41-5120-05 Note Before using this information and the product it supports, be sure to read the information

More information

i5/os and related software Distributing software

i5/os and related software Distributing software System i and System p i5/os and related software Distributing software Version 6 Release 1 System i and System p i5/os and related software Distributing software Version 6 Release 1 Note Before using

More information

Emailing from The E2 Shop System EMail address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password

Emailing from The E2 Shop System EMail address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password Emailing from The E2 Shop System With recent releases of E2SS (at least 7.2.7.23), we will be allowing two protocols for EMail delivery. A new protocol for EMail delivery Simple Mail Transfer Protocol

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies Kerio Technologies. All Rights Reserved. Printing Date: August 15, 2007 This guide provides detailed description on configuration of the local network which

More information

Releasing blocked email in Data Security

Releasing blocked email in Data Security Releasing blocked email in Data Security IN-TopicInfo:Topic 41101/ Updated: 02-May-2011 Applies To: Websense Data Security v7.1.x Websense Data Security v7.5.x Websense Data Security v7.6.x - v7.8x SMTP

More information

Installing GFI MailSecurity

Installing GFI MailSecurity Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install

More information

ESET NOD32 Antivirus for IBM Lotus Domino. Installation

ESET NOD32 Antivirus for IBM Lotus Domino. Installation ESET NOD32 Antivirus for IBM Lotus Domino Installation Copyright ESET, spol. s r. o. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic

More information

Administrator Quick Start Guide

Administrator Quick Start Guide Administrator Quick Start Guide - Index 1. Cloud Email Firewall Introduction 2. Licensing model 3. Initial Cloud Email Firewall configuration 3.1 Cloud Email Firewall Inbound email filtering 3.1.1 Domain

More information

IBM Lotus Protector for Mail Security. Administrator Guide. Version 2.8 Release 2.8.1 SC27-3829-01

IBM Lotus Protector for Mail Security. Administrator Guide. Version 2.8 Release 2.8.1 SC27-3829-01 IBM Lotus Protector for Mail Security Administrator Guide Version 2.8 Release 2.8.1 SC27-3829-01 Copyright statement Copyright IBM Corporation 2006, 2013. U.S. Government Users Restricted Rights Use, duplication

More information

KM-1820 FS-1118MFP. Network Scanner Setup Guide

KM-1820 FS-1118MFP. Network Scanner Setup Guide KM-1820 FS-1118MFP Network Scanner Setup Guide The KM-1820 model is applicable to USA, Canada, and the Asia Pacific region. The FS-1118MFP model is applicable to Europe and Australasia. Introduction About

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

Chapter 6. About This Chapter. Before You Begin. Windows 2000 Naming Schemes. [Previous] [Next]

Chapter 6. About This Chapter. Before You Begin. Windows 2000 Naming Schemes. [Previous] [Next] [Previous] [Next] Chapter 6 R e s o l v i n g N e t w o r k H o s t N a m e s About This Chapter Both clients and servers on a network must resolve the user-friendly host names to the Internet Protocol

More information

Configuring Your Gateman Email Server

Configuring Your Gateman Email Server Configuring Your Gateman Email Server Your Gateman Lifestyle Server includes an Email Server that provides users access to email via an email client and via your web browser using your laptop and mobile

More information

FirewallTM. isecurity. Out-of-the Box. The Network Security Component of. Version 14. Copyright Raz-Lee Security Ltd.

FirewallTM. isecurity. Out-of-the Box. The Network Security Component of. Version 14. Copyright Raz-Lee Security Ltd. FirewallTM The Network Security Component of isecurity Out-of-the Box Version 14 Copyright Raz-Lee Security Ltd. This guide is intended to provide as a quick beginning to the principal features of Firewall.

More information

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SMTP Archiving 10.0 Symantec Enterprise Vault: Setting up SMTP Archiving The software described in this book is furnished under a license agreement and may be used

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Multi-Homing Gateway. User s Manual

Multi-Homing Gateway. User s Manual Multi-Homing Gateway User s Manual Contents System 5 Admin Setting Date/Time Multiple Subnet Hack Alert Route Table DHCP DNS Proxy Dynamic DNS Language Permitted IPs Logout Software Update 8 12 21 22 33

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

MailFoundry Users Manual. MailFoundry User Manual Revision: MF2005071100 Copyright 2005, Solinus Inc. All Rights Reserved

MailFoundry Users Manual. MailFoundry User Manual Revision: MF2005071100 Copyright 2005, Solinus Inc. All Rights Reserved MailFoundry User Manual Revision: MF2005071100 Copyright 2005, Solinus Inc. All Rights Reserved Page 1 of 91 Chapter 1: Introduction... 4 What are Spam Profiles?... 4 Models Covered In This Manual... 4

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de IT-Pruefungen.de Hochwertige Qualität, neueste Prüfungsunterlagen http://www.it-pruefungen.de Exam : LOT-980 Title : IBM Lotus Notes Domino 8.5 System Administration Operating Fundamentals Version : Demo

More information

What communication protocols are used to discover Tesira servers on a network?

What communication protocols are used to discover Tesira servers on a network? Understanding device discovery methods in Tesira OBJECTIVES In this application note, basic networking concepts will be summarized to better understand how Tesira servers are discovered over networks.

More information

AD207: Advances in Data Integration with Lotus Enterprise Integrator for Domino 6.5. Sarah Boucher, Manager Enterprise Integration Development

AD207: Advances in Data Integration with Lotus Enterprise Integrator for Domino 6.5. Sarah Boucher, Manager Enterprise Integration Development AD207: Advances in Data Integration with Lotus Enterprise Integrator for Domino 6.5 Sarah Boucher, Manager Enterprise Integration Development Goals Overview of Lotus Enterprise Integration offerings and

More information

ProxyCap Help. Table of contents. Configuring ProxyCap. 2015 Proxy Labs

ProxyCap Help. Table of contents. Configuring ProxyCap. 2015 Proxy Labs ProxyCap Help 2015 Proxy Labs Table of contents Configuring ProxyCap The Ruleset panel Loading and saving rulesets Delegating ruleset management The Proxies panel The proxy list view Adding, removing and

More information

I N S T A L L A T I O N M A N U A L

I N S T A L L A T I O N M A N U A L I N S T A L L A T I O N M A N U A L 2015 Fastnet SA, St-Sulpice, Switzerland. All rights reserved. Reproduction in whole or in part in any form of this manual without written permission of Fastnet SA is

More information

NETWORK ADMINISTRATION

NETWORK ADMINISTRATION NETWORK ADMINISTRATION INTRODUCTION The PressureMAP software provides users who have access to an Ethernet network supporting TCP/IP with the ability to remotely log into the MAP System via a network connection,

More information

Implementing Secure Sockets Layer on iseries

Implementing Secure Sockets Layer on iseries Implementing Secure Sockets Layer on iseries Presented by Barbara Brown Alliance Systems & Programming, Inc. Agenda SSL Concepts Digital Certificate Manager Local Certificate Authority Server Certificates

More information