1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Basic Postfix Configurations: Internet host and domain names</TITLE>
<LINK HREF="postfix_basic-4.html" REL=next>
<LINK HREF="postfix_basic-2.html" REL=previous>
<LINK HREF="postfix_basic.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="postfix_basic-4.html">Next</A>
<A HREF="postfix_basic-2.html">Previous</A>
<A HREF="postfix_basic.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. Internet host and domain names</A></H2>
<P>
<P>
<DL>
<DT><B>Hostname</B><DD><P>The "Hostname" option specifies the "internet hostname" of this
mail system. The default is to use the fully-qualified domain name
from gethostname(). The "Hostname" option is used as a default value
for many other configuration parameters. This option sets the "myhostname"
postfix variable.
<P>
<DT><B>Domain</B><DD><P>The "Domain" option specifies the local internet domain name.
The default is to use the contents of "Hostname" minus the first
component. The "Domain" option is used as a default value for many
other configuration parameters. This option sets the "mydomain"
postfix variable.
</DL>
<P>
<HR>
<A HREF="postfix_basic-4.html">Next</A>
<A HREF="postfix_basic-2.html">Previous</A>
<A HREF="postfix_basic.html#toc3">Contents</A>
</BODY>
</HTML>
|