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: Rejecting unknown local users</TITLE>
<LINK HREF="postfix_basic-7.html" REL=next>
<LINK HREF="postfix_basic-5.html" REL=previous>
<LINK HREF="postfix_basic.html#toc6" REL=contents>
</HEAD>
<BODY>
<A HREF="postfix_basic-7.html">Next</A>
<A HREF="postfix_basic-5.html">Previous</A>
<A HREF="postfix_basic.html#toc6">Contents</A>
<HR>
<H2><A NAME="s6">6. Rejecting unknown local users</A></H2>
<P>
<P>
<DL>
<DT><B>Local recipient maps</B><DD><P>The "Local recipient maps" option specifies optional lookup tables
with all users that are local with respect to "$mydestination" and
"$inet_interfaces". If this parameter is defined, then the SMTP
server will reject mail for unknown local users.
<P>The "Local recipient maps" option accepts tables with bare usernames
such as unix:passwd.byname and alias maps.
<P>Beware: if the Postfix SMTP server runs chrooted, you may have to
copy the passwd database into the jail. This is system dependent.
<P>This option sets the "local_recipient_maps" postfix variable.
<P>FOR THIS TO WORK, DO NOT SPECIFY VIRTUAL DOMAINS IN MYDESTINATION.
MYDESTINATION MUST LIST NON-VIRTUAL DOMAINS ONLY.
</DL>
<P>
<HR>
<A HREF="postfix_basic-7.html">Next</A>
<A HREF="postfix_basic-5.html">Previous</A>
<A HREF="postfix_basic.html#toc6">Contents</A>
</BODY>
</HTML>
|