https://github.com/zvyn/oberkirch.org
My server configuration.
https://github.com/zvyn/oberkirch.org
Last synced: 3 months ago
JSON representation
My server configuration.
- Host: GitHub
- URL: https://github.com/zvyn/oberkirch.org
- Owner: zvyn
- Created: 2013-06-27T11:54:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T12:42:44.000Z (over 12 years ago)
- Last Synced: 2025-02-03T14:46:49.345Z (about 1 year ago)
- Homepage: *.oberkirch.org
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oberkirch.org
=============
My server configuration.
Mailserver
----------
I use dovecot for imap/pop3 and postfix for smtp. Each with TLS/SSL- and
STARTTLS-support. I guess some/many of the files in postfix are unneeded since
use a MariaDB-database to maintain virtual Mail. They are just there because my
package-manager recreates them on every update.
Postfix and dovecot are configured as generic as possible, using a database
(configured with postfixAdmin) to store all personal/specific configuration.
The only thing you need to change are the domain-names (and the relay-server of
cause).
HTTP(S)-Server
--------------
A quiet standart apache-configuration serving instances of
- owncloud
- postfixAdmin
- phpmyadmin (no, postfix is not permitted)
- roundcubemail
- some personal services like remote-controlling my music-station over
php-scripts
Nginx is used to serve file-based and small php-sites. It uses Apache as a
proxy for the 3rd-party webapps (owncloud etc.).
Security Notice
---------------
The password you find in `dovecot/dovecot-sql.conf` and
`postfix/mysql_virtual_*_maps.cf` is of no use outside of localhost. This is
not the hole configuration. I recently changed to nginx and apache only serves
owncloud, phpmyadmin and some things I was to lazy to reconfigure for nginx.