1.1 Target group. 1.2 Summary of contents. The internet Value Edition delivery unit extends internet Services by providing mail services.

Size: px
Start display at page:

Download "1.1 Target group. 1.2 Summary of contents. The internet Value Edition delivery unit extends internet Services by providing mail services."

Transcription

1 1 Preface The internet Value Edition delivery unit extends internet Services by providing mail services. 1.1 Target group This manual is intended for BS2000 administrators who want to install mail services. It is assumed that the reader is familiar with the operating system BS2000/OSD and the basic concepts of TCP/IP. 1.2 Summary of contents This manual is arranged as follows: Chapter 2: Overview This chapter presents the basic principles and functionality of the individual components of internet Value Edition. Chapter 3: Installation and Startup This chapter describes the installation of mail services in BS2000/OSD. It also deals with startup issues and the configuration file sendmail.cf. Chapter 4: Operation This chapter presents the most important programs for operating the mail services. U41097-J-Z

2 Notational conventions Preface 1.3 Notational conventions The following notational conventions are used to indicate important functional issues in the text of this manual: For informative texts i! For warnings References References within this manual include the page concerned in the manual and the section or chapter as necessary. References to topics in other manuals include the brief title of the manual concerned. You will find the full title in the list of related publications at the end of this manual. 1.4 README file Information on any functional changes and additions to the current product version described in this manual can be found in the product-specific README file. You will find the README file on your BS2000 computer under the file name SYSRME.INETVALU.010.E. The user ID under which the README file is cataloged can be obtained from your system administrator. You can view the README file using the /SHOW-FILE command or an editor, and print it out on a standard printer using the following command: /PRINT-DOCUMENT <filename>,line-spacing=*by-ebcdic-control 2 U41097-J-Z

3 2 Overview Sending and receiving electronic mail ( ) is one of the most important services on the Internet. The post offices are mail servers, which transfer s across the network and deliver them into mailboxes. Mail user agents provide convenient interfaces to create and send s, to access mailboxes, and also to display and process the received electronic mail further. The electronic post office on the Internet is based on the Simple Mail Transfer Protocol (SMTP), which is defined in RFC 821. Whereas only pure text messages could be transmitted originally, a wide variety of formats including images, for example, can be transmitted today. The sendmail TM product ported to BS2000/OSD is the most popular and widespread mail server in use today. sendmail TM is a registered trademark of Sendmail Inc. and includes software that was developed by the University of California in Berkley and its staff members. Two special protocols, the Post Office Protocol (POP3) and the Internet Mail Access Protocol (IMAP) provide access to mailboxes via user agents running on a remote system (PC). The internet Value Edition software package contains the components for the electronic mail service in BS2000/OSD, which is implemented via an SMTP Mail Server, a POP3 server and an IMAP server. In addition, there is also a simple local user agent in POSIX (Mailx) for sending and processing text messages in BS2000/OSD, provided POSIX-SH has been installed. 2.1 Functionality The SMTP server or Mail Transfer Agent (MTA) is responsible for transferring on the Internet based on the Simple Mail Transfer Protocols (SMTP). It can operate as a mail relay or mail end system. A further function worth mentioning here is the option of creating distribution lists and forwarding requests. This is achieved by defining aliases, which permit the user section of a local recipient address to be replaced by one or more recipient addresses. In order to find a suitable route to the end system, the mail server uses the Domain Name Service (DNS). U41097-J-Z

4 Functionality Overview The server receives messages either from another MTA or a mail user agent (MUA). Depending on the user address(es) in the message, it is then passed via a TCP/SMTP connection to another MTA and/or a local mail delivery agent (MDA). The local MDA stores the messages in special files (mailboxes) and thus plays an important role here. The MUA, by contrast, enables the messages in the local mailboxes to be processed further (i.e. read, forwarded, sorted, saved, replied to and deleted). In addition, it also enables messages to be created and passed on to the local MTA for delivery. Some MUAs can also transfer messages to a remote MTA via a TCP/SMTP connection. SMTP SMTP User Agent on PC User Agent Mailx Mail Server SMTP Remote Mail Server POP3 Client POP3 POP3 Server Mailbox IMAP IMAP Client IMAP Server Client BS2000/OSD Internet Server The POP3 and IMAP mechanism enables a client system (especially one not equipped with an MTA) to access the mailboxes of the server system. An IMAP and POP3 server is installed on the server system for this purpose. Among other things, the servers offer clients on a remote system (such as Eudora or Netscape Messenger, for example) the option of reading and deleting messages. 4 U41097-J-Z

5 Overview Functionality Structure of messages The structure of messages is defined in RFC 822. Messages consist of a message header and the message text. The header and text are separated by exactly one blank line. Both the header and the message text consist of readable characters in ASCII format. The message header is composed of multiple statements which, in principle, are each placed in a separate line, but may also be split over multiple lines for the sake of clarity. The statements consist of a name and a text section, for which the format is defined by the name. Depending on the name and also on other statements, a specific type of statement could occur in a message header exactly once, not at all, no more than once or any number of times. Most of the names are defined in RFC 822. RFC 1522 defines some extensions. Names beginning with X- are intended for private extensions. The program /usr/sbin/sendmail includes the SMTP protocol and represents the mail server. The server can be set up and controlled individually via the configuration file /etc/mail/sendmail.cf. On starting up the system, the mail server is started together with other servers and usually waits for requests on port number 25 by default. U41097-J-Z

6 Eine Dokuschablone von Frank Flachenecker

7 3 Installation and startup This chapter describes how you can install and start the server included in the internet Value Edition software package. Software requirements internet Value Edition V1.0 requires internet Services V Installation The following port numbers are used by default by the components included in the internet Value Edition: Port Protocol Explanation 143 tcp/udp IMAP Internet Message Access Protocol 110 tcp/udp POP3 Post Office Protocol - Version 3 25 tcp/udp SMTP Simple Mail Transfer Protocol The individual components of the internet Value Edition software package are installed as POSIX program packages via the package installation with the POSIX installation program (see the manual POSIX V1.0A Basics for Users and System Administrators ). In order to install and run the internet Value Edition, the PLAM library SINLIB.INETVALU.010 must be available as a sharable library under the user ID TSOS. This library contains all the elements to be installed in the UFS. The POSIX subsystem must be started. Since the internet Value Edition applications must be run as privileged applications, they must be installed under the SYSROOT or TSOS ID (UID=0, GID=0) with the POSIX installation tool as follows: /CALL-PROCEDURE *LIB(LIB=$TSOS.SINPRC.POSIX-BC.<version>,ELEMENT=POSINST) Function: Installation of POSIX program packages Product Name: INETVALU Product Version: 010 U41097-J-Z

8 Installation Installation and startup Following a successful installation, all other activities required are performed in the POSIX shell under the user ID TSOS. In order to do this, the POSIX shell, and thus the server, must be started under the user ID TSOS with the BS2000 command START-POSIX. The relevant commands and files can be found in the /usr/sbin and /etc/mail directories. List of the most important files used by sendmail: File name Type Explanation /usr/sbin/sendmail Program MTA; additional functions /usr/sbin/smtpd Link to sendmail sendmail daemon; -bd option /usr/sbin/newaliases Link to sendmail Updates the alias file; -bi option /usr/sbin/mailq Link to sendmail Prints the mail queue; -bp option /usr/sbin/mail.local Program Mail delivery agent (MDA) /usr/sbin/mailstats Program Prints mail statistics /usr/sbin/makemap Program Makes a keymap file /usr/sbin/smtpdpid Program Displays the daemon - Pid /usr/sbin/praliases Program Prints the alias file /etc/mail/aliases Text file Alias file /etc/mail/aliases.db Index file Alias file /etc/mail/sendmail.cf Text file Configuration /etc/mail/sendmail.pid Text file Log file for starting the daemon /etc/mail/install Directory Installation directory /etc/mail/sendmail.hf Text file Help texts /var/mail/ Directory Directory for mailboxes /var/mail/user Text file Mailbox; USER : user name /var/mqueue Directory Directory for message queues /etc/mail/sendmail.st Index file Statistics file (optional) /etc/rc2.d/strtsmtp Script Start procedure /etc/rc0.d/killsmtp Script Stop procedure /usr/sbin/startsmtp Script Starts the daemon manually /usr/sbin/stopsmtp Script Stops the daemon manually 8 U41097-J-Z

9 Installation and startup Startup 3.2 Startup After the internet Value Edition has been installed, the configuration file /etc/mail/sendmail.cf can be customized for specific situations as described in the sections below. The mail server can also be directly used without modifying the configuration file The sendmail.cf configuration file The configuration file sendmail.cf is read and interpreted on starting the sendmail program (in any function). It contains information on the local configuration (e.g. paths to important files) and the network environment as well as the rules for processing and delivering messages. A copy of the default configuration file can be found in the directory /etc/mail/install. Apart from the pathnames of important files (which match the default installation), the supplied sendmail.cf does not include any system-specific information. sendmail retrieves the required system-specific information via system calls and from the Domain Name Service (DNS). Before using sendmail, the domain name of the system (e.g. systemx.siemens.de) and the DNS aliases, if any, should be stored on the DNS server. The DNS server name must be saved in /etc/resolv.conf. This enables sendmail to be run without modifying the configuration file. The default configuration file was generated with the promiscuous relay feature and thus allows messages to be forwarded anywhere. The following sections provide you with a brief introduction to the structure of the configuration file Commands Commands are uppercase letters that must be placed in the first column of a line, followed by command-specific parameters. Blank lines and lines beginning with # are comment lines and are ignored. Continuation lines for commands begin with a space or tab character. In some commands (at least the rewriting rules), tab characters are an integral part of the command syntax. It is therefore important to ensure that these tab characters are retained when a configuration file is processed or transferred. This is particularly significant when copying the file into BS2000 with bs2cp, which converts tab characters to spaces by default. U41097-J-Z

10 Startup Installation and startup List of commands: Command V D C F R S O H M K P T E Meaning Version of the configuration file Declare macro Declare/extend class Read/extend class from a file Rewriting rule : check, evaluate and rewrite addresses Start of a ruleset Option Declare message header Declare mailer Declare key file Declare priority of delivery Declare trusted users Define environment variable Macros A macro assigns a text string to a symbol consisting of one or more characters. If the symbol is made up of multiple characters, it must be entered within braces. A number of symbols have a defined meaning for sendmail. The configuration file is only one of many locations at which such macros are defined. Private symbols should consist of multiple letters and begin with an uppercase letter. Macros are used in rules, header declarations and mailer declarations. 10 U41097-J-Z

11 Installation and startup Startup Example Symbol b j m w h u v Value Current time in the format defined by RFC822 Own canonical DNS host name (e.g. dcwww.mch.sni.de) Own domain name (e.g. mch.sni.de) Short name of the host (e.g. dcwww) Host portion of the recipient address of a message User name of the recipient of a message Version of the sendmail program Classes Classes (or class macros, to be more precise) are essentially the same as macros, except for the fact that a list of strings is assigned to the symbol here instead of one text string. In the case of a multiple declaration, the list is extended. The individual elements of a list are separated by blanks or tab characters. Example Symbol Value m Own domain name (e.g. mch.sni.de mch.siemens.de) w Listofhostnames (e.g. dcwww dcwww.mch.sni.de pgab0021 localhost [ ]) t Trusted users (e.g. root daemon ) Rules A rule (command R) consists of three parts: lhs (left hand side), rhs (right hand side) and an optional comment. There must be at least one tab character between the lhs and rhs and also between the rhs and comment. A ruleset (command S) combines the rules which follow into a single executable unit. The ruleset is identified by a numeric or alphanumeric ID and can be called from within rules like a subroutine. U41097-J-Z

12 Startup Installation and startup Before a rule is executed, each address to be processed is placed in a special area called the workspace and is split into tokens in the process. The delimiters are.:%@!^=/[] and are themselves also tokens. Blanks also serve as delimiters, but are not tokens. The lhs defines a pattern string, which may include wildcard operators. If the lhs does not match the contents of the workspace, the next rule is processed. In the pattern matches, the rhs operator is executed. This supplies the workspace again and also determines which rule is executed next. The wildcard operators of the lhs are: $* Match zero, one or more tokens $+ Match one or more tokens $- Match exactly one token $=x Match one or more tokens, which combine to form an element of class x. $~x Match a token that is not an element of class x. The rhs may begin with $: or $@. $: indicates that the rule which follows is to be executed next. $@ indicates that the ruleset has ended. Otherwise, the current rule is executed again until the match fails (risk of an infinite loop). The tokens replaced by a wildcard symbol are then available to the rhs again: The rhs operator $n (where n is a positive integer) represents the string replaced by the n-th lhs wildcard operator. With $>n, therhs calls ruleset n like a subroutine. $[...] determines the DNS name by a DNS call. $(...) enables access to a map (an index file). $@ inserts the host name; $: inserts the user name. $# resolves to a mailer (e.g. the local delivery agent or the SMTP delivery agent for a partner host) and terminates the address processing. 12 U41097-J-Z

13 Installation and startup Startup Example 1 $=w $: $j This rule converts the host name in an address of the form hostname into its canonical form. The user name (which may consist of one or more tokens) is replaced by the wildcard operator $+. The host name is compared with elements of class w (e.g. localhost, pgab0021, dcwww.mch.sni.de). In the case of a match, the workspace is replaced by the rhs with the user name followed by the macro j (the canonical host name). The next rule is then processed. Example 2 R$* % $* $2 This rule replaces all % characters (the rule is recursive). Example 3 R$* $#local $: $1 This rule can be called when it is already known that the address consists of only a user name. The local delivery agent is called with the user name $1 (broadly speaking) Mailers Mailers represent delivery agents. The following mailers are important here: the local mailer, which stores the messages in mailboxes, the program mailer, which passes messages to a program, and the IPC mailer (several variants), which passes messages to a remote MTA via a TCP/SMTP connection. Besides the mailers defined in the configuration file, there are also some predefined mailers (of which the most important is *file*, which appends messages to a file) Message headers The formats of some message headers (e.g. Received from...by... ) are defined in the configuration file, where strings can also be defined via macros. sendmail inserts the statements defined here into every message header (some only if the message header does not already contain a statement of the same name). U41097-J-Z

14 Startup Installation and startup Options There are about 80 options which, among other things, inform sendmail about path names to files and directories (except for sendmail.cf and sendmail.pid, which are compiled). The most important are the alias file (AliasFile) and the directory of message queues (Queue-Directory). timers and other parameters that affect the processing of message queues, parameters for processing the alias files, parameters for load monitoring, parameters for processing message headers Delivery priority The delivery priority determines the order in which queued messages are processed. It is derived from the contents of the Precedence statement (usually special-delivery firstclass list junk bulk ) and is an integer value (i.e. may be negative). If no assignment is possible, the value 0 is assumed Testing a modified configuration file A modified configuration file can be tested with the following command: sendmail -bt -C <conffile> conffile identifies the path name of the configuration file. If desired, a help text describing the test options can be displayed by entering a?. The test mode is exited by 14 U41097-J-Z

15 4 Operation This chapter presents the most important programs for operating the mail services. 4.1 The sendmail program sendmail can execute many functions under the control of command parameters. The most important control flags are described below. The command syntax is: path name flag recipient addresses The -b flag defines the functionality of sendmail. Path name Flag Address Function Notes sendmail -bd Start daemon The startsmtp script must be used to manually start the daemon (even if it is already active). smtpd Same as sendmail -bd sendmail -bi Update alias file The index file /etc/mail/aliases.db is derived from /etc//mail/aliases. The aliases will then also be available to an already running daemon. newaliases Same as sendmail -bi sendmail -bp List contents of the mail queue directory mailq Same as sendmail -bp sendmail -bm Mandatory entry Send message Sends a text message from the standard input to the specified recipient (only for testing purposes). This is the default setting. U41097-J-Z

16 The sendmail program Operation Path name Flag Address Function Notes sendmail -bv Mandatory entry Verify address Alias evaluation; determines the mailer s sendmail sendmail -bt Test mode Tests rules and other functions of the configuration file. After sendmail responds with Enter <ruleset> <address>, you can enter a? to obtain a help text. Other flags are described starting on page 16 and page 23, respectively Processing the mail queue with the -q flag Every message that is received by sendmail, regardless of the source, is initially saved in files in the /var/mqueue directory. When the message has been successfully forwarded or the monitoring period has expired (queuereturn in the sendmail.cf), the saved files are deleted. The file names consist of 10 characters, of which the last 8 are the queue identification, which also appears in some headers (e.g. Received...by...). Files that begin with qf contain headers and control information (e.g. time when first sent). Files that begin with df contain the message text. The first character of the queue-id indicates at which hour of the day the file was created (0h corresponds to A, 1h to B, etc.). The last 5 characters are derived from the process identification. Characters 2 and 3 are normally AA, but are incremented when required (queue-id already assigned). If a message cannot be forwarded immediately, e.g., because the partner MTA has not responded, then the sendmail flag -q can be used to control when the next attempt to forward the message should be made. This task is usually performed by the daemon, which canbestartedinthestartsmtp script as follows: smtpd -q1h In the above case, the processing of the queue is repeated at hourly intervals. The time interval can be specified in weeks (w), days (d), hours (h), minutes (m) and seconds (s). It is also possible to specify combined values such as 1h30m. 16 U41097-J-Z

17 Operation Additional programs The processing of the queue can also be started manually for all queues or for selected queues: -q Single start for all queues -qiqid Start for all queues whose queue-id contains the string qid. -qrrec Start for all queues for which the recipient contains the string rec. -qssen Start for all queues for which the sender contains the string sen. The above selection criteria may also be combined, which corresponds to a logical AND operation. If the -v flag is also specified, information on the queue processing is output. The command mailq with these flags shows which queues would be processed, but does not start the processing (the -v flag is redundant here). 4.2 Additional programs The local delivery agent mail.local The local delivery agent writes the messages addressed to a valid local user into the mailbox of that user. The path name of the mailbox is /var/mail/user, whereuseristhe user name written in uppercase letters (the conversion of the user name to uppercase occurs in mail.local). If the file does not exist, it is created. Otherwise, the message is appended to any existing messages. Further processing of the messages can be achieved via the local mail program (provided POSIX-SH is installed) or via a remote POP3 or IMAP-based user agent. In the case of remote user agents, note that an account number for the accounting of a POSIX remote login session must be available for the USER (BS2000 command: /ADD-USER or /MODIFY-USER-ATTRIBUTES POSIX-RLOGIN-DEFAULT=*YES). U41097-J-Z

18 Additional programs Operation Printing the alias file with praliases The praliases program prints the information from the alias map file /etc/mail/aliases.db. Local names appear in lowercase letters. The entry is reserved for internal use in sendmail (excludes updating of the alias file). This program is generally suitable for printing any map file in the format xxx.db: praliases -f xxx Creating a map file with makemap makemap can be used to create or extend a map file from a text file (or directly from standard input). (makemap is not needed if the standard configuration file is being used). Syntax: makemap flag hash mapfile < textfile mapfile may be specified without the.db suffix. hash is the type of map file. Blank lines or lines starting with # in the text file are ignored. Valid lines begin with a keyword, followed by a space or tab character, followed by the assigned date: Flags: -d Duplicate keys are allowed -f No conversion to lowercase letters -o Extension of the map file -r Replaceanexistingkey -v Display information on the changes 18 U41097-J-Z

19 Operation Additional programs Printing the statistics file with mailstats The mailstats program prints the statistics file /etc/mail/sendmail.st: If no statistics are to be recorded, the statistics file can be deleted. The command to restart the recording of statistics is: touch /etc/mail/sendmail.st Example Statistics from Thu Jul 23 15:40: M msgsfr bytes_from msgsto bytes_to msgsrej msgsdis Mailer 0 0 0K 4 4K 0 0 prog 1 0 0K 4 4K 0 0 *file* K K 9 0 local K K 13 1 esmtp 7 3 3K 7 8K 0 0 relay T K K 22 1 The first and last columns identify the delivery agent (mailer). msgsfr Messages from this mailer msgsto Messages sent via this mailer bytes_from Length of the messages in Kilobytes bytes_to Length of the messages in Kilobytes msgsrej Messages rejected by this mailer msgsdis Messages discarded by this mailer The bottom line shows the total values. U41097-J-Z

20 Aliases Operation 4.3 Aliases Aliases enable the user section of a local recipient address to be replaced by one or more recipient addresses. These addresses can be local addresses, remote addresses, programs to which the messages are passed or files in which the messages are stored Defining aliases The most important source for aliases is the alias file /etc/mail/aliases (or the map file /etc/mail/aliases.db derived from it). /etc/mail/aliases is a text file. Lines beginning with # and blank lines are ignored. Lines that begin with a space or tab character are treated as continuation characters. Analiasisdefinedintheform: local : alias or: local : alias1, alias2, alias3,..., aliasn local is the user section of a local recipient address and must not contain any space characters. It is always stored in lowercase letters. alias can be: a local name (such as local) a remote address (e.g. user@domain) /file program program arguments :include: alias list If alias is a local name, it is subjected to a repeated alias substitution. This can be prevented with a preceding \. If alias is a remote address, the message is sent to that remote address. If alias is a file, the message is appended to the file. If alias a program, the message is piped to the program. An alias list is a text file. Blank lines and lines beginning with # are ignored. Everything else is interpreted as part of the alias (even # characters are possible). Otherwise, the alias list is subject to the same rules as for aliases in the alias file. 20 U41097-J-Z

21 Operation Aliases When an alias list is declared in the alias file, it should be assigned an owner who can be notified in the event of errors. The correct definition of an alias list in the alias file would thus be: locnam : :include: aliaslist owner-locnam : owner-name In order to ensure that the error message is not lost even if it cannot be delivered to the owner, there should also be an entry in the form: owner-owner : postmaster If, after aliasing, it is determined that the message is to be delivered to a user, the system then checks whether a.forward file exists in the user directory. If such a file exists, a further level of aliasing occurs. The.forward file has the same format as an alias list. The local names postmaster and mailer-daemon (the sender of error messages) must be present in the alias file. U41097-J-Z

22 Aliases Operation Example of an alias file and alias list # Alias file # Discard messages to MAILER-DAEMON MAILER-DAEMON: /dev/null # sendmail administrator postmaster: LWI # General list administrator owner-owner: LWI # Multiple recipients. First recipient : Actual user name lwi: \lwi, logger # Addressing via IP address vm2: bcaposix@[ ] # Append message to file Logger: /home1/lwi/logger # Pass message to a script grepfile: "grep -i lwi > /home1/lwi/logger" # Addressee is an alias list DC21BC: :include: /home1/lwi/dc21broadcast owner-dc21bc: LWI # Alias list # DC21broadcast DC21 staff members. Willi.Lutz@s32.MCH1.x400.sni.de Werner.Bayer@s32.MCH1.x400.sni.de Updating (newaliases), printing (praliases) and checking Aliases are defined or deleted in two steps: 1. Editing the /etc/mail/aliases file 2. Updating the /etc/mai/aliases.db mapfilewiththenewaliases command Following these steps, the modified aliases will also be available to an already running daemon. 22 U41097-J-Z

23 Operation Diagnostic aids The contents of the alias file can be printed with the praliases program. The processing of an alias can be verified with sendmail -bv alias 4.4 Diagnostic aids Log file sendmail records entries in the log file (e.g. /var/adm/messages). The number of entries recorded by sendmail is controlled via the LogLevel option in the sendmail.cf file (0: no entries; 9 is the default setting). Note that the LogLevel is associated with the syslog priority as follows: LogLevel >10 syslog priority LOG_CRIT and LOG_ALERT LOG_NOTICE LOG_INFO LOG_DEBUG Under LOG_INFO, entries are recorded for every sent or received message Sending a text file while displaying the SMTP dialog A text file can be sent with the following command: sendmail v <recipient-address> < <text-file> The v option shows the SMTP dialog on the standard output. U41097-J-Z

24 Eine Dokuschablone von Frank Flachenecker

25 Related publications BCAM Volume 1 (BS2000/OSD) User Guide Target group The BCAM manuals are intended for network planners, generators and administrators who define BS2000 systems. Contents Volume 1 describes BCAM itself, how it is embedded in TRANSDATA and open networks, plus generation and administrative activities. Volume 2 contains the commands, macros and error messages required for generation and operation. BCAM Volume 2 (BS2000/OSD) Reference Manual Target group The BCAM manuals are intended for network planners, generators and administrators who define BS2000 systems. Contents Volume 1 describes BCAM itself, how it is embedded in TRANSDATA and open networks, plus generation and administrative activities. Volume 2 contains the commands, macros and error messages required for generation and operation. opennet Server V1.0 SNMP Management for opennet Server User Guide Target Group The manual is intended for people responsible for networks and systems who want to use SNMP-based network and system management. Contents The manual provides a detailed description of the MIBs supplied with opennet Server, and the installation and operation of the subagents. A separate chapter contains an in-depth description of how to operate the BCAM Manager. U41097-J-Z

26 Related publications internet Services V1.0 (BS2000/OSD) Administrator s Guide Target group This manual is intended for network planners, generators, and administrators who with to use Internet Services in BS2000/OSD. Contents internet Services replaces the delivery units TCP-IP-AP and TCP-IP-SV. The manual describes the functionality of the Internet Services BOOTP/DHCP, TFTP, DNS, FTP, LDAP, and NTP in BS2000/OSD, and also outlines how to use the FTAC interface for FTP. Installation, administration, operation, and logging and diagnostic options of the various components are also covered in the manual. internet Services V1.0 (BS2000/OSD) User Guide Target group This manual is intended for network planners, generators, and administrators, and also users who wish to use Internet Services in conjunction with BS2000/OSD. Contents internet Services replaces the delivery units TCP-IP-AP and TCP-IP-SV. The manual provides an introduction to the components of internet Services. It contains a detailed description of how to use FTP, the FTAC interface for FTP, and TELNET. Network administrators require this manual as a supplement to the Administrator s Guide. internet Value Edition V1.0 (BS2000/OSD) User Guide Target group This manual is intended for network planners, generators, and administrators who with to use Mail Service in BS2000/OSD. Contents internet Value Edition is a supplement to internet Services that is available free of charge. The manual introduces users to the components of internet Value Edition, and provides information on installation, administration, and operation of the Mail Service in BS2000/ OSD. 26 U41097-J-Z

27 Related publications IMON (BS2000/OSD) Installation Monitor User Guide Target group This manual is intended for systems support staff of the BS2000/OSD operating system. Contents The manual describes the installation and administration of BS2000 software using the IMON installation monitor and its three components IMON-BAS, IMON-GPN and IMON- SIC. Installation (standard and customer-specific) using the component IMON-BAS for systems with BS2000-OSD V2.0 and as of BS2000-OSD V3.0 is described in detail with the aid of examples in two separate chapters. BS2000/OSD-BC Introductory Guide to Systems Support User Guide Target group This manual is addressed to BS2000/OSD systems support staff and operators. Contents The manual covers the following topics relating to the management and monitoring of the BS2000/OSD basic configuration: system initialization, parameter service, job and task control, memory/device/user/file/pubset management, assignment of privileges, accounting and operator functions. U41097-J-Z

28 Related publications additional publications sendmail BryanCostaleswithEricAllman O Reilly TM ISBN Ordering RFCs If the Requests for Comments (RFCs) referred to in the text are not included with delivery, they can be ordered in hardcopy form (copying charge) or fetched as a file from "anonymous Internet FTP" or via . Anonymous Internet FTP: in order to fetch an RFC via the Internet from the system nic.ddn.mil (IP address ), please proceed as follows: set up an FTP connection to the system: ftp nic.ddn.mil you can now load the required documents from the directory rfc; a list of the available documents can be found in the file rfc-index.txt. If you do not have Internet access but can use electronic mail, you can request an RFC in this way. The document will be sent to you in response to your Mail query. To do this, send a mail to the user service on the system nic.ddn.mil: mail service@nic.ddn.mil In the Subject field enter the number of the desired RFC, e.g.: Subject: RFC U41097-J-Z

29 Related publications Written queries concerning RFCs should be submitted to: DDN Network Information Center SRI International 333 Ravenswood Ave. Menlo Park, CA 94025, U.S.A. Telefon: Ordering manuals Please apply to your local office for ordering the manuals. U41097-J-Z

30 Eine Dokuschablone von Frank Flachenecker

31 Index /etc/mail/aliases.d alias file 18 /etc/mail/sendmail.cf configuration file 9 /etc/mail/sendmail.st statistics file 19 /usr/sbin/sendmail mail program 5 /var/adm/messages logging file 23 /var/mqueue mail queue 16 A alias file /etc/mail/aliases.db 18 example 22 printing (prealiases) 18 aliases 20 defining 20 function 3 C class example 11 class macro example 11 class macros classes 11 classes class macros 11 configuration file 11 commands configuration file 9 list 10 processing the mail queue 17 rewriting rules 9 tab character 9 configuration file /etc/mail/sendmail.cf 9 classes 11 commands 9 default configuration file 9 delivery priority 14 macros 10 mailer 13 message header 13 options 14 rules 11 testing 14 creating map file (makemap) 18 D default port number IMAP server (143) 7 mail server (25) 5 POP3 server (110) 7 SMTP server (25) 7 defining aliases 20 delivery agent configuration file 13 mail.local 17 delivery priority configuration file 14 precedence statement 14 directory installation 8 U41097-J-Z

32 Index DNS connection to sendmail 9 E example 19 alias file 22 class macro 11 macros 11 rules 13 F file installing 8 format 20 function 4 aliases 3 IMAP 4 POP3 4 functionality sendmail 3 H header message header 5 I IMAP 4 Internet Mail Access Protocol 3 IMAP server port number installation 7 directory 8 TCP-IP-SV 7 used files 8 installation tool POSIX 7 Internet Mail Access Protocol IMAP 3 internet Value Edition installation 7 software requirements 7 startup 9 L lhs wildcard operator 12 logging file /var/adm/messages 23 M macros configuration file 10 example 11 mail delivery agent MDA 4 mail program /usr/sbin/sendmail 5 mail queue /var/mqueue 16 processing commands 17 mail server port number 25 5 Mail Transfer Agent MTA 3 mail user agent MUA 4 mail.local delivery agent 17 mailbox 4 mailer configuration file 13 mail.local 17 mailstats printing the statistics file 19 makemap creating a map file 18 map file creating (makemap) 18 MDA mail delivery agent 4 message header configuration file 13 header 5 message text text messages 5 messages structure 5 32 U41097-J-Z

33 Index MTA Mail Transfer Agent 3 MUA mail user agent 4 O operator lhs wildcard 12 rhs 12 wildcard 12 options configuration file 14 order RFC 28 P PLAM library SINLIB.INETVALU POP3 function 4 Post Office Protocol 3 POP3 server port number port number IMAP server (143) 7 mail server (25) 5 POP3 server (110) 7 SMTP server (25) 7 POSIX installation tool 7 Post Office Protocol POP3 3 prealiases printing programs for the alias file 18 precedence statement delivery priority 14 print statistics file (mailstats) 19 processing mail queue 16 processing the mail queue 16 program /usr/sbin/sendmail 5 programs mailstats 19 makemap 18 praliases 18 sendmail 15 protocol Simple Mail Transfer Protocol 3 protocols Internet Mail Access Protocol 3 Post Office Protocol 3 R recording of statistics start 19 rewriting rules commands 9 RFC order 28 rhs operator 12 rules configuration file 11 example 13 S sendmail DNS connection 9 functionality 3 installing files 8 mail queue 16 programs 15 sendmail.cf configuration file 9 Simple Mail Transfer protocol SMTP 3 SINLIB.INETVALU.020 PLAM library 7 SMTP Simple Mail Transfer Protocol 3 SMTP server port number 25 7 software requirements requirements software 7 start recording of statistics 19 U41097-J-Z

34 Index startup 7, 9 statistics file 19 /etc/mail/sendmail.st 19 example 19 structure messages 5 T tab character commands 9 TCP-IP-SV installing 7 testing configuration file 14 tokens 12 W wildcard operator U41097-J-Z

35 Contents 1 Preface Targetgroup Summaryofcontents Notationalconventions READMEfile Overview Functionality Installation and startup Installation Startup Thesendmail.cfconfigurationfile Commands Macros Classes Rules Mailers Messageheaders Options Deliverypriority Testingamodifiedconfigurationfile Operation Thesendmailprogram Processingth queuewiththe-qflag Additionalprograms Thelocaldeliveryagentmail.local Printingthealiasfilewithpraliases Creatingamapfilewithmakemap Printingthestatisticsfilewithmailstats Aliases Definingaliases Exampleofanaliasfileandaliaslist Updating (newaliases), printing (praliases) and checking Diagnosticaids U41097-J-Z

36 Contents Logfile SendingatextfilewhiledisplayingtheSMTPdialog Related publications Index U41097-J-Z

37 internet Value Edition V1.0 (BS2000/OSD) User Guide Target group This manual is intended for network planners, generators, and administrators, and also users who wish to use Internet Services in conjunction with BS2000/OSD. Contents internet Services replaces the delivery units TCP-IP-AP and TCP-IP-SV. The manual provides an introduction to the components of internet Services. It contains a detailed description of how to use FTP,the FTAC interface for FTP,and TELNET.Network administrators require this manual as asupplement to the Administrator s Guide. Edition: July 1999 File: ival_bhb.pdf Copyright Siemens AG All rights reserved. Delivery subject to availability; right of technical modifications reserved. All hardware and software names used are trademarks of their respective manufacturers. U41097-J-Z

38 Siemens AG Information and Communication Products Computer Systems User Documentation BS Munich Germany Comments Suggestions Corrections Fax: (++49) Submitted by Comments on internet Value Edition V1.0 U41097-J-Z

39 Information on this document On April 1, 2009, Fujitsu became the sole owner of Fujitsu Siemens Computers. This new subsidiary of Fujitsu has been renamed Fujitsu Technology Solutions. This document from the document archive refers to a product version which was released a considerable time ago or which is no longer marketed. Please note that all company references and copyrights in this document have been legally transferred to Fujitsu Technology Solutions. Contact and support addresses will now be offered by Fujitsu Technology Solutions and have the The Internet pages of Fujitsu Technology Solutions are available at and the user documentation at Copyright Fujitsu Technology Solutions, 2009 Hinweise zum vorliegenden Dokument Zum 1. April 2009 ist Fujitsu Siemens Computers in den alleinigen Besitz von Fujitsu übergegangen. Diese neue Tochtergesellschaft von Fujitsu trägt seitdem den Namen Fujitsu Technology Solutions. Das vorliegende Dokument aus dem Dokumentenarchiv bezieht sich auf eine bereits vor längerer Zeit freigegebene oder nicht mehr im Vertrieb befindliche Produktversion. Bitte beachten Sie, dass alle Firmenbezüge und Copyrights im vorliegenden Dokument rechtlich auf Fujitsu Technology Solutions übergegangen sind. Kontakt- und Supportadressen werden nun von Fujitsu Technology Solutions angeboten und haben die Die Internetseiten von Fujitsu Technology Solutions finden Sie unter und unter finden Sie die Benutzerdokumentation. Copyright Fujitsu Technology Solutions, 2009

Fujitsu Siemens Computers. internet Value Edition. Version 1.0B. July Release Notice

Fujitsu Siemens Computers. internet Value Edition. Version 1.0B. July Release Notice Fujitsu Siemens Computers internet Value Edition Version 1.0B July 2002 Release Notice Copyright (C) Fujitsu Siemens Computers 2002 All rights reserved Release Notice internet Value Edition V1.0B 1 General.....................

More information

1.1 Target group. 1.2 Summary of contents

1.1 Target group. 1.2 Summary of contents 1 Preface The internet Value Edition delivery unit extends internet Servicesbyprovidingmail services or in other words the components that implement the electronic mail service in BS2000/OSD. SMTP Mail

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Fujitsu Siemens Computers GmbH SM2-TOOLS (BS2000/OSD) Version 7.5A Juli 2006 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Release Notice SM2-TOOLS V7.5A 1 General

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved Fujitsu Siemens Computers GmbH XHCS-SYS (BS2000/OSD) Version 2.0A June 2008 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2008 All rights reserved Release Notice XHCS-SYS V2.0A 1 General

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Fujitsu Siemens Computers GmbH DRV (BS2000/OSD) Version 3.1A November 2005 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 All rights reserved Release Notice DRV V3.1A 1 General 2 1.1

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved

Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved Fujitsu Siemens Computers GmbH A I D Version 3.1 November 2004 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2004 All rights reserved Release Notice AID V3.1 1 General....................

More information

R E L E A S E N O T I C E C O S M O S T O O L S V A. (c) Fujitsu Siemens Computers GmbH 2001

R E L E A S E N O T I C E C O S M O S T O O L S V A. (c) Fujitsu Siemens Computers GmbH 2001 R E L E A S E N O T I C E C O S M O S T O O L S V 1 4. 0 A (c) Fujitsu Siemens Computers GmbH 2001 Word and Excel are registered trademarks of Microsoft Postscript is a registered trademark of Adobe Contents

More information

Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3

Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3 Fujitsu Siemens Computers GmbH CRTE (BS2000/OSD) Version 2.4C *4 October 2005 *4 Release Notice Copyright (C) Fujitsu Siemens Computers GmbH 2005 *3 All rights reserved *3 Release Notice CRTE V2.4C 1 General.....................

More information

FUJITSU SIEMENS COMPUTERS. Release Notice PCMX (LINUX-S390) V6.0A. Table of Contents

FUJITSU SIEMENS COMPUTERS. Release Notice PCMX (LINUX-S390) V6.0A. Table of Contents FUJITSU SIEMENS COMPUTERS Release Notice PCMX (LINUX-S390) V6.0A Table of Contents 1 General 1.1 Documentation 2 Notes on product use 2.1 Software/hardware configuration 2.1.1 Operating system 2.2 Resource

More information

The activities described in these upgrade instructions may only be performed by engineers or maintenance/technical staff.

The activities described in these upgrade instructions may only be performed by engineers or maintenance/technical staff. Introduction The upgrade instructions show how to remove the standard power supply and replace it with a hotplug power supply. The following steps only apply to the PRIMERGY 400 and 00 tower servers.!

More information

8 Mailsender. internet Services V3.1A 1

8 Mailsender. internet Services V3.1A 1 8 Mailsender Files can be sent and processed as e-mail in BS2000/OSD using a local user agent, the BS2000/OSD Mailsender. The BS2000/OSD Mailsender allows you to send automated lists as e-mail from BS2000/OSD

More information

WebTransactions V7.1. Supplement

WebTransactions V7.1. Supplement WebTransactions V7.1 Supplement Edition: December 2006 This manual describes the new functions in WebTransactions V7.1. It is intended to supplement the WebTransactions V7.0 manuals. Comments Suggestions

More information

Fujitsu Siemens Computers. internet Services (BS2000/OSD) Version 3.1A May Release Notice

Fujitsu Siemens Computers. internet Services (BS2000/OSD) Version 3.1A May Release Notice Fujitsu Siemens Computers internet Services (BS2000/OSD) Version 3.1A May 2005 Release Notice Copyright (C) Fujitsu Siemens Computers 2005 All rights reserved Release Notice internet Services V3.1A 1 General

More information

chipdisk for RemoteView

chipdisk for RemoteView PRIMERGY chipdisk for RemoteView Xenia Fierley Siemens Nixdorf Informationssysteme AG Primergy 81730 Munich e-mail: Internet:DOCetc@mchp.siemens.de Tel.: (089) 636-47896 Fax: (++ 49) 89 6 36-4 87 17 U41102-J-Z156-1-74

More information

PRIMERGY S40-DF Capacity Extension

PRIMERGY S40-DF Capacity Extension Server PRIMERGY S40-DF Capacity Extension Xenia Fierley Siemens Nixdorf Informationssysteme AG ICP CS PS QM 3 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 636-47896 Fax: 0 700 /

More information

Emanate Master 1.3. Readme. Edition June 2000

Emanate Master 1.3. Readme. Edition June 2000 Solaris Emanate Master 1.3 Readme Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 636-00000 Fax: (++49) 700 / 372 00001 Bestellnummer

More information

LAN Manager/X V2.2. (SINIX) SNMP Service. System Administator's Guide

LAN Manager/X V2.2. (SINIX) SNMP Service. System Administator's Guide LAN Manager/X V2.2 (SINIX) SNMP Service System Administator's Guide Is there anything you want to tell us about this manual? Please send us your comments, quoting the order number of the manual. Siemens

More information

Using Egenera Virtualized Boot Services

Using Egenera Virtualized Boot Services Using Egenera Virtualized Boot Services For BladeFrame BF400 S2 and BladeFrame BF200 Document Number 432-SB0045 September 2008 EVBS1.0_BF_1 Copyright Copyright 2008 Egenera, Inc. All rights reserved. This

More information

FibreCAT TXF Backup Subsystem. Service Supplement

FibreCAT TXF Backup Subsystem. Service Supplement FibreCAT TXF Backup Subsystem Service Supplement Edition October 2008 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

SESAM-DBAccess (JDBC) V4.0A. Server Installation, Administration

SESAM-DBAccess (JDBC) V4.0A. Server Installation, Administration SESAM-DBAccess (JDBC) V4.0A Server Installation, Administration Edition December 2005 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.

More information

The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers -

The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers - The MTC Autoloader FibreCAT TX24 - Use with OSD/XC at SX Servers - Readme File Contents 1 Introduction...2 2 Characteristics...4 2.1 General Characteristics...4 2.2 Release with OSD/XC...4 2.3 Hardware,

More information

SESAM-DBAccess (JDBC) V5.0A. Server Installation, Administration

SESAM-DBAccess (JDBC) V5.0A. Server Installation, Administration SESAM-DBAccess (JDBC) V5.0A Server Installation, Administration Edition December 2006 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.

More information

Fujitsu Technology Solutions. internet Services (BS2000/OSD) Version 3.3A Mai Release Notice

Fujitsu Technology Solutions. internet Services (BS2000/OSD) Version 3.3A Mai Release Notice Fujitsu Technology Solutions internet Services (BS2000/OSD) Version 3.3A Mai 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and

More information

INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment

INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment INSTALLATION GUIDE System Console Software 2.0 for Solaris Environment High Risk Activity The Customer acknowledges and agrees that the Product is designed, developed and manufactured as contemplated for

More information

Release Information for FlexFrame V4.0A10 for SAP

Release Information for FlexFrame V4.0A10 for SAP Release Information for FlexFrame V4.0A10 for SAP Copyright 2008 Fujitsu Siemens Computers Table of Contents General... 1 Ordering... 1 Delivery... 1 Documentation... 2 Software Extensions / New Functionality...

More information

System Management Console Security Development Guide C120-E142-01EN

System Management Console Security Development Guide C120-E142-01EN System Management Console Security Development Guide C120-E142-01EN Trademarks and Acknowledgement UNIX is a registered trademark in the United States and other countries, licensed exclusively through

More information

PRIMERGY 670 Converting Guide

PRIMERGY 670 Converting Guide PRIMERGY 670 Converting Guide Server Systems A26361-K531-Z101-1-7419 Edition March 1999 Copyright and Trademarks Intel and Pentium are registered trademarks of Intel Corporation, USA. NetWare and Novell

More information

This symbol is followed by supplementary information, remarks and tips.

This symbol is followed by supplementary information, remarks and tips. Introduction This Technical Manual describes the system boards of the PRIMERGY 870 server systems, which can be equipped with up to four Intel Xeon processors. You may find further information in the description

More information

Streamer DAT160 Half-Height 80GB/160GB, USB 2.0

Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 User Guide English Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 Streamer DAT160 Half-Height 80GB/160GB, USB 2.0 User Guide Edition November 2008 Comments Suggestions Corrections The User Documentation

More information

PAN Manager Feature Summary

PAN Manager Feature Summary PAN Manager Feature Summary For BladeFrame BF400 S2 and BladeFrame BF200 Document Number 430-SB0073 August 2008 PM5.2_BF Copyright Copyright 2008 Egenera, Inc. All rights reserved. This document, and the

More information

*5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40

*5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40 *5 Fujitsu Siemens Computers GmbH DRIVE/WINDOWS (BS2000) *5 Version 2.1B40 Release Notice DRIVE/WINDOWS V 2.1B C o n t e n t s 1 General................ 1 1.1 Ordering............... 2 1.2 Delivery...............

More information

Sendmail Lab Part 1. /usr/share/sendmail-cf/readme

Sendmail Lab Part 1. /usr/share/sendmail-cf/readme Sendmail Lab Part 1 The sendmail program was originally written by Eric Allman while he was a student and staff member at the University of California at Berkeley. The sendmail program plays a variety

More information

openft_ux-readme.txt Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice

openft_ux-readme.txt Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice Fujitsu Siemens Computers openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems March 2006 Release notice RELEASE NOTICE openft V8.1A20 for Unix systems openft-ftam V8.0B for Unix systems

More information

Sendmail Lab Part 1. Prerequisite: Complete STMP Lab. You should do this lab on the same machine as you did your SMTP lab.

Sendmail Lab Part 1. Prerequisite: Complete STMP Lab. You should do this lab on the same machine as you did your SMTP lab. Sendmail Lab Part 1 Objectives: (1) Study the default SENDMAIL configuration file supplied with your Linux distribution. (2) Use SENDMAIL to send electronic messages to local users, and files. (3) Explore

More information

PRIMERGY BX600 10GbE LAN I/O Module (PCIe)

PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Reference Guide PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Microsoft Windows Server 2003 iscsiselect Reference Guide English PRIMERGY BX600 10GbE LAN I/O Module (PCIe) Microsoft Windows Server 2003 iscsiselect

More information

STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL

STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL STREAMER 30/60 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL Dieses Handbuch wurde auf Recycling-Papier gedruckt. This manual has been printed on recycled paper. Ce manuel est imprimé sur du papier recyclé.

More information

SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL

SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL SLR 50/100 GBYTE BETRIEBSANLEITUNG OPERATING MANUAL Dieses Handbuch wurde auf Recycling-Papier gedruckt. This manual has been printed on recycled paper. Ce manuel est imprimé sur du papier recyclé. Este

More information

1.1 Summary of contents and target group

1.1 Summary of contents and target group 1 Preface The openutm Universal Transaction Monitor is a comprehensive middleware platform, offering a wealth of options for designing and implementing transaction-oriented OLTP applications, as well as

More information

1 Preface 1.1 Target group

1 Preface 1.1 Target group 1 Preface The internet Services package includes components that were originally contained in TCP-IP-AP and TCP-IP-SV. The internet Services product supplements the TCP/IP functionality of opennet Server

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

Application Layer: OSI and TCP/IP Models

Application Layer: OSI and TCP/IP Models Application Layer Application Layer: OSI and TCP/IP Models The communication process between two communicating nodes is actually a communication process between two applications on these devices. Service

More information

Produktfamilie PRIMERGY RX200 S2

Produktfamilie PRIMERGY RX200 S2 Produktfamilie PRIMERGY RX200 S2 D1790 Setup Utility Hans-Joachim Kneba Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: 05251/8-14865 Fax: (++49)

More information

PRIMERGY Econel 100 Server System

PRIMERGY Econel 100 Server System PRIMERGY PRIMERGY Econel 100 Server System Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (0 89) 61 001-155 Fax:

More information

STREAMER VXA /320 GB

STREAMER VXA /320 GB Operating Manual English STREAMER VXA-320 160/320 GB Are there...... any technical problems or other questions you need clarified? Please contact our Help Desk (see warranty card). The latest information

More information

is still the most used Internet app. According to some studies around 85% of Internet users still use for communication.

is still the most used Internet app. According to some studies around 85% of Internet users still use  for communication. 1 E-mail is still the most used Internet app. According to some studies around 85% of Internet users still use e-mail for communication. Electronic mail is a method to exchange digital messages from a

More information

V7350 Unified Messaging Suite User Guide

V7350 Unified Messaging Suite User Guide V7350 Unified Messaging Suite User Guide VCX V7000 IP Telephony Solution System Release 5.0 Part Number 900-0195-01 AA Published August 2004 http://www.3com.com/ 3Com Corporation 350 Campus Drive Marlborough,

More information

Electronic Mail Paradigm

Electronic Mail Paradigm Electronic Mail Paradigm E-mail uses the client-server model. E-mail was designed as an electronic extension of the old paper office memo. - A quick and easy means of low-overhead written communication.

More information

Fujitsu Technology Solutions. SM2 (BS2000/OSD) Version 16.0A May Release Notice

Fujitsu Technology Solutions. SM2 (BS2000/OSD) Version 16.0A May Release Notice Fujitsu Technology Solutions SM2 (BS2000/OSD) Version 16.0A May 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

PRIMERGY BX630 S2 Scalable Server Blade. Options Guide

PRIMERGY BX630 S2 Scalable Server Blade. Options Guide PRIMERGY BX630 S2 Scalable Server Blade Options Guide Edition October 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback

More information

CIT 470: Advanced Network and System Administration. Topics. Mail Policies.

CIT 470: Advanced Network and System Administration. Topics. Mail Policies. CIT 470: Advanced Network and System Administration E-mail CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Mail Policies 2. Anatomy of a Mail Message 3. Components of an E-mail System

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

PRIMERGY BX630 S2 Scalable Server-Blade. Service Supplement

PRIMERGY BX630 S2 Scalable Server-Blade. Service Supplement PRIMERGY BX630 S2 Scalable Server-Blade Service Supplement Edition December 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your

More information

PRIMERGY TX200 S3 Server

PRIMERGY TX200 S3 Server PRIMERGY PRIMERGY TX200 S3 Server Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001155 Fax: (++49) 700

More information

Sendmail release notes. HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3

Sendmail release notes. HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3 Sendmail 8.13.3 release notes HP-UX 11i v1, HP-UX 11i v2, HP-UX 11i v3 HP Part Number: 5990-5132 Published: March 2010 Legal Notices Copyright 2010 Hewlett-Packard Company, L.P. Confidential Computer Software.

More information

Fujitsu Technology Solutions. OMNIS (BS2000/OSD) Version 8.4A May Release Notice

Fujitsu Technology Solutions. OMNIS (BS2000/OSD) Version 8.4A May Release Notice Fujitsu Technology Solutions OMNIS (BS2000/OSD) Version 8.4A May 2009 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

PRIMERGY BX630 Scalable Server Blade

PRIMERGY BX630 Scalable Server Blade PRIMERGY PRIMERGY BX630 Scalable Server Blade Service Supplement Redakteur Fujitsu Siemens Computers GmbH Paderborn 33094 Paderborn e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-??? Fax:

More information

Configuring LDAP. Finding Feature Information

Configuring LDAP. Finding Feature Information This chapter describes how to configure the Lightweight Directory Access Protocol (LDAP) on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information

More information

Applications FTP. FTP offers many facilities :

Applications FTP. FTP offers many facilities : Applications FTP Given a reliable end-to-end trasport protocol like TCP, File Transfer might seem trivial. But, the details authorization, representation among heterogeneous machines make the protocol

More information

The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols.

The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols. Lab 9: Electronic Mail The purpose of this lab is to explore the ways client systems download their mail from mail servers that support POP3 and IMAP protocols. There are also mail accounts set up for

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information

Electronic Mail

Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

Configuring TACACS+ Information About TACACS+ Send document comments to CHAPTER

Configuring TACACS+ Information About TACACS+ Send document comments to CHAPTER 4 CHAPTER This chapter describes how to configure the Terminal Access Controller Access Control System Plus (TACACS+) protocol on NX-OS devices. This chapter includes the following sections: Information

More information

FUJITSU Software BS2000 SM2-TOOLS V9.0. Version 9.0A December Release Notice

FUJITSU Software BS2000 SM2-TOOLS V9.0. Version 9.0A December Release Notice FUJITSU Software BS2000 SM2-TOOLS V9.0 Version 9.0A December 2014 Release Notice All rights reserved, including intellectual property rights. Technical data subject to modifications and delivery subject

More information

PRIMERGY TX150 S5 Server

PRIMERGY TX150 S5 Server PRIMERGY PRIMERGY TX150 S5 Server Service Supplement Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 München e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001155 Fax: (++49) 700

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

APPLICATION LAYER APPLICATION LAYER : DNS, HTTP, , SMTP, Telnet, FTP, Security-PGP-SSH.

APPLICATION LAYER APPLICATION LAYER : DNS, HTTP,  , SMTP, Telnet, FTP, Security-PGP-SSH. APPLICATION LAYER : DNS, HTTP, E-mail, SMTP, Telnet, FTP, Security-PGP-SSH. To identify an entity, the Internet used the IP address, which uniquely identifies the connection of a host to the Internet.

More information

System board D2004 for RX100 S3

System board D2004 for RX100 S3 PRIMERGY System board D2004 for RX100 S3 Technical manual Däschlein Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-155 Fax: (++49) 700

More information

1 UNDERSTANDING MAIL SERVICES

1 UNDERSTANDING MAIL SERVICES 1 UNDERSTANDING MAIL SERVICES As system administrator, you may need to expand an existing mail service or set up a new one. To help you with these tasks, this chapter introduces what s new with Solaris

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

Fig (1) sending and receiving s

Fig (1) sending and receiving  s Electronic Mail Protocols (SMTP, POP, IMAP) It is important to (1) distinguish the user interface (i.e., your mail reader) from the underlying message transfer protocols (such as SMTP, POP or IMAP), and

More information

Additional laboratory

Additional laboratory Additional laboratory This is addicional laboratory session where you will get familiar with the working environment. Firstly, you will learn about the different servers present in the lab and how desktops

More information

Configuring TACACS+ About TACACS+

Configuring TACACS+ About TACACS+ This chapter describes how to configure the Terminal Access Controller Access Control System Plus (TACACS+) protocol on Cisco NX-OS devices. This chapter includes the following sections: About TACACS+,

More information

System board D2020 for Econel 200

System board D2020 for Econel 200 Produktfamilie System board D2020 for Econel 200 Technical manual Redakteur Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-??? Fax: (++49)

More information

Chapter 4. Internet Applications

Chapter 4. Internet Applications Chapter 4 Internet Application Protocols 1 Internet Applications! Domain Name System! Electronic mail! Remote login! File transfer! World Wide Web! All use client-server model 2 Names! Internet communication

More information

Message Networking 5.2 Administration print guide

Message Networking 5.2 Administration print guide Page 1 of 421 Administration print guide This print guide is a collection of system topics provided in an easy-to-print format for your convenience. Please note that the links shown in this document do

More information

How Internet Works

How Internet  Works How Internet Email Works Everything you never wanted to know about email but were afraid to ask... Dave O'Neill So, you use email...... but do you know how it works? If

More information

Management Software AT-S70. User s Guide. CONVERTEON Media Converter Products. Version Rev. B

Management Software AT-S70. User s Guide. CONVERTEON Media Converter Products. Version Rev. B Management Software AT-S70 User s Guide CONVERTEON Media Converter Products Version 1.1.0 613-50617-00 Rev. B Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this publication may be

More information

Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia

Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia Mail Server Setup using Sendmail on CentOS 5.8 Jeong Chul tland12.wordpress.com Computer Science ITC and RUPP in Cambodia Mail Server Setup using Sendmail on CentOS 5.8 Part 1 Step 1 Email Service Step

More information

Architecture. with sendmail and postfix. Karst Koymans. Informatics Institute University of Amsterdam. (version 1.7, 2010/10/01 11:41:11)

Architecture. with sendmail and postfix. Karst Koymans. Informatics Institute University of Amsterdam. (version 1.7, 2010/10/01 11:41:11) Email Architecture with sendmail and postfix Karst Koymans Informatics Institute University of Amsterdam (version 1.7, 2010/10/01 11:41:11) Tuesday, September 28, 2010 Karst Koymans (UvA) Email Architecture

More information

System Board D2785 for TX120 S2. Technical Manual

System Board D2785 for TX120 S2. Technical Manual System Board D2785 for TX120 S2 Technical Manual Edition April 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

PRIMERGY Econel 200 S2 Server

PRIMERGY Econel 200 S2 Server PRIMERGY PRIMERGY Econel 200 S2 Server Options Guide Susanne Däschlein Fujitsu Siemens Computers GmbH München 81730 Munich e-mail: email: manuals@fujitsu-siemens.com Tel.: (089) 61001-155 Fax: (++49) 700

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

System Board D2619 for RX/TX300 S5. Technical Manual

System Board D2619 for RX/TX300 S5. Technical Manual System Board D2619 for RX/TX300 S5 Technical Manual Edition April 2009 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

KYOCERA Net Admin User Guide

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

More information

FTP. FTP offers many facilities :

FTP. FTP offers many facilities : FTP Given a reliable end-to-end trasport protocol like TCP, File Transfer might seem trivial. But, the details authorization, representation among heterogeneous machines make the protocol complex. FTP

More information

Exim Practical. 1. Installing Exim

Exim Practical. 1. Installing Exim Exim Practical 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 to modify the Exim configuration to do

More information

Streamer LTO-3 half height 400GB/800GB SCSI Ultra320

Streamer LTO-3 half height 400GB/800GB SCSI Ultra320 Operating Manual English Streamer LTO-3 half height 400GB/800GB SCSI Ultra320 Are there...... any technical problems or other questions you need clarified? Please contact our Help Desk (see warranty card

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

1 Setting Up GroupWise to Work with

1 Setting Up GroupWise to Work with 1 Setting Up GroupWise to Work with POP3 Mailboxes Overview If you use domain mail forwarding, incoming Internet e-mail for your organization can be handled by a program called the POP Forwarding Agent

More information

CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols

CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols LOCAL CISCO ACADEMY ELSYS TU INSTRUCTOR: STELA STEFANOVA 1 Objectives Functions of the three upper OSI model layers, network services

More information

FlexFrame 4.0A10 Readme

FlexFrame 4.0A10 Readme FlexFrame 4.0A10 Readme Issue 2008-08-08 This README file describes extensions and modifications for FlexFrame for SAP version 4.0A10 in reference to the following available user guides for the FlexFrame

More information

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7

bbc Adobe Central Output Server Getting Started for Microsoft Windows Version 5.7 bbc Adobe Central Output Server Version 5.7 Getting Started for Microsoft Windows Getting Started for Microsoft Windows Edition 4.0, March 2009 2009 Adobe Systems Incorporated All rights reserved. As of

More information

System: Basic Functionality

System: Basic Functionality E-mail System: Basic Functionality E-mail systems support five basic functions: Composition: Creating messages Transfer: Moving messages from the originator to the recipient E-mail transfer is a connection-oriented

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

Architecture. with sendmail and postfix

Architecture. with sendmail and postfix Email Architecture with sendmail and postfix Organisation Say O is an example organisation A is an autonomous suborganisation M is a managed suborganisation a is an autonomous part of M m is a managed

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Configuring and Managing Embedded Event Manager Policies

Configuring and Managing Embedded Event Manager Policies Configuring and Managing Embedded Event Manager Policies The Cisco IOS XR Software Embedded Event Manager (EEM) functions as the central clearing house for the events detected by any portion of the Cisco

More information

System Board D2559 for TX150 S6. Technical Manual

System Board D2559 for TX150 S6. Technical Manual System Board D2559 for TX150 S6 Technical Manual Edition November 2007 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps

More information

SIOS Protection Suite for Linux v Postfix Recovery Kit Administration Guide

SIOS Protection Suite for Linux v Postfix Recovery Kit Administration Guide SIOS Protection Suite for Linux v8.3.1 Postfix Recovery Kit Administration Guide September 2014 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information