Changes between Version 2 and Version 3 of configure_new_server


Ignore:
Timestamp:
Aug 23, 2007, 1:34:40 AM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • configure_new_server

    v2 v3  
    1 = Purchase an ssl certificate =
     1= Setup Debian Server for May First/People Link =
     2
     3== Purchase an ssl certificate ==
    24
    35Generate a private key and certificate signing request.
     
    4042These will be used by apache
    4143
    42 = Use volatile for SA and clamav =
     44== Use volatile for SA and clamav ==
    4345
    4446
     
    6163
    6264
    63 = Install debian packages =
     65== Install debian packages ==
    6466
    6567{{{
     
    9193}}}
    9294
    93 = Configure HE routes =
     95== Configure HE routes ==
    9496
    9597In order to route traffic directly from computer to computer (across different subnetworks) we need to add the different routes
     
    126128chmod it to 755
    127129
    128 = Configure suPHP =
     130== Configure suPHP ==
    129131
    130132
     
    256258
    257259
    258 = Configure fail2ban =
     260== Configure fail2ban ==
    259261
    260262Create /etc/fail2ban/jail.local. Modify the following lines, by adding them to the jail.local file that you just created:
     
    268270}}}
    269271
    270 = Install Red =
     272== Install Red ==
    271273
    272274
     
    314316
    315317
    316 = Postfix setup =
     318== Postfix setup ==
    317319
    318320
     
    361363
    362364# Added by jamie 6/10/04 to try to stem the tide of spam
    363 smtpd_sender_restrictions =
     365smtpd_sender_restrictions ==
    364366hash:/etc/postfix/access,
    365367reject_non_fqdn_sender,
     
    435437
    436438
    437 = Setup Postgrey =
     439== Setup Postgrey ==
    438440
    439441Postgrey defers all mail for 5 minutes the first time it receives a message with a never before seen sender and recipient. This results in a lot of spam not being delivered.
     
    459461check_policy_service inet:127.0.0.1:60000
    460462
    461 = Setup Courier =
     463== Setup Courier ==
    462464
    463465
     
    473475}}}
    474476
    475 = Setup amavis =
     477== Setup amavis ==
    476478
    477479
     
    498500
    499501
    500 = Configure Spamassassin =
     502== Configure Spamassassin ==
    501503
    502504
     
    558560
    559561
    560 = Maildrop =
     562== Maildrop ==
    561563
    562564Edit /etc/maildroprc and add the following lines:
     
    568570}}}
    569571
    570 = Webmail setup =
     572== Webmail setup ==
    571573
    572574
     
    602604
    603605
    604 = Install Drupal =
     606== Install Drupal ==
    605607
    606608
     
    616618
    617619
    618 = Configure Apache =
     620== Configure Apache ==
    619621
    620622
     
    628630
    629631
    630 = Configure logrotate =
     632== Configure logrotate ==
    631633
    632634Create a file called apache2-red in the /etc/logrotate.d directory with:
     
    650652}}}
    651653
    652 = Configure logcheck =
     654== Configure logcheck ==
    653655
    654656Copy from Wiwa to the server:
     
    656658/etc/logcheck/ignore.d.server/local-*
    657659
    658 = Configure cron-apt =
     660== Configure cron-apt ==
    659661
    660662Edit /etc/cron-apt
    661663Change line MAILON to MAILON ="upgrade"
    662664
    663 = Configure Awstats =
     665== Configure Awstats ==
    664666
    665667
     
    671673
    672674
    673 = Configure Mutt =
     675== Configure Mutt ==
    674676
    675677Create /etc/Muttrc.d and put a file named maildir.rc with
     
    682684}}}
    683685
    684 = Change ssh =
     686== Change ssh ==
    685687
    686688Make sure the following settings are set:
     
    692694}}}
    693695
    694 = Congifure phpmyadmin =
     696== Congifure phpmyadmin ==
    695697
    696698Copy the apache conf file from /etc/phpmyadmin to /etc/apach2/conf.d
     
    706708}}}
    707709
    708 = Setup Backup =
     710== Setup Backup ==
    709711
    710712 * Copy the /usr/local/sbin/mf-backup and /etc/mf-backup.xml files from another server