Changes between Version 1 and Version 2 of marcos.mayfirst.org


Ignore:
Timestamp:
Mar 21, 2008, 4:44:04 PM (16 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • marcos.mayfirst.org

    v1 v2  
    9191}}}
    9292
     93== additional packages ==
    9394Within the domU, once it was started, i did:
    9495{{{
     
    9798
    9899I don't appear to need the kernel modules for this machine, since it is a dedicated host.
     100
     101== resolving name service ==
    99102
    100103Setting up the actual resolving name service:
     
    1291320 marcos:~#
    130133}}}
     134
     135== SMTP ==
     136
     137Administrative alerts from this machine should just be routed off the box to `chavez`, which is currently handling mail for mayfirst.org:
     138{{{
     139aptitude install nullmailer mailx
     140}}}
     141
     142`nullmailer` was configured solely via `debconf`, with the following settings:
     143{{{
     1440 marcos:~# debconf-show nullmailer
     145* shared/mailname: marcos.mayfirst.org
     146  nullmailer/adminaddr: root@mayfirst.org
     147* nullmailer/relayhost: chavez.mayfirst.org
     1480 marcos:~#
     149}}}
     150
     151== updates ==
     152I also wanted updates about available upgrades to get sent off, so i included `cron-apt`, and set it to nag when updates are available:
     153{{{
     154aptitude install cron-apt
     155echo 'MAILON="upgrade"' >> /etc/cron-apt/config
     156}}}