
Hat man alle Angaben für die Konfiguration unseres WEB-Mailers eingetragen, klicken wir auf die Schaltfläche um die Konfigurationsdatei online zu erstellen. Passt alles, klickt man auf die Schaltfläche und man gelangt zum Schritt 2: Create config. Wird ein Punkt beanstandet, kann man entsprechend eingreifen und den Fehler beheben.

Werfen wir zu erst einmal einen Blick auf die Konfiguration mit Hilfe der WEB- GUI hierzu rufen wir die /installer- URL auf.Īuf der ersten Seite Check environment wird geprüft, ob die notwendigen Voraussetzungen gegeben sind. Alternativ kann man natürlich auch die Datei direkt per Hand installieren. mySQL Datenbankĭie Konfiguration von Roundcube erfolgt über die zentrale Konfigurationsdatei im Verzeichnis /etc/roundcubemail/.ĭie einfachste Variante diese Konfigurationsdatei zu erstellen ist über die WEB- GUI. Sep 09 22:15:07 systemd: Reloaded The Apache HTTP Server. Sep 09 22:15:07 systemd: Reloading The Apache HTTP Server. Status: "Total requests: 0 Current requests/sec: 0 Current traffic: 0 B/sec" Process: 20368 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS) RewriteEngine on RewriteCond % (code=exited, status=0/SUCCESS) Options - Indexes + FollowSymLinks Require all granted Im Konfigurationsverzeichnis unseres Apache-Webservers legen wir uns eine neue vHOST-Konfigurationsdatei an. # Order Allow,Deny # Deny from all # Order Allow,Deny # Deny from all # Apache vHostįür unsere Webmailer richten wir uns nun einen geeigneten vHost ein. # vim /etc/httpd/conf.d/nf /etc/httpd/conf.d/nf # Round Cube Webmail is a browser-based multilingual IMAP client #Alias /roundcubemail /usr/share/roundcubemail # Define who can access the Webmail # You can enlarge permissions once configured # Apache 2.4 # Require local # Apache 2.2 # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # Allow from ::1 # Define who can access the installer # keep this secured once configured # Apache 2.4 # Require local # Apache 2.2 # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # Allow from ::1 # Those directories should not be viewed by Web clients. Konfigurationĭa wir einen eigenen vHOST für den WEB-Mailer anbieten wollen und keine Unterverzeichniss-Konfiguration, kommentieren wir den Inhalt der Apache-Konfigurationsdatei /etc/httpd/conf.d/nf aus. ESEARCH implementation in this server is broken (#1489184). Installations with uw-imap server should set imap_disabled_caps = array('ESEARCH') # set compress.cache-dir to somewhere outside the docroot.Ĭompress.cache-dir = var.statedir + "/cache/compress"Ĭompress.filetype = ("text/plain", "text/html", "text/javascript", "text/css", "text/xml", "image/gif", "image/png") # mysql roundcubemail "public, max-age=2592000") > GRANT ALL PRIVILEGES ON roundcubemail.* TO BY 'password' register_globals disabled (PHP CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */

file_uploads enabled (for attachment upload features) memory_limit > 16MB (increase as suitable to support large attachments) error_reporting E_ALL & ~E_NOTICE (or lower) Crypt_GPG 1.2.0 or newer (for enigma plugin) Net_Sieve 1.3.2 or newer (for managesieve plugin) * PEAR packages distributed with Roundcube or external:
#Dokuwiki base64 encoding driver
Note: MySQL database driver requires PHP 5.3.7 or newer. PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required) PCRE, DOM, JSON, XML, Session, Sockets (required) htaccess support allowing overrides for DirectoryIndex * The Apache, Lighttpd, Cherokee or Hiawatha web server For additional information, please also consult the project's
#Dokuwiki base64 encoding install
This file describes the basic steps to install Roundcube Webmail on your

# cat /usr/share/doc/roundcubemail-1.0.2/INSTALL Im RPM finden wir eine ausführliche Dokumentation zur Konfiguration von roundcubemail
