preseed/host.cfg
author Tero Marttila <terom@paivola.fi>
Fri, 03 Feb 2012 10:16:36 +0200
changeset 32 9da3007a292b
parent 4 bf9d63195f9d
permissions -rw-r--r--
preseed: enable apt-setup/non-free?
4
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     1
#### Preseed debconf database for packages installed on the host
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     3
### Mail
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     4
## Exim
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
# General type of mail configuration:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     6
# Choices: internet site; mail is sent and received directly using SMTP, mail sent by smarthost; received via SMTP or fetchmail, mail sent by smarthost; no local mail, local delivery only; not on a network, no configuration at this time
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     7
exim4-config    exim4/dc_eximconfig_configtype  select  mail sent by smarthost; no local mail
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     8
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     9
# IP-addresses to listen on for incoming SMTP connections:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    10
# -> only service localhost
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    11
exim4-config    exim4/dc_local_interfaces       string  127.0.0.1 ; ::1
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    12
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    13
# Root and postmaster mail recipient:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    14
# -> mail to root/postmaster is redirected to this local user
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    15
exim4-config    exim4/dc_postmaster     string  terom
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    16
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    17
# System mail name:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    18
# -> mail from/to a plain-local address is qualified with this domain
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    19
exim4-config    exim4/mailname  string  {NET_HOSTNAME}.paivola.fi
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    20
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    21
# IP address or host name of the outgoing smarthost:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    22
# -> relay outgoing mails via this server
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    23
exim4-config    exim4/dc_smarthost      string  smtp.paivola.fi
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    24
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    25
# Visible domain name for local users:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    26
# -> ??? this is very illogical
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    27
exim4-config    exim4/dc_readhost       string  paivola.fi
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    28
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    29
# Hide local mail name in outgoing mail?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    30
# -> Send mail as From: @readhost?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    31
exim4-config    exim4/hide_mailname     boolean true
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    32
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    33
# Other destinations for which mail is accepted:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    34
exim4-config    exim4/dc_other_hostnames        string paivola.fi
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    35
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    36
# Split configuration into small files?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    37
exim4-config    exim4/use_split_config  boolean false
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    38
# Keep number of DNS-queries minimal (Dial-on-Demand)?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    39
exim4-config    exim4/dc_minimaldns     boolean false
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    40
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    41
# XXX: not relevant
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    42
# Choices: mbox format in /var/mail/, Maildir format in home directory
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    43
exim4-config    exim4/dc_localdelivery  select  Maildir format in home directory
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    44
# Really leave the mail system unconfigured?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    45
exim4-config    exim4/no_config boolean true
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    46
# Domains to relay mail for:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    47
exim4-config    exim4/dc_relay_domains  string
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    48
# Machines to relay mail for:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    49
exim4-config    exim4/dc_relay_nets     string
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    50
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    51
# Remove undelivered messages in spool directory?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    52
exim4-base      exim4/purge_spool       boolean false
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    53
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    54
# Ignore questions with a priority less than:
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    55
# Choices: critical, high, medium, low
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    56
#debconf debconf/priority        select  high
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    57
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    58
# Use dash as the default system shell (/bin/sh)?
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    59
#dash    dash/sh boolean true
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    60
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    61
bf9d63195f9d preseed: add vim; host.cfg (exim4 - configs still unclear)
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
    62