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?
#### Preseed debconf database for packages installed on the host

### Mail
## Exim
# General type of mail configuration:
# 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
exim4-config    exim4/dc_eximconfig_configtype  select  mail sent by smarthost; no local mail

# IP-addresses to listen on for incoming SMTP connections:
# -> only service localhost
exim4-config    exim4/dc_local_interfaces       string  127.0.0.1 ; ::1

# Root and postmaster mail recipient:
# -> mail to root/postmaster is redirected to this local user
exim4-config    exim4/dc_postmaster     string  terom

# System mail name:
# -> mail from/to a plain-local address is qualified with this domain
exim4-config    exim4/mailname  string  {NET_HOSTNAME}.paivola.fi

# IP address or host name of the outgoing smarthost:
# -> relay outgoing mails via this server
exim4-config    exim4/dc_smarthost      string  smtp.paivola.fi

# Visible domain name for local users:
# -> ??? this is very illogical
exim4-config    exim4/dc_readhost       string  paivola.fi

# Hide local mail name in outgoing mail?
# -> Send mail as From: @readhost?
exim4-config    exim4/hide_mailname     boolean true

# Other destinations for which mail is accepted:
exim4-config    exim4/dc_other_hostnames        string paivola.fi

# Split configuration into small files?
exim4-config    exim4/use_split_config  boolean false
# Keep number of DNS-queries minimal (Dial-on-Demand)?
exim4-config    exim4/dc_minimaldns     boolean false

# XXX: not relevant
# Choices: mbox format in /var/mail/, Maildir format in home directory
exim4-config    exim4/dc_localdelivery  select  Maildir format in home directory
# Really leave the mail system unconfigured?
exim4-config    exim4/no_config boolean true
# Domains to relay mail for:
exim4-config    exim4/dc_relay_domains  string
# Machines to relay mail for:
exim4-config    exim4/dc_relay_nets     string

# Remove undelivered messages in spool directory?
exim4-base      exim4/purge_spool       boolean false

# Ignore questions with a priority less than:
# Choices: critical, high, medium, low
#debconf debconf/priority        select  high

# Use dash as the default system shell (/bin/sh)?
#dash    dash/sh boolean true