StuRa:Server/srs14: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
[[PT]] und [[bommel]] 2018-02-09 bauen nach der Doku [[Server/Jails/SRS14]].
[[PT]] und [[bommel]] 2018-02-09 bauen nach der Doku [[Server/Jails/SRS14]].


==== Installation ====
== Installation ==




Zeile 8: Zeile 8:
: pkg install apache24 postfix mailman dovecot postgrey maildrop
: pkg install apache24 postfix mailman dovecot postgrey maildrop


==== Konfiguration ====
== Konfiguration ==
Die Konfigurationen wurden von dem alten Mailman übernommen.


<code>
 
/usr/local/etc/postfix/main.cf         <br>
=== Mailkonten ===
/usr/local/mailman/                   <br>
 
/usr/local/etc/postfix/header_checks   <br>
==== Angestelten ====
/usr/local/etc/postfix/rbl_override   <br>
: Rossberg
/etc/aliases.stura                    <br>
cd /home/rossberg && tar -cvf rossberg.tar .mailfilter Mail .mail_aliases .rhosts
</code>
 
==== Aliases ====
/etc/aliases.stura
 
=== Postfix ===
/usr/local/etc/postfix/main.cf
/usr/local/etc/postfix/master.cf
/usr/local/etc/postfix/header_checks
/usr/local/etc/postfix/rbl_override
/usr/local/etc/postfix/relay_recipients
/usr/local/etc/postfix/transport
 
==== postgrey ====
/usr/local/etc/postfix/postgrey_whitelist_clients
/usr/local/etc/postfix/postgrey_whitelist_recipients
/usr/local/etc/postfix/dist-postgrey_whitelist_clients
/usr/local/etc/postfix/dist-postgrey_whitelist_recipients
 
=== Apache ===
/usr/local/etc/apache24/httpd.conf
/usr/local/etc/apache24/extra/httpd-vhosts.conf
 
=== Dovecot ===
/usr/local/etc/dovecot/dovecot.conf
 
=== Mailman ===
: Mailmanumzug :[[http://www.vuksan.com/linux/mailman_moving_lists.html]]

Version vom 9. Februar 2018, 14:09 Uhr

PT und bommel 2018-02-09 bauen nach der Doku Server/Jails/SRS14.

Installation

pkg update
pkg install apache24 postfix mailman dovecot postgrey maildrop

Konfiguration

Mailkonten

Angestelten

Rossberg
cd /home/rossberg && tar -cvf rossberg.tar .mailfilter Mail .mail_aliases .rhosts

Aliases

/etc/aliases.stura

Postfix

/usr/local/etc/postfix/main.cf /usr/local/etc/postfix/master.cf /usr/local/etc/postfix/header_checks /usr/local/etc/postfix/rbl_override /usr/local/etc/postfix/relay_recipients /usr/local/etc/postfix/transport

postgrey

/usr/local/etc/postfix/postgrey_whitelist_clients /usr/local/etc/postfix/postgrey_whitelist_recipients /usr/local/etc/postfix/dist-postgrey_whitelist_clients /usr/local/etc/postfix/dist-postgrey_whitelist_recipients

Apache

/usr/local/etc/apache24/httpd.conf /usr/local/etc/apache24/extra/httpd-vhosts.conf

Dovecot

/usr/local/etc/dovecot/dovecot.conf

Mailman

Mailmanumzug :[[1]]