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
|
<!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: Sending mail</TITLE>
<LINK HREF="postfix_basic-5.html" REL=next>
<LINK HREF="postfix_basic-3.html" REL=previous>
<LINK HREF="postfix_basic.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="postfix_basic-5.html">Next</A>
<A HREF="postfix_basic-3.html">Previous</A>
<A HREF="postfix_basic.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4. Sending mail</A></H2>
<P>
<P>
<DL>
<DT><B>Origin</B><DD><P>The "Origin" option specifies the domain that locally-posted
mail appears to come from. The default is to append "hostname",
which is fine for small sites. If you run a domain with multiple
machines, you should (1) change this to "domain" and (2) set up
a domain-wide alias database that aliases each user to
user@that.users.mailhost. This option sets the "myorigin"
postfix variable.
</DL>
<P>
<HR>
<A HREF="postfix_basic-5.html">Next</A>
<A HREF="postfix_basic-3.html">Previous</A>
<A HREF="postfix_basic.html#toc4">Contents</A>
</BODY>
</HTML>
|