zarafa
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| zarafa [2011/05/05 16:26] – admin | zarafa [2014/07/09 08:07] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Zarafa ====== | ====== Zarafa ====== | ||
| + | |||
| + | zypper in htop rsync mc nmap | ||
| + | |||
| + | === Zarafa Grundinstallation === | ||
| + | |||
| + | https:// | ||
| + | |||
| + | zypper in mysql apache2 libxml2 php5 apache2-mod_php5 php5-gettext php5-zlib php5-mysql xpdf-tools sysstat | ||
| + | |||
| + | === Postfix === | ||
| + | |||
| + | <file ini / | ||
| + | ... | ||
| + | smtps 465/tcp # Secure SMTP | ||
| + | smtps 465/udp # Secure SMTP | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | unknown_local_recipient_reject_code = 550 | ||
| + | local_recipient_maps = | ||
| + | |||
| + | mydestination = / | ||
| + | virtual_alias_maps | ||
| + | virtual_transport = lmtp: | ||
| + | |||
| + | setgid_group = maildrop | ||
| + | queue_directory = / | ||
| + | command_directory = /usr/sbin | ||
| + | daemon_directory = / | ||
| + | data_directory = / | ||
| + | mail_owner = postfix | ||
| + | mydomain = mail.bgweiz.at | ||
| + | myhostname = $mydomain | ||
| + | mynetworks = 127.0.0.0/8 [:: | ||
| + | myorigin = mail.bgweiz.at | ||
| + | alias_maps = hash:/ | ||
| + | alias_database = hash:/ | ||
| + | relayhost = | ||
| + | relay_domains = $mydestination | ||
| + | mailbox_size_limit = 0 | ||
| + | recipient_delimiter = + | ||
| + | inet_interfaces = all | ||
| + | inet_protocols = ipv4 | ||
| + | |||
| + | mailbox_command = / | ||
| + | mailbox_transport = zarafa: | ||
| + | zarafa_destination_recipient_limit = 1 | ||
| + | |||
| + | ## | ||
| + | smtpd_sasl_authenticated_header = yes | ||
| + | header_checks = regexp:/ | ||
| + | smtpd_sasl_local_domain = | ||
| + | smtpd_sasl_auth_enable = yes | ||
| + | smtpd_sasl_security_options = noanonymous | ||
| + | broken_sasl_auth_clients = yes | ||
| + | smtpd_recipient_restrictions = permit_sasl_authenticated, | ||
| + | smtpd_tls_auth_only = no | ||
| + | smtp_tls_note_starttls_offer = yes | ||
| + | smtp_tls_security_level = may | ||
| + | smtpd_tls_security_level = may | ||
| + | smtpd_tls_cert_file = / | ||
| + | smtpd_tls_key_file = / | ||
| + | smtp_tls_CApath = / | ||
| + | smtpd_tls_loglevel = 1 | ||
| + | smtpd_tls_received_header = yes | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | # | ||
| + | # Postfix master process configuration file. For details on the format | ||
| + | # of the file, see the Postfix master(5) manual page. | ||
| + | # | ||
| + | # ========================================================================== | ||
| + | # service type private unpriv | ||
| + | # | ||
| + | # ========================================================================== | ||
| + | smtp inet n | ||
| + | #submission inet n - | ||
| + | # -o smtpd_etrn_restrictions=reject | ||
| + | # -o smtpd_client_restrictions=permit_sasl_authenticated, | ||
| + | smtps inet n | ||
| + | -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes | ||
| + | # | ||
| + | # -o smtpd_etrn_restrictions=reject | ||
| + | # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes | ||
| + | #628 inet n | ||
| + | pickup | ||
| + | cleanup | ||
| + | qmgr fifo n | ||
| + | #qmgr | ||
| + | tlsmgr | ||
| + | rewrite | ||
| + | bounce | ||
| + | defer | ||
| + | trace | ||
| + | verify | ||
| + | flush | ||
| + | proxymap | ||
| + | smtp unix - | ||
| + | # When relaying mail as backup MX, disable fallback_relay to avoid MX loops | ||
| + | relay | ||
| + | -o fallback_relay= | ||
| + | # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 | ||
| + | showq | ||
| + | error | ||
| + | discard | ||
| + | local | ||
| + | virtual | ||
| + | lmtp unix - | ||
| + | anvil | ||
| + | # | ||
| + | scache | ||
| + | # | ||
| + | # ==================================================================== | ||
| + | # Interfaces to non-Postfix software. Be sure to examine the manual | ||
| + | # pages of the non-Postfix software to find out what options it wants. | ||
| + | # | ||
| + | # Many of the following services use the Postfix pipe(8) delivery | ||
| + | # agent. | ||
| + | # and other message envelope options. | ||
| + | # ==================================================================== | ||
| + | # | ||
| + | # maildrop. See the Postfix MAILDROP_README file for details. | ||
| + | # Also specify in main.cf: maildrop_destination_recipient_limit=1 | ||
| + | # | ||
| + | maildrop | ||
| + | flags=DRhu user=vmail argv=/ | ||
| + | cyrus | ||
| + | user=cyrus argv=/ | ||
| + | uucp unix - | ||
| + | flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) | ||
| + | ifmail | ||
| + | flags=F user=ftn argv=/ | ||
| + | bsmtp | ||
| + | flags=Fq. user=foo argv=/ | ||
| + | procmail | ||
| + | flags=R user=nobody argv=/ | ||
| + | retry | ||
| + | proxywrite unix - | ||
| + | |||
| + | # Zarafa | ||
| + | # | ||
| + | # flags=DRhu user=vmail argv=/ | ||
| + | #zarafa unix - n n - - pipe | ||
| + | # flags= user=mail argv=/ | ||
| + | zarafa unix - n n - 10 pipe | ||
| + | | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | bgweiz.at | ||
| + | mail.bgweiz.at | ||
| + | d4e.at | ||
| + | mail.d4e.at | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | # | ||
| + | direktion@bgweiz.at | ||
| + | matthias.praunegger@bgweiz.at | ||
| + | |||
| + | # | ||
| + | info@d4e.at | ||
| + | |||
| + | </ | ||
| + | |||
| + | postmap / | ||
| + | |||
| + | / | ||
| + | |||
| + | === Zarafa-Konfiguration === | ||
| + | |||
| + | <file ini / | ||
| + | ZARAFA_LOCALE=" | ||
| + | ZARAFA_USERSCRIPT_LOCALE=" | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | ... | ||
| + | local_admin_users | ||
| + | mysql_password | ||
| + | server_ssl_enabled | ||
| + | server_ssl_key_pass | ||
| + | server_ssl_ca_file | ||
| + | user_plugin_config | ||
| + | #/ | ||
| + | disabled_features = pop3 | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | mkdir / | ||
| + | cd / | ||
| + | wget http:// | ||
| + | wget http:// | ||
| + | cat server.crt server.key > server.pem | ||
| + | |||
| + | mkdir / | ||
| + | cd / | ||
| + | wget http:// | ||
| + | wget http:// | ||
| + | |||
| + | <file ini / | ||
| + | ... | ||
| + | pop3_enable | ||
| + | imaps_enable | ||
| + | ssl_private_key_file | ||
| + | ssl_certificate_file | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | |||
| + | <file ini / | ||
| + | ... | ||
| + | APACHE_MODULES=" | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | Listen 443 | ||
| + | Listen 80 | ||
| + | |||
| + | NameVirtualHost *:443 | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | < | ||
| + | DocumentRoot "/ | ||
| + | ServerName mail.bgweiz.at: | ||
| + | ServerAdmin webmaster@bgweiz.at | ||
| + | ErrorLog / | ||
| + | TransferLog / | ||
| + | |||
| + | SSLEngine on | ||
| + | SSLProtocol all -SSLv2 | ||
| + | SSLCipherSuite ALL: | ||
| + | |||
| + | SSLCertificateFile / | ||
| + | SSLCertificateKeyFile / | ||
| + | SSLCertificateChainFile / | ||
| + | SSLCACertificateFile / | ||
| + | SetEnvIf User-Agent " | ||
| + | CustomLog / | ||
| + | "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \" | ||
| + | |||
| + | RewriteEngine On | ||
| + | RewriteCond %{SERVER_PORT} 80 | ||
| + | RewriteRule ^(.*)$ https:// | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | Alias /webaccess / | ||
| + | |||
| + | RewriteEngine On | ||
| + | RewriteCond %{SERVER_PORT} 80 | ||
| + | RewriteRule ^(.*)$ https:// | ||
| + | |||
| + | < | ||
| + | DirectoryIndex index.php | ||
| + | Options -Indexes +FollowSymLinks | ||
| + | AllowOverride Options | ||
| + | |||
| + | Order allow,deny | ||
| + | Allow from all | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | Alias / | ||
| + | |||
| + | RewriteEngine On | ||
| + | RewriteCond %{SERVER_PORT} 80 | ||
| + | RewriteRule ^(.*)$ https:// | ||
| + | |||
| + | < | ||
| + | DirectoryIndex index.php | ||
| + | Options -Indexes +FollowSymLinks | ||
| + | AllowOverride Options | ||
| + | |||
| + | Order allow,deny | ||
| + | Allow from all | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | cd / | ||
| + | wget http:// | ||
| + | tar xvfz z-push-2.0.5-1541.tar.gz | ||
| + | cp -av z-push-2.0.5-1541 / | ||
| + | chown -R wwwrun:www / | ||
| + | |||
| + | <file ini / | ||
| + | php_flag magic_quotes_gpc off | ||
| + | php_flag register_globals off | ||
| + | php_flag magic_quotes_runtime off | ||
| + | php_flag short_open_tag on | ||
| + | </ | ||
| + | |||
| + | <file php / | ||
| + | ... | ||
| + | define(' | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | <file ini / | ||
| + | RewriteEngine On | ||
| + | RewriteCond %{SERVER_PORT} 80 | ||
| + | RewriteRule ^(.*)$ https:// | ||
| + | </ | ||
| + | |||
| + | <file php / | ||
| + | <?php | ||
| + | header(" | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | mkdir / | ||
| + | chown -R wwwrun:www / | ||
| + | |||
| + | mkdir / | ||
| + | chmod 777 / | ||
| + | |||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | |||
| + | ---- | ||
| + | alte Notizen: | ||
| + | ---- | ||
| KROMER, Michael (Topalis) | KROMER, Michael (Topalis) | ||
| Zeile 48: | Zeile 378: | ||
| Kalender\\ | Kalender\\ | ||
| Funktioniert mit fast allen Active-Sync Geräten iPhone, WP7, Nokia, ---)\\ | Funktioniert mit fast allen Active-Sync Geräten iPhone, WP7, Nokia, ---)\\ | ||
| + | |||
| + | == Clients für Android == | ||
| + | Touchdown!\\ | ||
| + | Moxier Mail\\ | ||
| + | Roadsync\\ | ||
| + | |||
| + | Remote winp - bei Verlust Handydaten löschen.\\ | ||
| + | |||
| + | |||
| + | markus@android01.info | ||
zarafa.1304605583.txt.gz · Zuletzt geändert: von admin
