~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to da/boot-new/modules/mta.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 11648 untranslated -->
3
 
 
4
 
 <sect2 id="base-config-mta">
5
 
 <title>Configuring Your Mail Transport Agent</title>
6
 
 
7
 
<para>
8
 
 
9
 
Today, email is a very important part of many people's life, so it's
10
 
no surprise Debian lets you configure your mail system right as a part
11
 
of the installation process. The standard mail transport agent in
12
 
Debian is <command>exim4</command>, which is relatively small,
13
 
flexible, and easy to learn.
14
 
 
15
 
</para><para>
16
 
 
17
 
You may ask if this is needed even if your computer is not connected
18
 
to any network. The short answer is: Yes. The longer explanation: Some
19
 
system utilities (like <command>cron</command>,
20
 
<command>quota</command>, <command>aide</command>, &hellip;) may send
21
 
you important notices via email.
22
 
 
23
 
</para><para>
24
 
 
25
 
So on the first screen you will be presented with several common mail
26
 
scenarios. Choose the one that most closely resembles your needs:
27
 
 
28
 
</para>
29
 
 
30
 
<variablelist>
31
 
<varlistentry>
32
 
<term>internet site</term>
33
 
<listitem><para>
34
 
 
35
 
Your system is connected to a network and your mail is sent and
36
 
received directly using SMTP. On the following screens you will be
37
 
asked a few basic questions, like your machine's mail name, or a list of
38
 
domains for which you accept or relay mail.
39
 
 
40
 
</para></listitem>
41
 
</varlistentry>
42
 
 
43
 
<varlistentry>
44
 
<term>mail sent by smarthost</term>
45
 
<listitem><para>
46
 
 
47
 
In this scenario is your outgoing mail forwarded to another machine,
48
 
called a <quote>smarthost</quote>, which does the actual job for
49
 
you. Smarthost also usually stores incoming mail addresed to your
50
 
computer, so you don't need to be permanently online. That also means
51
 
you have to download your mail from the smarthost via programs like
52
 
fetchmail. This option is suitable for dial-up users.
53
 
 
54
 
</para></listitem>
55
 
</varlistentry>
56
 
 
57
 
<varlistentry>
58
 
<term>local delivery only</term>
59
 
<listitem><para>
60
 
 
61
 
Your system is not on a network and mail is sent or received only
62
 
between local users. Even if you don't plan to send any messages, this
63
 
option is highly recommended, because some system utilities may send
64
 
you various alerts from time to time (e.g. beloved <quote>Disk quota
65
 
exceeded</quote>). This option is also convenient for new users,
66
 
because it doesn't ask any further questions.
67
 
 
68
 
</para></listitem>
69
 
</varlistentry>
70
 
 
71
 
<varlistentry>
72
 
<term>no configuration at this time</term>
73
 
<listitem><para>
74
 
 
75
 
Choose this if you are absolutely convinced you know what you are
76
 
doing. This will leave you with an unconfigured mail system &mdash;
77
 
until you configure it, you won't be able to send or receive any mail
78
 
and you may miss some important messages from your system utilities.
79
 
 
80
 
</para></listitem>
81
 
</varlistentry>
82
 
</variablelist>
83
 
 
84
 
<para>
85
 
 
86
 
If none of these scenarios suits your needs, or if you need a finer
87
 
setup, you will need to edit configuration files under the
88
 
<filename>/etc/exim4</filename> directory after the installation is
89
 
complete. More information about <command>exim4</command> may be found
90
 
under <filename>/usr/share/doc/exim4</filename>.
91
 
 
92
 
</para>
93
 
 </sect2>