
108
|
Chapter 5: Mail
Answer <Ok> to accept the default value that appears in the blue text box.
The next dialog lists default values for the domains your server should answer:
Give a comma-separated list of domains that this machine should consider itself the
final destination for. If this is a mail domain gateway, you probably want to include
the top-level domain.
Other destinations to accept mail for? (blank for none)
server2.centralsoft.org, localhost.centralsoft.org, , localhost
<Ok> <Cancel>
The listed domains will appear in your main.cf configuration file.
The final question is relevant to systems with non-journaled filesystems:
If synchronous updates are forced, then mail is processed more slowly.
If not forced, then there is a remote chance of losing some mail if the
system crashes at an inopportune time, and you are not using a journaled
filesystem (such as ext3).
The default is "off".
Force synchronous updates on mail queue?
<Yes> <No>
Because nearly all current distributions use the ext3 journaling filesystem by default,
you can answer
<No> here.
At this point, the installation finishes and writes the Postfix configuration file. The
parameters and values printed here may not make sense to you right now, but you’ll
find them in the configuration file and will be able to change them if necessary.
Basic Postfix Configuration
The following is a minimal Postfix configuration file, /etc/postfix/main.cf ...