Server: Difference between revisions
Jump to navigation
Jump to search
Line 56: | Line 56: | ||
Hostsystem: murks.alt-f4.ch |
Hostsystem: murks.alt-f4.ch |
||
Services: smtp, smtps, imaps, pop3s, mailman, DNS, IRC... |
Services: smtp, smtps, imaps, pop3s, mailman, DNS, IRC... |
||
==== System ==== |
|||
aptitude install cron-apt apt-file |
|||
==== Mail System ==== |
|||
===== SMTP ==== |
|||
aptitude install postfix postfix-cdb postfix-ldap postfix-pcre postfix-mysql |
|||
mkdir /var/lib/pop-before-smtp/ |
|||
touch /var/lib/pop-before-smtp/hosts.db |
|||
rsync old directory from sonne |
|||
deleted sdbm from dynamicmaps.conf |
|||
===== Pop/Imap ===== |
|||
aptitude install courier-imap courier-pop3 courier-ssl |
|||
rsync old directory from sonne |
|||
=== ... === |
=== ... === |
Revision as of 22:17, 12 February 2010
XEN Hostsysteme
nelliblink.?
Technische Daten
- Ibm e326
- Dual Opteron 285
- S-ATA Kontroller
- 2x80G S-ATA Disk
- 2x1G ? RAM
- 2xGbit Ethernet, 00:11:25:1e:3a:7b, 00:11:25:1e:3a:7c
OS Setup
- Debian Lenny 64bit? Kernel ? Xen 3.2
- SW Raid1 und 5
- 512M Raid 1 für /boot
- 79.5G Raid5 für LVM
- 5G LV für /
- 4G LV für swap
- ...
Installierte Services
Debian Lenny AMD64 Standard system openipmi grub2 openssh-server
murks.alt-f4.ch
Standort: Bei Obri im Rack IP Netz: 95.128.33.32/27, 2001:618:1:112::/64
Technische Daten
- Dualcore Xeon CPU mit 2.40GHz
- Adaptec UW320 SCSI Kontroller
- 3x36G 15kRPM Hotplug SCA
- 4x256M und 2x1G registred ECC Ram
- 2xGbit Ethernet, 00:30:48:29:7f:96, 00:30:48:29:7f:97
- IPMI BMC
OS Setup
- Debian Lenny 32bit Kernel 2.6.26, Xen 3.2
- SW Raid1 und 5
- 100M Raid 1 für /boot
- 36G Raid 5 für LVM
- 5G LV für /
- 5G LV für /var
- 2G LV für Swap
- Der rest steht für VMs zur vefügung
Hardwaredokumentation
Gehäuse: File:SC812.pdf Mainboard: File:MNL-0684.pdf
XEN VMs
sonne.alt-f4.ch
Hostsystem: murks.alt-f4.ch Services: smtp, smtps, imaps, pop3s, mailman, DNS, IRC...
System
aptitude install cron-apt apt-file
Mail System
= SMTP
aptitude install postfix postfix-cdb postfix-ldap postfix-pcre postfix-mysql mkdir /var/lib/pop-before-smtp/ touch /var/lib/pop-before-smtp/hosts.db rsync old directory from sonne deleted sdbm from dynamicmaps.conf
Pop/Imap
aptitude install courier-imap courier-pop3 courier-ssl
rsync old directory from sonne