~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to html/aliases.5.html

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
5
5
<title> Postfix manual - aliases(5) </title>
6
6
</head> <body> <pre>
7
 
ALIASES(5)                                             ALIASES(5)
 
7
ALIASES(5)                                                          ALIASES(5)
8
8
 
9
9
<b>NAME</b>
10
 
       aliases - format of the Postfix alias database
 
10
       aliases - Postfix local alias database format
11
11
 
12
12
<b>SYNOPSIS</b>
13
13
       <b>newaliases</b>
14
14
 
15
15
<b>DESCRIPTION</b>
16
 
       The  <b>aliases</b>  table  provides  a  system-wide mechanism to
 
16
       The  <a href="aliases.5.html"><b>aliases</b>(5)</a>  table provides a system-wide mechanism to
17
17
       redirect mail for local recipients. The  redirections  are
18
18
       processed by the Postfix <a href="local.8.html"><b>local</b>(8)</a> delivery agent.
19
19
 
20
 
       Normally,  the  <b>aliases</b>  table is specified as a text file
 
20
       Normally, the <a href="aliases.5.html"><b>aliases</b>(5)</a> table is specified as a text file
21
21
       that serves as input  to  the  <a href="postalias.1.html"><b>postalias</b>(1)</a>  command.  The
22
22
       result,  an  indexed file in <b>dbm</b> or <b>db</b> format, is used for
23
23
       fast lookup  by  the  mail  system.  Execute  the  command
31
31
       Users can control delivery of their own mail by setting up
32
32
       <b>.forward</b> files in their home directory.  Lines in per-user
33
33
       <b>.forward</b> files have the same syntax as the right-hand side
34
 
       of <b>aliases</b> entries.
 
34
       of <a href="aliases.5.html"><b>aliases</b>(5)</a> entries.
35
35
 
36
36
       The format of the alias database input file is as follows:
37
37
 
102
102
       <i>user+foo</i>),  the  search  is  repeated  for  the unextended
103
103
       address (e.g., <i>user</i>).
104
104
 
 
105
       The  <b><a href="postconf.5.html#propagate_unmatched_extensions">propagate_unmatched_extensions</a></b>   parameter   controls
 
106
       whether  an  unmatched  address extension (<i>+foo</i>) is propa-
 
107
       gated to the result of table lookup.
 
108
 
 
109
<b>SECURITY</b>
 
110
       The <a href="local.8.html"><b>local</b>(8)</a> delivery agent disallows  regular  expression
 
111
       substitution  of $1 etc. in <b><a href="postconf.5.html#alias_maps">alias_maps</a></b>, because that would
 
112
       open a security hole.
 
113
 
 
114
       The <a href="local.8.html"><b>local</b>(8)</a> delivery agent will silently ignore  requests
 
115
       to  use  the <a href="proxymap.8.html"><b>proxymap</b>(8)</a> server within <b><a href="postconf.5.html#alias_maps">alias_maps</a></b>. Instead
 
116
       it will open the table directly.  Before  Postfix  version
 
117
       2.2,  the  <a href="local.8.html"><b>local</b>(8)</a>  delivery  agent will terminate with a
 
118
       fatal error.
 
119
 
105
120
<b>CONFIGURATION PARAMETERS</b>
106
121
       The following <b>main.cf</b> parameters are especially  relevant.
107
122
       The  text  below  provides  only  a parameter summary. See
108
 
       <a href="postconf.5.html">postconf(5)</a> for more details including examples.
 
123
       <a href="postconf.5.html"><b>postconf</b>(5)</a> for more details including examples.
109
124
 
110
125
       <b><a href="postconf.5.html#alias_database">alias_database</a></b>
111
126
              List of alias databases that  are  updated  by  the
112
 
              <a href="newaliases.1.html">newaliases(1)</a> command.
 
127
              <a href="newaliases.1.html"><b>newaliases</b>(1)</a> command.
113
128
 
114
129
       <b><a href="postconf.5.html#alias_maps">alias_maps</a></b>
115
 
              List  of  alias  databases  queried by the <a href="local.8.html">local(8)</a>
 
130
              List  of  alias  databases  queried by the <a href="local.8.html"><b>local</b>(8)</a>
116
131
              delivery agent.
117
132
 
118
133
       <b><a href="postconf.5.html#allow_mail_to_commands">allow_mail_to_commands</a></b>
129
144
              the right-hand side of  the  owner  alias,  instead
130
145
              using of the left-hand side address.
131
146
 
 
147
       <b><a href="postconf.5.html#propagate_unmatched_extensions">propagate_unmatched_extensions</a></b>
 
148
              A  list  of  address rewriting or forwarding mecha-
 
149
              nisms that propagate an address extension from  the
 
150
              original  address  to  the  result. Specify zero or
 
151
              more  of  <b>canonical</b>,   <b>virtual</b>,   <b>alias</b>,   <b>forward</b>,
 
152
              <b>include</b>, or <b>generic</b>.
 
153
 
132
154
       <b><a href="postconf.5.html#owner_request_special">owner_request_special</a></b>
133
155
              Give  special treatment to <b>owner-</b><i>listname</i> and <i>list-</i>
134
156
              <i>name</i><b>-request</b> addresses.
137
159
              Delimiter that separates  recipients  from  address
138
160
              extensions.
139
161
 
140
 
<b>BUGS</b>
141
 
       Regular  expression  alias  lookup tables are allowed, but
142
 
       substitution of $1 etc. is forbidden  because  that  would
143
 
       open a security loophole.
144
 
 
145
162
<b>STANDARDS</b>
146
163
       <a href="http://www.faqs.org/rfcs/rfc822.html">RFC 822</a> (ARPA Internet Text Messages)
147
164
 
164
181
       P.O. Box 704
165
182
       Yorktown Heights, NY 10598, USA
166
183
 
167
 
                                                       ALIASES(5)
 
184
                                                                    ALIASES(5)
168
185
</pre> </body> </html>