AGNITAS OpenEMM Install and Administration Guide for OpenEMM 6.x.y
|
|
|
- Bennett Gallagher
- 9 years ago
- Views:
Transcription
1 AGNITAS OpenEMM Install and Administration Guide for OpenEMM 6.x.y V Table of Contents 1 Introduction Requirements: Install Script Operating System Operating System: Updates Operating System: Package Installation Operating System: Create the 'openemm' User Installation: Sun Java JDK Enable OpenEMM access in the iptables firewall RedHat Linux Ubuntu SuSE Linux Installation of OpenEMM 6.x.y Read Access to Maillog Initialize/Update the OpenEMM and the OpenEMM CMS Database Configuration Start and Stop OpenEMM Out of memory Purge the database SMTP Server/MTA Enable or disable Sendmail Manipulate the Sendmail queue Uninstallation/Upgrade Automatic upgrade Manual upgrade Domain Name Service (DNS) Configuration Redirect services Bounce management Appendix A: Configuration of Sendmail RedHat Linux and Ubuntu: SuSE Linux Appendix B: DNS Entries, FQDN, Hostnames and Domains What is a DNS entry and what is its purpose? What is a Hostname, a Domain and a FQDN How do I get a Domain and a FQDN? Appendix C: OpenEMM as Redirection Server on Port RedHat Linux and Ubuntu SuSe Linux Changes to the database Introduction OpenEMM is feature-rich enterprise software for marketing, newsletters and service mails (transaction mails and event or time triggered mails) and mainly written in Java and Python. OpenEMM employs Java frameworks like Hibernate, Spring and Struts. Some performance-sensitive code is written in C. OpenEMM runs on top of a well proven Open Source software stack: Linux, Java, MySQL and web container Resin (included in OpenEMM). This document will guide you through some nessessary steps, which are needed to install and configure OpenEMM. It requires a basic knowledge of Linux system administration and (in case you need it) of Domain Name Services (DNS). The command-line examples are based on RedHat, Ubuntu and SuSE Linux. 1.1 Requirements: - Red Hat Enterprise Linux 4 or later, Fedora Core 5 or later, CentOS 4 or later, Ubuntu 10 or later, Suse Linux 10 or later or any other Linux distribution - Sun Java SE JDK 6 or later 1.2 Install Script If you work with a RedHat based Linux distribution and plan to use Sendmail as SMTP server, please download the OpenEMM installer script OpenEMM-Installer-v1.2.sh (or a later version) from SourceForge, copy it to your /tmp directory, - 1 / 12 -
2 change to the tmp directory with cd /tmp assign execution rights with chmod u+x OpenEMM-Installer-1.2.sh and launch the script with./ OpenEMM-Installer-1.2.sh In this case you do not have to read any further because the installer script will guide you through all necessary steps to set up OpenEMM with a default configuration. If you want to know more about all configuration options, please read on! 2 Operating System 2.1 Operating System: Updates If you use Ubuntu and want to install Java later, you need to add a new package source in file sources.list in directory /etc/apt first. Enter these two lines at the end: deb lucid partner deb-src lucid partner Update the operating system to its latest release. This will keep your system at the most stable state and harding it against various intrusion attempts. - RedHat Linux: yum update - Ubuntu: apt-get update; apt-get upgrade - SuSE Linux: yast->software->online Update 2.2 Operating System: Package Installation Install the required packages. Further depencies will be resolved automatically by the installation programm. - RedHat Linux: yum install mysql-server sendmail-cf MySQL-python libxml2 - Ubuntu: apt-get install sendmail mysql-server python-mysqldb - SuSE Linux: yast -i mysql python-mysql sendmail libxml2 If package python-mysql is not available in OpenSuse, it is probably not needed. If you do not want to use OpenEMM with Sendmail, you do not need to install package sendmail-cf and/or /sendmail. 2.3 Operating System: Create the 'openemm' User Create a special group and user for OpenEMM: groupadd openemm RedHat and Suse Linux: useradd -m -g openemm -d /home/openemm -c "OpenEMM 6.x.y" openemm Ubuntu: useradd -m -g openemm -G adm -d /home/openemm -s /bin/bash -c "OpenEMM 6.x.y" openemm (Note: In this document x and y are used as placeholders for the version number of the current release of OpenEMM.) The default directory /home/openemm will be used by the OpenEMM software. OpenEMM runs with the permission of that user. Only the mail sending component, which requires the root TCP port 25, will be run with super user permissions. OpenEMM's userspace concept adds more safety to your server and its services. 3 Installation: Sun Java JDK (run as openemm user) OpenEMM's web container requires the installation of Sun's Standard Edition Java Development Kit (SE JDK) 6 - not the GNU version of Java! If Sun's Java SE SDK 6 is not included in your distribution and has not been installed yet, you have to install it by yourself: If you use Ubuntu, installation of Sun's Java is a snap. Just enter apt-get install sun-java6-jdk and follow the instructions of the installation process. If you use RedHat or Suse Linux, point your browser to java.sun.com and visit the download section, subsection Java SE (Standard Edition). Download the binary (*.bin) of the latest Java SE JDK 6 (Java Development Kit). - Copy the file to your /tmp directory: cp jdk-6u16-linux-i586.bin /tmp - Change to the /tmp directory: cd /tmp - Grant the file execution permission: chmod u+x jdk-6u16-linux-i586.bin - Execute the file:./jdk-6u16-linux-i586.bin - Follow the onscreen instructions and confirm the license agreement - 2 / 12 -
3 - Create a directory: mkdir -p /opt/openemm.org/software - Move the JDK-directory in there: mv jdk1.6.0_16 /opt/openemm.org/software - Change to that directory: cd /opt/openemm.org/software - Create a symbolic link for the JDK: ln -s jdk1.6.0_16 java - Test the JDK: /opt/openemm.org/software/java/bin/java -version You should get an output like this: java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) NOTE: If you want to use an installed JDK, simple edit /home/openemm/.bash_profile after the installation of the OpenEMM tarball and adjust the PATH and the JAVA_HOME variable. Note: Only Java 6 is supported by OpenEMM 6.x.y since SUN does no longer support Java 5 with free bug fixes and security fixes. 4 Enable OpenEMM access in the iptables firewall 4.1 RedHat Linux Edit the file /etc/sysconfig/iptables to open ports 25 (SMTP), 8080 (OpenEMM console and redirection) and 8044 (OpenEMM update service). Add the following lines in the section -A RH-Firewall-1-INPUT: -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport j ACCEPT If you plan to use the internal SMTP server of OpenEMM instead of Sendmail (see chapter 5) you have to add this line to open port 8025 (OpenEMM SMTP server): -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport j ACCEPT Additionally, you have to enable a prerouting forwarding rule from port 25 to This is done by adding the following code after the comments at the top in file /etc/sysconfig/iptables: *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth+ -p tcp --dport 25 -j REDIRECT --to-port 8025 COMMIT Commiting all these changes requires a restart of iptables, which is done by /etc/init.d/iptables restart 4.2 Ubuntu The Ubuntu Firewall is not enabled by default, because no external reachable services are running. You can check the status of the firewall with sudo ufw status Enable the firewall with sudo ufw enable and open port 25 (SMTP), 8080 (OpenEMM console & redirection) and 8044 (OpenEMM update service): sudo ufw allow 25/tcp sudo ufw allow 8080/tcp sudo ufw allow 8044/tcp Verifiy your settings with sudo ufw status If you plan to use the internal SMTP server of OpenEMM instead of Sendmail (see chapter 5) you have to open port 8025 (OpenEMM SMTP server) as well: sudo ufw allow 8025/tcp Additionally, you have to enable a prerouting forwarding rule from port 25 to This is done by adding the following code after the comments at the top in file user.rules in directory /lib/ufw: *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth+ -p tcp --dport 25 -j REDIRECT --to-port / 12 -
4 COMMIT Commiting all these changes requires a restart of the Ubuntu firewall, which is done by service ufw restart 4.3 SuSE Linux Use Yast to open ports 25 (SMTP), 8080 (OpenEMM) and 8044 (update): yast -> Security and Users -> Firewall -> Allowed Services Select Mail Server. After that add permission for port 8080, 8025 and 8044: -> Advance -> Settings for Zone: External Zone -> TCP Ports: You can omit port 8025 if you plan to use Sendmail (see chapter 5). If you want to use the internal SMTP server of OpenEMM you have to enable a prerouting forwarding rule from port 25 to 8025 by setting parameter FW_REDIRECT in file /etc/sysconfig/susefirewall2 to "0/0,0/0,tcp,25,8025" Commiting this change is done by /etc/init.d/susefirewall2_setup restart 5 Installation of OpenEMM 6.x.y Get the latest version of the OpenEMM binary code from Copy the tarball to a temporary location - /tmp is a good choice. Change to that directory and run the following commands (and do not forget option "p" for the tar command, because some files need to have owner and group root or special permissions which are preset in the tarball!): cd /home/openemm tar xzvpf /tmp/openemm-6.x.y.bin.tar.gz mkdir -p /usr/share/doc/openemm-6.x.y mv USR_SHARE/* /usr/share/doc/openemm-6.x.y The installation process fills directory /home/openemm of the user openemm and also creates a documentation directory including this document and various others at /usr/share/doc/openemm-6.x.y. If you decide to install OpenEMM in a other directory than /home/openemm please change the paths in file emm.properties in directory /home/openemm/webapps/core/web-inf/classes accordingly. 5.1 Read Access to Maillog OpenEMM requires read access to log file /var/log/maillog. For RedHat Linux open file /etc/logrotate.d/syslog and add the following line after the line sharedscripts: create 0604 Also run chmod 604 /var/log/maillog to set the permissions of the current maillog. For Ubuntu nothing has to be done because openemm was added to group adm and, therefore, can access the mailog anyway. For SuSE Linux open file /etc/syslog-ng/syslog-ng.conf.in and change the line options { long_hostnames(off); sync(0); perm(0640); stats(3600); }; to options { long_hostnames(off); sync(0); perm(0644); stats(3600); }; Also change the line destination mail { file("/var/log/mail"); }; to destination mail { file("/var/log/maillog"); }; Finally, activate the changes with /sbin/suseconfig 5.2 Initialize/Update the OpenEMM and the OpenEMM CMS Database Make sure that MySQL is running. - 4 / 12 -
5 - RedHat Linux: /etc/init.d/mysqld restart - Ubuntu: service mysql restart - SuSE Linux: /etc/init.d/mysql restart Since OpenEMM 6.x.y works with a CMS database which did not exist before version 6.0, you have to setup this database and load its layout if you update OpenEMM from a version before 6.0: cd /usr/share/doc/openemm-6.x.y mysqladmin -u root -p create openemm_cms (omit option p in case your MySQL system is not password protected) mysql -u root -p openemm_cms < openemm_cms.sql If you would like to use not an empty CMS database but a demo CMS database with samples, please do not load file openemm_cms.sql as noted in the command line before, but use file openemm_demo-cms.sql instead. This file contains a CM template, 10 content module types and 12 content modules as samples to work with. Now you have three options: A.) In case you want to setup the OpenEMM database from scratch, use the following commands: cd /usr/share/doc/openemm-6.x.y mysqladmin -u root -p create openemm (omit option p in case your MySQL system is not password protected) If you plan to use the redirect features of OpenEMM, open file openemm-6.x.y.sql with a text editor like edit or vim, and find and replace the string with a valid redirection URL. In our example it is If you plan to use the bounce management for delayed bounces, replace the empty mailloop string '' directly after the redirection URL you just entered in the step before, with the sender hostname (see section 8.2). In our example it is news.openemm.org The sender hostname will be used as domain name for the forward addresses generated by the bounce filter. Finally, load the OpenEMM database layout by mysql -u root -p openemm < openemm.sql B.) In case your old OpenEMM databases are somehow lost but you made backup files openemm.db and openemm_cms.db from a former installation (see chapter 7), import the databases with mysql u root p openemm < /home/openemm/openemm.sql mysql u root p openemm_cms < /home/openemm/openemm_cms.sql But you may have to update the database schemas. Therefore, please read the next paragraph too. C.) If you used OpenEMM before and an OpenEMM database already exists, you might have to update your database schema to add new tables and/or columns. Change to directory /usr/share/doc/openemm-6.x.y and look for files with names like update_openemm-5.n.m-6.x.y.sql. To update your database to the latest version you have to apply some or all of these files (depending on the OpenEMM version you used before) in the right sequence to your database. This is done by the (generic) command: mysql -u root -p openemm < update_openemm-5.n.m-6.x.y.sql To give you an example: If you want to update from OpenEMM 5.5 to 6.0 you have to run the following two commands in exactly that sequence: mysql -u root -p openemm < update_openemm sql mysql -u root -p openemm < update_openemm sql If you did not install a release candidate (RC) of OpenEMM, you can omit all update files concerning release candidate versions (like update_openemm rc1.sql or update_openemm-5.4.0rc rc2.sql). 5.3 Configuration Properties system.url and ecs.server.url in file emm.properties in directory /home/openemm/webapps/core/web- INF/classes must be set to the URL of your OpenEMM installation, which is usually identical with your redirection URL like Property cms.ccr.url in file cms.properties in the same directory should be set to the identical URL unless the content manager module (central content repository) runs on a different server - which is possible due to its webservices interface. If you want to work with more than 200,000 addresses in your database, please change the value of the corresponding property in file emm.properties: recipient.maxrows= / 12 -
6 However, the bigger your database, the more the performance of your OpenEMM installation could degrade! If you want to use the import wizard to import more than 60,000 recipients in one chunk (which could take some time), please adjust the following property in the same file accordingly: import.maxrows=60000 If you work with a big database you can speed up database performance with an index on table onepixel_log_tbl for the combination of company_id, customer_id and mailing_id: CREATE INDEX onpx$coid_cuid_mid$idx ON onepixel_log_tbl (company_id, customer_id, mailing_id); In this case we also recommend an index on table rdir_log_tbl for the combination of mailing_id, url_id and customer_id: CREATE INDEX rlog$mlid_urlid_cuid$idx ON rdir_log_tbl (mailing_id, url_id, customer_id); Due to a bug in OpenEMM < 6.0 some temporary tables were not always deleted. You can identify those tables by the prefix "tmp_crt_" and safely drop them from your database. To increase security, OpenEMM now blocks logins when the same IP address generates a certain number of failed logins. The default value for the max. number of failed logins is 3 and the default value for the lock out time is 300 seconds. You can change both values in the database in table company_tbl, field max_login_fails and login_block_time. If you use the CMS module of OpenEMM to build mailings and want to change the default text for text mails, please change the content of field text in table cm_text_version_tbl of database openemm_cms accordingly. At least you should change the domain name of the links from localhos to your redirect domain name. 5.4 Start and Stop OpenEMM Change to user openemm with su openemm Do not forget the hyphen in the first line! To start the OpenEMM environment, change to the home directory of OpenEMM and launch the start script with cd OpenEMM.sh start and to stop OpenEMM cd OpenEMM.sh stop Point your webbrowser to (insert your own Console URL here) and log into OpenEMM as Username: admin Password: openemm OpenEMM detects the language setting of your webbrowser and shows the appropiate login page. Obviously, your first step should be to change the password and user name in the settings menu to a new name and a better password. By default, the menus of OpenEMM are shown in English. To change to your local language, click on menu Settings and choose submenu User. Select user admin (or the new name you have choosen) and change the language field from English to your language. Retype your password twice (password and confirm field) and press the Save button. You have to log out and in again to activate the change of the user language. 5.5 Out of memory If you work with big lists and experience an error message like "Java.lang.OutOfMemoryError: Java heap space", you have to allocate more memory to the Java Virtual machine (JVM). You can increase the minimum and maximum memory in file core.sh in directory /home/openemm/bin by changing the parameter -J-Xms128m for minimum and -J- Xmx512m for maximum memory. If you have allocated all memory available and the error remains, you should increase your server RAM to at least 2 GByte (better: 4 GByte) and modify the parameter accordingly. 5.6 Purge the database The bounce management of OpenEMM stores all bounce information in the database. After one or two years of operation the bounce information can account for 80 or even 90% of the size of your database. But it is not necessary to store bounce information forever. You can set a limit of how many days bounce information should be stored with the parameter bounce.maxremain. We recommend the following setting (90 days): bounces.maxremain.days=90 You can also set a limit of how many days subscribers, who did not confirm their double opt-in mail should be stored in the database. (If you do not delete them, they can not start to subscribe again.) We recommend the following setting (30 days): pending.maxremain.days=30-6 / 12 -
7 Because the removal of information can strain your database, you have to set date and time of the removal with the parameter cleandb.cronexpression. The format of the parameter comes in a cron-like fashion (second minute hour day_of_month month day_of_week). We recommend the following setting (every day at 3:00 in the morning): cleandb.cronexpression=0 0 3 * *? Since brute force attacks from evil hackers to log into OpenEMM could flood the login track table, you can define for how many days records should be stored, the block size for every erase instruction (to prevent the database from stalling) and the purge time. We recommend the following settings (one week, 1,000 data records at a time, 4:00 in the morning: logintrackcleaner.retentiontime=7 logintrackcleaner.deleteblocksize=1000 logintrackcleaner.cronexpression=0 0 4 * *? All parameters are set in the text file emm.properties in directory /home/openemm/webapps/core/web-inf/classes. 6 SMTP Server/MTA OpenEMM relies on a SMTP server to send out mails and to accept bounces and replies. OpenEMM uses Sendmail for that task by default, because Sendmail is a proven, secure, and fast MTA. However, if you do not want to (or can not) use Sendmail, you can disable its use after installation of OpenEMM. In this case OpenEMM uses an internal SMTP server (like the Windows version of OpenEMM). If you use the internal SMTP server of OpenEMM, please make sure that no other MTA (like Postfix, qmail or Exim) is active on your machine! If you use Sendmail, you do not have to open port 8025 (see chapter 4), but you might have to change some Sendmail configuration files to adapt Sendmail for OpenEMM before installing OpenEMM. Please see appendix A for further details. 6.1 Enable or disable Sendmail The use of Sendmail is enabled by default. Depending on your choice whether to use Sendmail or not, you enable Sendmail with /home/openemm/bin/sendmail-enable.sh and you disable it with /home/openemm/bin/sendmail-disable.sh This has to be done as user openemm before starting OpenEMM or after stopping OpenEMM (see section 5.4). If you plan to use Sendmail you do not have to start (or stop) it, since this is already done by the start script of OpenEMM. When not using Sendmail you can define a smart mailer via file /home/openemm/conf/smart-relay with the syntax <username>:<password>@<smart-relay-domainname> The use of a smart-relay may be helpful for dial-up users to send out mails via their ISP. The name of the smart-relay is provided by your ISP. 6.2 Manipulate the Sendmail queue Sendmail keeps a mail for 5 days in its mail queue by default until it gives up trying to deliver this mail. To free the Sendmail mail queue you could re-configure Sendmail to keep mails for a shorter period of time before dropping them. This can be done by amending line $sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/QUEUE -OpidFile=$run/sendmail-openemmqueue.pid in file mailer.sh in directory /home/openemm/bin with option -Otimeout.queuereturn=<timespec> Replace <timespec> with the time Sendmail should keep mails in its queue. While the default value is 5d (5 days) you could try out 1d for example or even go for sub-day values like 240m for 6 hours or 60m for one hour. To achieve a high delivery rate OpenEMM processes the Sendmail mail queue in 1 minute cycles, but this also clogs the maillog file. You could change cycle time to 15 minutes. Therefore, you have to change parameter -q1m in the line above with -q15m. 7 Uninstallation/Upgrade 7.1 Automatic upgrade If you use OpenEMM RC1 or later you can use the online update feature in the settings menu of the user interface to upgrade OpenEMM with a single click. If the selected download server causes a problem and the download of the new release hangs, you must kill the upgrade process at the command line. First, find the PID of the process with ps -u openemm -fww grep upgrade - 7 / 12 -
8 This statement should deliver a list with at least one process initiated by python /home/openemm/bin/scripts/upgrade.py. Kill this process softly with kill <pid> (Please replace <pid> in this example with the PID of the upgrade process.) If the process is still alive afterwards, you have to hard kill it with kill -9 <pid> After that you can restart OpenEMM, log in and try to start the upgrade again. If you want to go back to the former version of OpenEMM change directory with cd /home and check for a directory named openemm-x.y (with x.y being the release number). Delete the current directory openemm with rm -rf openemm and rename the old directory back to openemm with mv openemm-x.y openemm When you start OpenEMM now, version x.y of OpenEMM is started. While changes to the database are not rolled back with this approach this should not cause any problems because the database changes are only important for new features (which are missing in the former version). 7.2 Manual upgrade If you use an OpenEMM version before RC1 and want to upgrade it to a new version of OpenEMM or if you do not want the online update feature of OpenEMM you have to uninstall the current version first. This is done by a few simple steps: Change to user openemm: su openemm Stop OpenEMM: OpenEMM.sh stop Exit openemm user and change back to root: exit Uninstall OpenEMM files: rm -f README.txt rm -rf bin conf lib libexec log var webapps webservices rm rf /usr/share/doc/openemm-6.x.y For security reasons make a backup of the OpenEMM database and OpenEMM CMS database (omit option p in case your MySQL system is not password protected): mysqldump -acceqx --hex-blob u root -p -r /home/openemm.sql openemm mysqldump -acceqx --hex-blob u root -p -r /home/openemm_cms.sql openemm_cms Or, if you want to start with your next installation from scratch, simply delete both databases: mysqladmin -u root -p drop openemm mysqladmin -u root -p drop openemm_cms If you want to install a new version of OpenEMM, continue with chapter 6 and omit section 6.1. Otherwise delete home directory of OpenEMM rm -rf /home/openemm and delete user openemm userdel openemm 8 Domain Name Service (DNS) Configuration If you need background information on terms like FQDN, hostnames, domains and DNS entries, please see appendix B. 8.1 Redirect services Basically, OpenEMM runs out of the box. It just requires a simple FQDN, which has to be mapped via a DNS entry to an available (fix) IP address provided by your ISP. You can use that FQDN for the redirection services, provided by OpenEMM. Example: Your machines hostname is host and your domain is openemm.org. In that case simply add that FQDN, as described in section 6.4 A before. It would look like since the redirection services of OpenEMM usually uses port If you use port 8080, do not forget to include it in external links pointing to OpenEMM (like subscribe links in forms on your website). Hint: You can map that port to another port - see appendix C for further details. - 8 / 12 -
9 8.2 Bounce management The bounce management provides you with the capability to keep your mailinglists clean and up-to-date automatically. A bounce message is an error message, which will be send from a mailserver on the recipient's sider to the sender, if an e- mail is not deliverable. The bounce management administrates s which are temporarily or enduringly undeliverable. It also filters the error messages and autoresponder mails. If you want OpenEMM to process bounces received during the send process (instant bounces) no further configuration is required, because bounce management for instant bounces works out of the box. However, if you want OpenEMM also to process bounces (and autoresponder mails) which are received hours or even days later (delayed bounces) you have to do some setup. This is recommended if you send mailings to large lists because the number of delayed bounces and autoresponder mails will be significant and the automated bounce management by OpenEMM will save you a lot of work. If you want to use the bounce management for delayed bounces you need to define a dedicated sender hostname for OpenEMM which is different from the existing host name of your server (see file hosts in directory /etc) and you have to set up an A record and a MX (Mail Exchanger) record in your Domain Name Server (DNS) for the sender hostname. The MX record is used to route mail for a domain to one or more IP addresses. OpenEMM needs the new (virtual) host as a destination, to forward all incoming response to, for further processing by OpenEMM. In our example the regular hostname is host and the sender hostname for OpenEMM will be news. The (abbreviated) DNS entry looks like this: ---Domain: openemm.org IN A host IN A news IN A news.openemm.org IN MX 10 host.openemm.org. ---Domain: openemm.org--- The first line assigns the IP address for openemm.org and the second line defines the regular hostname. The third and fourth line define the A record and MX record for sender hostname news, meaning that host host accepts s sent to host news. Validate your correct setup by using a tool like host or dig, for example host a openemm.org host a host.openemm.org host a news.openemm.org When you send s and want to take advantage of the bounce management for delayed bounces there are two possibilities for the format of the sender address: A.) Use whatever address you like. Set up a bounce filter in OpenEMM (see user manual) to foward the filtered response to a feedback address of your choice (different from the sender address, of course). Implement a forward mechanism to forward incoming mail sent back to the sender address to the forward address generated by the bounce filter (in our example [email protected]). The flow for responses of your s works like this: sender address -> filter-generated forward address (to filter out bounces) -> feedback address B.) Use an address with the sender hostname (in our example [email protected]) Since no real addresses exist for the sender hostname, normally it would not be possible to reply to an with this sender address. To forward responses to a valid address you have to define a bounce filter with an feedback address of your choice. The forward address generated by the bounce filter (in our example [email protected]) has to be defined as an alias in directory /home/openemm/conf/bav in a new file named bav.conf-local. Our example: ---File: /home/openemm/conf/bav/bav.conf-local---- [email protected] alias:[email protected] ---File: /home/openemm/conf/bav/bav.conf-local ---- The flow for responses of your s works like this: sender address -> bav.conf-local -> filter-generated forward address -> feedback address If you create the file bav.conf-local please do not forget to re-create it after an update of OpenEMM otherwise it would be missing! - 9 / 12 -
10 9 Appendix A: Configuration of Sendmail If you want to use the bounce management of OpenEMM not only for instant bounces, but also for delayed bounces, some Sendmail configuration is required: When entering the following lines please make sure that each time the initial apostrophe is a back tick (`), otherwise the M4 preprocessor will fail to interpret the input correctly! 9.1 RedHat Linux and Ubuntu: Open file sendmail.mc in directory /etc/mail and change the line - RedHat: DAEMON_OPTIONS(`Port=smtp,Addr= , Name=MTA')dnl - Ubuntu: DAEMON_OPTIONS(`Family=inet, Name=MTA-v4, Port=smtp, Addr= ')dnl to - RedHat: dnl DAEMON_OPTIONS(`Port=smtp,Addr= , Name=MTA')dnl - Ubuntu: dnl DAEMON_OPTIONS(`Family=inet, Name=MTA-v4, Port=smtp, Addr= ')dnl This will enable Sendmail to listen on all available network interfaces. By default Sendmail is listing only on the local interface lo0 for connections. Add the following line at the end of the file: INPUT_MAIL_FILTER(`bav', `S=unix:/home/openemm/var/run/bav.sock, F=T')dnl This will enable the dynamic mail loop required by the bounce management to process delayed bounces. For Ubuntu enter the following line in file sendmail.mc after the line starting with FEATURE(`no_default_msa FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl to activate the mailertable feature and create the required database mailertable.db. If file relay-domains does not exist in directory /etc/mail, create the file - for example by touch relay-domains and add a line at the end of the file which specifies your DNS entry for the sender hostname (FQDN). In our example it is simply: news.openemm.org Open file mailertable in the same directory or create it if it does not exist with touch mailertable and add a line at the end which activates the bounce management for that FQDN: news.openemm.org procmail:/home/openemm/conf/bav/bav.rc To activate all changes to the Sendmail configuration, run the following commands: cd /etc/mail make /etc/init.d/sendmail reload You may ignore the warning that /home/openemm/var/run/bav.sock is missing, since this file will be provided during installation of OpenEMM 9.2 SuSE Linux WARNING: Editing the files mentioned below breaks the YaST configuration capabilities for Sendmail. However, you can later re-activate YaST via MAIL_CREATE_CONFIG="yes" in file /etc/sysconfig/mail and YaST will not overwrite your Sendmail configuration but save the new file as sendmail.cf.<name> so that you can compare the settings (with diff). If the changes are too many to copy them manually into the existing sendmail.cf, rename the new file to sendmail.cf, run /sbin/suseconfig and repeat the steps in this section. Open file /etc/sysconfig/mail and change the line: MAIL_CREATE_CONFIG="yes" to MAIL_CREATE_CONFIG="no" This line excludes Yast from Sendmail configuration and allows you to change the configuration manually by yourself. Open file /etc/mail/linux.mc and change line dnl undefine(`confhost_status_directory')dnl to - 10 / 12 -
11 undefine(`confhost_status_directory')dnl Add the following line at the end of the file: INPUT_MAIL_FILTER(`bav',`S=unix:/home/openemm/var/run/bav.sock,F=T')dnl If file /etc/mail/relay-domains does not exist, create the file - for example by touch relay-domains and add a line at the end of the file which specifies your DNS entry for the sender hostname (FQDN). In our example it is simply: news.openemm.org Open file /etc/mail/mailertable and add a line at the end which activates the bounce management for that FQDN: news.openemm.org procmail:/home/openemm/conf/bav/bav.rc To activate all changes to the Sendmail configuration, run the following commands: cd /etc/mail m4 linux.mc > /etc/sendmail.cf m4 linux.submit.mc > submit.mc make /etc/init.d/sendmail reload You may ignore the warning that /home/openemm/var/run/bav.sock is missing, since this file will be provided during installation of OpenEMM. IMPORTANT: If you use AppArmor with SuSE, it requires the following entries for the file /etc/apparmor.d/usr.sbin.sendmail: /home/openemm/var/spool/admin rwl, /home/openemm/var/spool/admin/* rwl, /home/openemm/var/spool/queue rwl, /home/openemm/var/spool/queue/* rwl, Otherwise, Sendmail will not be able to communicate with OpenEMM. Finally, restart the AppArmor Service with /etc/init.d/boot.apparmor reload 10 Appendix B: DNS Entries, FQDN, Hostnames and Domains 10.1 What is a DNS entry and what is its purpose? A DNS entry maps the IP address of a server to a human readable address. Example: In place of the IP address , which points to the OpenEMM webserver, you can use the DNS address which is much more convenient What is a Hostname, a Domain and a FQDN A Fully Qualified Domain Name (FQDN) links to an IP address of a server. The Internet address may be composed of letters and numbers and by using this option nobody has to remember the difficult number sequence (IP). A FQDN is divided in three levels: - The affix of the domain is the Top Level Domain (TLD). Example: com, org or net - The domain name will be inserted in front of the TLD. Example: openemm or agnitas - The FQDN starts with the hostname. For webpages mostly www Example: The FQDN is composed of - www = hostname - yourcompany = domain name - com = TLD As you can see, the FQDN consists of the hostname, the domain name and the top level domain separated by dots. The combination of domain name and TLD is commonly referred as domain. The FQDN can be expanded by a subdomain (like miami). The subdomain will be inserted between the hostname and the domain. Example: How do I get a Domain and a FQDN? There a lot of ISPs where you may host a domain. You will only host the combination of the TLD and the domain name. Example: yourcompany.com. You may link a domain name to different targets by using different hostnames. The domain - 11 / 12 -
12 name will be registered with a Domain Name Server (DNS). This server forwards all requests to the particular IP address. After your domain name has been registered, you may set up the FQDN in the ISPs web interface. The ISP allows you to define several hostnames to create different FQDNs, which will forward to different servers (or different ports of the same server). You may set up different addresses like - web server: - mail server: mail.yourcompany.com - FTP server: ftp.yourcompany.com 11 Appendix C: OpenEMM as Redirection Server on Port 80 You can use your server as a redirect server to quantify mail opening rates and link clicks. This is helpful to determine the success of an marketing campaign. By default, OpenEMM enables that service at port If you want to use a URL without an explicit declaration of a port, this section shows you a way. To use your system as a redirection server on HTTP default port 80, first make sure that there are no conflicting services running on TCP port 80, like an Apache Httpd server. On RedHat Linux the check is done by running netstat -ant grep ':::80' If you see active services, you have to stop them. Example: To stop an active Apache Httpd server run /etc/init.d/httpd stop Also make sure that these services do not start automatically after system reboot (for example by using chkconfig) RedHat Linux and Ubuntu Enable a Prerouting Forwarding Rule from port 80 to 8080 by adding the following code after the comments at the top in file /etc/sysconfig/iptables: *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth+ -p tcp --dport 80 -j REDIRECT --to-port 8080 COMMIT Commiting the changes requires a restart of the firewall, which is done by - RedHat: /etc/init.d/iptables restart - Ubuntu: service ufw restart 11.2 SuSe Linux Enable the prerouting forwarding rule from port 80 to 8080 by setting parameter FW_REDIRECT in file /etc/sysconfig/susefirewall2 to "0/0,0/0,tcp,80,8080" Commiting this change is done by /etc/init.d/susefirewall2_setup restart 11.3 Changes to the database When you have implemented a port forwarding like described above the "old" port 8080 still works, of course. Therefore, you do not have to modify the URLs in existing mailings. However you should change the field rdir_domain in table company_tbl by removing the substring ":8080" at the end of the domain name like update company_tbl set rdir_domain = ' / 12 -
E-Mail Marketing with OpenEMM. Installation, Configuration and Operation
E-Mail Marketing with OpenEMM Installation, Configuration and Operation AGENDA E-Mail Marketing with OpenEMM Introduction to OpenEMM Demonstration of OpenEMM OpenEMM Installation + Configuration Bounce
Installation documentation for Ulteo Open Virtual Desktop
Installation documentation for Ulteo Open Virtual Desktop Copyright 2008 Ulteo SAS - 1 PREREQUISITES CONTENTS Contents 1 Prerequisites 1 1.1 Installation of MySQL.......................................
42goISP Documentation
42goISP Documentation 42goISP Documentation I Table of Contents General...1 1 What is 42goISP?...1 2 Terms and structure of the manual...1 3 Installation/Upgrade/Deinstallation...1 3.1 Installation...1
F-Secure Internet Gatekeeper
F-Secure Internet Gatekeeper TOC F-Secure Internet Gatekeeper Contents Chapter 1: Welcome to F-Secure Internet Gatekeeper...5 1.1 Features...6 Chapter 2: Deployment...8 2.1 System requirements...9 2.2
Installation & Upgrade Guide
Installation & Upgrade Guide Document Release: September 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2011-2012 SnapLogic, Inc. All
Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!
Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house
ISPConfig Documentation
ISPConfig Documentation ISPConfig Documentation I Table of Contents General...1 1 What is ISPConfig?...1 2 Terms and structure of the manual...1 3 Installation/Upgrade/Deinstallation...1 3.1 Installation...1
Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012
Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system
Ulteo Open Virtual Desktop Installation
Ulteo Open Virtual Desktop Installation Copyright 2008 Ulteo SAS - CONTENTS CONTENTS Contents 1 Prerequisites 2 1.1 Installation of MySQL....................................... 2 2 Session Manager (sm.ulteo.com)
User Manual of the Pre-built Ubuntu 9 Virutal Machine
SEED Document 1 User Manual of the Pre-built Ubuntu 9 Virutal Machine Copyright c 2006-2011 Wenliang Du, Syracuse University. The development of this document is funded by the National Science Foundation
Railo Installation on CentOS Linux 6 Best Practices
Railo Installation on CentOS Linux 6 Best Practices Purpose: This document is intended for system administrators who want to deploy their Mura CMS, Railo, Tomcat, and JRE stack in a secure but easy to
Server Installation/Upgrade Guide
Server Installation/Upgrade Guide System Version 3.8 2001-2009 Echo 360, Inc. Echo360 is a trademark of Echo360, Inc. Echo360 is a registered trademark of Echo360 Inc. in Australia. All other trademarks
insync Installation Guide
insync Installation Guide 5.2 Private Cloud Druva Software June 21, 13 Copyright 2007-2013 Druva Inc. All Rights Reserved. Table of Contents Deploying insync Private Cloud... 4 Installing insync Private
Parallels Plesk Automation
Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys
Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6
201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786
Partek Flow Installation Guide
Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access
Rancid Server Build and Operation Overview (v0.3) (This is being done from memory so expect some errors)
Rancid Server Build and Operation Overview (v0.3) (This is being from memory so expect some errors) Installation The installation will cover the setup and configuration of a RANCID server using CentOS
GroundWork Monitor Open Source 5.1.0 Installation Guide
GroundWork Monitor Open Source 5.1 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version
ULTEO OPEN VIRTUAL DESKTOP V4.0
ULTEO OPEN VIRTUAL DESKTOP V4.0 MIGRATION GUIDE 28 February 2014 Contents Section 1 Introduction... 4 Section 2 Overview... 5 Section 3 Preparation... 6 3.1 Enter Maintenance Mode... 6 3.2 Backup The OVD
OpenGeo Suite for Linux Release 3.0
OpenGeo Suite for Linux Release 3.0 OpenGeo October 02, 2012 Contents 1 Installing OpenGeo Suite on Ubuntu i 1.1 Installing OpenGeo Suite Enterprise Edition............................... ii 1.2 Upgrading.................................................
Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide
Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide July 2010 1 Specifications are subject to change without notice. The Cloud.com logo, Cloud.com, Hypervisor Attached Storage, HAS, Hypervisor
Parallels Plesk Panel 11 for your Linux server
Getting Started Guide Parallels Plesk Panel 11 for your Linux server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Linux Server Version 1.1 (11.1.2012) Copyright 2012. All
Monitoring Clearswift Gateways with SCOM
Technical Guide Version 01 28/11/2014 Documentation Information File Name Document Author Document Filename Monitoring the gateways with _v1.docx Iván Blesa Monitoring the gateways with _v1.docx Issue
Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4
Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 by SK Cacti is an open source, front-end for the data logging tool called RRDtool. It is a web based network monitoring
Verax Service Desk Installation Guide for UNIX and Windows
Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: [email protected] Internet: http://www.veraxsystems.com/
Ensim WEBppliance 3.1 for Linux (LH) Release Notes
Ensim WEBppliance 3.1 for Linux (LH) Release Notes June 04, 2002 These release notes cover the following topics of Ensim WEBppliance 3.1 for Linux (LH). About WEBppliance 3.1 for Linux (LH) New features
Avira Update Manager User Manual
Avira Update Manager User Manual Table of contents Table of contents 1. Product information........................................... 4 1.1 Functionality................................................................
http://cnmonitor.sourceforge.net CN=Monitor Installation and Configuration v2.0
1 Installation and Configuration v2.0 2 Installation...3 Prerequisites...3 RPM Installation...3 Manual *nix Installation...4 Setup monitoring...5 Upgrade...6 Backup configuration files...6 Disable Monitoring
Getting Started With Your Virtual Dedicated Server. Getting Started Guide
Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using Plesk 8.0. Getting Started with Your Virtual Dedicated
Getting Started With Your Virtual Dedicated Server. Getting Started Guide
Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using cpanel. Getting Started with Your Virtual Dedicated
Simple. Control Panel. for your Linux Server. Getting Started Guide. Simple Control Panel // Linux Server
Getting Started Guide Simple Control Panel for your Linux Server Getting Started Guide Page 1 Getting Started Guide: Simple Control Panel, Linux Server Version 2.1 (02.01.10) Copyright 2010. All rights
INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6
INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 Mathieu SCHIRES Version: 0.96.1 Published January 19, 2015 http://www.inuvika.com Contents 1 Prerequisites: RHEL 6 3 1.1 System Requirements...................................
Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L
Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L Introduction: This guide is written to help any person with little knowledge in AIX V5.3L to prepare the P Server
Getting Started Guide. Getting Started With Your Dedicated Server. Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0.
Getting Started Guide Getting Started With Your Dedicated Server Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0. Getting Started with Your Dedicated Server Plesk 8.0 Version
OnCommand Performance Manager 1.1
OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501
How to Install SMTPSwith Mailer on Centos Server/VPS
How to Install SMTPSwith Mailer on Centos Server/VPS SMTPSwitch Mailer User Guide V4.0 SMTPSwitch Mailer is a web based email marketing software that runs on a web server or online server. An online server
Recommended File System Ownership and Privileges
FOR MAGENTO COMMUNITY EDITION Whenever a patch is released to fix an issue in the code, a notice is sent directly to your Admin Inbox. If the update is security related, the incoming message is colorcoded
IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL
IUCLID 5 Guidance and support Installation Guide Distributed Version Linux - Apache Tomcat - PostgreSQL June 2009 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the
Online Backup Client User Manual Linux
Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based
ZCP trunk (build 51762) Z-Admin Manual. The Z-Admin Manual
ZCP trunk (build 51762) Z-Admin Manual The Z-Admin Manual Z-Admin Manual ZCP trunk (build 51762) Z-Admin Manual The Z-Admin Manual Edition 7.0 Copyright 2015 Zarafa BV. The text of and illustrations in
INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR)
INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) Mathieu SCHIRES Version: 0.9.1 Published December 24, 2014 http://www.inuvika.com Contents 1 Prerequisites: Ubuntu 14.04 (Trusty Tahr) 3
Customer Control Panel Manual
Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...
How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit)
How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) Introduction Prerequisites This tutorial will show you step-by-step on how to install Multicraft 1.8.2 on a new VPS or dedicated
Cloud Homework instructions for AWS default instance (Red Hat based)
Cloud Homework instructions for AWS default instance (Red Hat based) Automatic updates: Setting up automatic updates: by Manuel Corona $ sudo nano /etc/yum/yum-updatesd.conf Look for the line that says
ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT
ULTEO OPEN VIRTUAL DESKTOP V4.0.2 UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT Contents 1 Prerequisites: Ubuntu 12.04 (Precise Pangolin) 3 1.1 System Requirements.............................. 3 1.2 sudo.........................................
WHM Administrator s Guide
Fasthosts Customer Support WHM Administrator s Guide This manual covers everything you need to know in order to get started with WHM and perform day to day administrative tasks. Contents Introduction...
Workflow Configuration on R12/R11. High Level Steps. SENDMAIL configuration mostly done by System Administrator Workflow configuration for R12
Workflow Configuration on R12/R11 High Level Steps SENDMAIL configuration mostly done by System Administrator Workflow configuration for R12 SENDMAIL Configuration tested on RedHat 4 update 5 -------------------------------------------------------------------
How to build secure Apache Tomcat deployments with RPM.
How to build secure Apache Tomcat deployments with RPM. My security experiences really tie into everyday work. A colleague called me from my last gig and asked how to build a RedHat Package Manager (RPM)
1. Product Information
ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such
RecoveryVault Express Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
LAMP Quickstart for Red Hat Enterprise Linux 4
LAMP Quickstart for Red Hat Enterprise Linux 4 Dave Jaffe Dell Enterprise Marketing December 2005 Introduction A very common way to build web applications with a database backend is called a LAMP Stack,
OS Installation: CentOS 5.8
OS Installation: CentOS 5.8 OpenTUSK Training University of Nairobi Mike Prentice [email protected] Tufts University Technology for Learning in the Health Sciences July 2013 Outline 1 OS Install
Asia Web Services Ltd. (vpshosting.com.hk)
. (vpshosting.com.hk) Getting Started guide for VPS Published: July 2011 Copyright 2011 Table of Contents Page I. Introduction to VPS 3 II. Accessing Plesk control panel 4 III. Adding your domain in Plesk
Configuring MailArchiva with Insight Server
Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any
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
SnapLogic Sidekick Guide
SnapLogic Sidekick Guide Document Release: October 2013 SnapLogic, Inc. 2 West 5th Avenue, Fourth Floor San Mateo, California 94402 U.S.A. www.snaplogic.com Copyright Information 2011-2013 SnapLogic, Inc.
Online Backup Client User Manual
Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have
Local Caching Servers (LCS): User Manual
Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading
24x7 Scheduler Multi-platform Edition 5.2
24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table
Online Backup Linux Client User Manual
Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might
Install guide for Websphere 7.0
DOCUMENTATION Install guide for Websphere 7.0 Jahia EE v6.6.1.0 Jahia s next-generation, open source CMS stems from a widely acknowledged vision of enterprise application convergence web, document, search,
Online Backup Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
Installation, Configuration and Administration Guide
Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved
CipherMail Gateway Installation Guide
CIPHERMAIL EMAIL ENCRYPTION CipherMail Gateway Installation Guide March 26, 2015, Rev: 9094 Copyright c 2008-2015, ciphermail.com. Acknowledgments: Thanks goes out to Andreas Hödle for feedback and input
Dell Proximity Printing Solution. Installation Guide
Dell Proximity Printing Solution Installation Guide Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates potential
Installation Guide. Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT
Installation Guide Copyright (c) 2015 The OpenNMS Group, Inc. OpenNMS 17.0.0-SNAPSHOT Last updated 2015-09-22 05:19:20 EDT Table of Contents 1. Basic Installation of OpenNMS... 1 1.1. Repositories for
ISPConfig Documentation
ISPConfig Documentation ISPConfig Documentation I Table of Contents II Reseller Manual...1 1 General...1 1.1 Login and Password...1 1.2 Interface for Resellers...1 1.3 ISPConfig Privileges for Resellers...2
Installing and Running MOVES on Linux
Installing and Running MOVES on Linux MOVES Workgroup Wednesday June 15, 2011 Gwo Shyu Dan Stuart USEPA Office of Transportation & Air Quality Assessment and Standards Division 2000 Traverwood Drive, Ann
Installing Platform RTM. Platform RTM Version 8.0.2 Release date: October 2011
Installing Platform RTM Platform RTM Version 8.0.2 Release date: October 2011 Copyright 1994-2011 Platform Computing Corporation. Although the information in this document has been carefully reviewed,
DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x
DS License Server Installation and Configuration Guide 3DEXPERIENCE R2014x Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology Edition, Version
Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features
1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage
Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2 Installing OpsCenter on Amazon AMI References Contact
Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2... 2 Launce Amazon micro-instances... 2 Install JDK 7... 7 Install Cassandra... 8 Configure cassandra.yaml file... 8 Start
WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2
WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is WebHost Manager? 10 2 How do I use WebHost Manager? 11 2.1 Installation..............................................
Newton Linux User Group Graphing SNMP with Cacti and RRDtool
Newton Linux User Group Graphing SNMP with Cacti and RRDtool Summary: Cacti is an interface that can be used to easily manage the graphing of SNMP data. These graphs allow you to visualize performance
RoboMail Mass Mail Software
RoboMail Mass Mail Software RoboMail is a comprehensive mass mail software, which has a built-in e-mail server to send out e-mail without using ISP's server. You can prepare personalized e-mail easily.
Legal and Copyright Notice
Parallels Confixx Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2008, Parallels GmbH
1 You will need the following items to get started:
QUICKSTART GUIDE 1 Getting Started You will need the following items to get started: A desktop or laptop computer Two ethernet cables (one ethernet cable is shipped with the _ Blocker, and you must provide
Moving to Plesk Automation 11.5
Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows
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
How To Install Acronis Backup & Recovery 11.5 On A Linux Computer
Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are
Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64
Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and
Installation Guide For ChoiceMail Enterprise Edition
Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004
How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint
StoreGrid Linux Server Installation Guide Before installing StoreGrid as Backup Server (or) Replication Server in your machine, you should install MySQL Server in your machine (or) in any other dedicated
Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0
Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 Version 1.0 November 2008 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754
Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013
Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.
THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering
THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG 224 Information Technology Laboratory 6: Internet Connection Sharing Objectives: Build a private network that
MINIMUM INSTALLATION REQUIREMENTS Processor: RAM: Hard disk: Operating system: Others: Pentium 200 MHz. 64 MB. 80 MB free space. One of the following: Red Hat (version 7.0, 7.1, 7.2, 7.3, 8.0, 9 or Enterprise
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information
EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.
WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.
Preface This installation guide explains how to install the "ETERNUSmgr for Windows" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,
TimeIPS Server. IPS256T Virtual Machine. Installation Guide
TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision
SAM XFile. Trial Installation Guide Linux. Snell OD is in the process of being rebranded SAM XFile
SAM XFile Trial Installation Guide Linux Snell OD is in the process of being rebranded SAM XFile Version History Table 1: Version Table Date Version Released by Reason for Change 10/07/2014 1.0 Andy Gingell
Setup Local Mail Server Using Postfix, Dovecot And Squirrelmail On CentOS 6.5/6.4
Setup Local Mail Server Using Postfix, Dovecot And Squirrelmail On CentOS 6.5/6.4 For this tutorial, I use CentOS 6.5 32 bit minimal installation, with SELinux disabled. My test box details are given below.
How to Create, Setup, and Configure an Ubuntu Router with a Transparent Proxy.
In this tutorial I am going to explain how to setup a home router with transparent proxy using Linux Ubuntu and Virtualbox. Before we begin to delve into the heart of installing software and typing in
Elixir Schedule Designer User Manual
Elixir Schedule Designer User Manual Release 7.3 Elixir Technology Pte Ltd Elixir Schedule Designer User Manual: Release 7.3 Elixir Technology Pte Ltd Published 2008 Copyright 2008 Elixir Technology Pte
QuickDNS 4.6 Installation Instructions
QuickDNS 4.6 Installation Instructions for Windows, Solaris, Linux, FreeBSD and Mac OS Table of Contents INTRODUCTION 3 QuickDNS system requirements 3 INSTALLING QUICKDNS MANAGER 4 Windows installation
Single Node Hadoop Cluster Setup
Single Node Hadoop Cluster Setup This document describes how to create Hadoop Single Node cluster in just 30 Minutes on Amazon EC2 cloud. You will learn following topics. Click Here to watch these steps
DS License Server V6R2013x
DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology
