Aktuelle Version |
Dein Text |
Zeile 1: |
Zeile 1: |
| == [[Server/Jails/SRS17/Ports |Ports]] ==
| | * sftp Fileserver |
|
| |
|
| {{:Server/Jails/SRS17/Ports}}
| | == Ports == |
|
| |
|
| | === installierte Ports === |
| | * autoconf |
| | * autoconf-wrapper |
| | * automake |
| | * automake-wrapper |
| | * db42 |
| | * expat |
| | * [[#gdbm | gdbm]] |
| | * gettext |
| | * gmake |
| | * [[Server/Jails#help2man | help2man]] |
| | * [[Server/Jails#libiconv | libiconv]] |
| | * libtool |
| | * [[Server/Jails#m4| m4]] |
| | * p5-Locale-gettext |
| | * [[Server/Jails#pcre | pcre]] |
| | * [[Server/Jails#perl | perl-threaded]] |
| | * pkgconf |
| | * [[Server/Jails#portupgrade | portupgrade]] |
| | * [[#python27 | python27]] |
| | * [[Server/Jails#ruby | ruby]] |
| | * ruby18-bdb |
| | * [[Server/Jails#zsh | zsh]] |
|
| |
|
| == zusätzliche Konfigurationsdateien ==
| |
|
| |
|
| === Jail === | | === konfigurierte Ports === |
|
| |
|
| ==== /etc/rc.conf ==== | | ==== [[Server/Jails#help2man | help2man]] ==== |
|
| |
|
| <code>
| | ==== [[Server/Jails#libiconv | libiconv]] ==== |
| sshd_enable="YES"
| |
| ejabberd_enable="YES"
| |
| </code>
| |
|
| |
|
| ==== /etc/ssh/sshd_config ==== | | ==== [[Server/Jails#m4| m4]] ==== |
|
| |
|
| <code>
| | ==== [[Server/Jails#pcre | pcre]] ==== |
| …
| |
| ListenAddress 141.56.50.17
| |
| …
| |
| PasswordAuthentication no
| |
| …
| |
| UsePAM no
| |
| …
| |
| </code>
| |
|
| |
|
| == Konfiguration der Programme == | | ==== [[Server/Jails#perl | perl-threaded]] ==== |
|
| |
|
| === /usr/local/etc/ejabberd/ejabberd.cfg === | | ==== [[Server/Jails#portupgrade | portupgrade]] ==== |
|
| |
|
| <code>
| | ==== [[Server/Jails#ruby | ruby]] ==== |
| ...
| | |
| {loglevel, 3}.
| | ==== [[Server/Jails#zsh | zsh]] ==== |
| ...
| |
| {watchdog_admins, ["foo@srs17.stura.htw-dresden.de", "bar@srs17.stura.htw-dresden.de"]}.
| |
| ...
| |
| {hosts, ["srs17.stura.htw-dresden.de"]}.
| |
| ...
| |
| starttls, {certfile, "/root/ejabberd.pem"},
| |
| starttls_required,
| |
| ...
| |
| %%captcha,
| |
| %%http_bind,
| |
| %%http_poll,
| |
| ...
| |
| {s2s_use_starttls, required}.
| |
| ...
| |
| {s2s_certfile, "/root/ejabberd.pem"}.
| |
| ...
| |
| {acl, admin, {user, "foo", "srs17.stura.htw-dresden.de"}}.
| |
| {acl, admin, {user, "bar", "srs17.stura.htw-dresden.de"}}.
| |
| ...
| |
| {acl, blocked, {user, "test"}}.
| |
| {acl, blocked, {user, "root"}}.
| |
| {acl, blocked, {user, "r00t"}}.
| |
| {acl, blocked, {user, "r0ot"}}.
| |
| {acl, blocked, {user, "ro0t"}}.
| |
| {acl, blocked, {user, "adm1n"}}.
| |
| {acl, blocked, {user, "admin"}}.
| |
| {acl, blocked, {user, "kss"}}.
| |
| {acl, blocked, {user, "administrator"}}.
| |
| {acl, blocked, {user, "administrat0r"}}.
| |
| {acl, blocked, {user, "adm1n1strat0r"}}.
| |
| {acl, blocked, {user, "adm1nistrat0r"}}.
| |
| {acl, blocked, {user, "admin1strat0r"}}.
| |
| {acl, blocked, {user, "adm1nistrator"}}.
| |
| {acl, blocked, {user, "admin1strator"}}.
| |
| ...
| |
| {access, max_user_sessions, [{2, all}]}.
| |
| ...
| |
| {language, "de"}.
| |
| ...
| |
| %%{mod_irc, []},
| |
| ...
| |
| %%{mod_pubsub, [
| |
| %%{access_createnode, pubsub_createnode},
| |
| %%{ignore_pep_from_offline, true}, % reduces resource comsumption, but XEP incompliant
| |
| ...
| |
| %%{last_item_cache, false},
| |
| %%{plugins, ["flat", "hometree", "pep"]} % pep requires mod_caps
| |
| %%]},
| |
| ...
| |
| {registration_watchers, ["foo@srs17.stura.htw-dresden.de", "bar@srs17.stura.htw-dresden.de"]},
| |
| ...
| |
| {ip_access, [
| |
| {allow, "0.0.0.0/8"}
| |
| %%{allow, "127.0.0.0/8"},
| |
| %%{deny, "0.0.0.0/0"}
| |
| ]},
| |
| ...
| |
| </code>
| |
|
| |
|
| == Siehe auch == | | == Siehe auch == |
| * [[Server/Jabber]]
| |
|
| |
|
| [[Kategorie:Rechentechnik]] | | [[Kategorie:Rechentechnik]] |
| [[Kategorie:Software]] | | [[Kategorie:Software]] |
| [[Kategorie:Jail]] | | [[Kategorie:Jail]] |