~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to html/nisplus_table.5.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
       <b>postmap -q - "<a href="nisplus_table.5.html">nisplus</a>:[</b><i>name</i><b>=%s];</b><i>name.name.</i><b>"</b> &lt;<i>inputfile</i>
16
16
 
17
17
<b>DESCRIPTION</b>
18
 
       The  Postfix  mail  system  uses  optional  lookup tables.
19
 
       These tables are usually in <b>dbm</b> or  <b>db</b>  format.   Alterna-
20
 
       tively,  lookup tables can be specified as NIS+ databases.
21
 
 
22
 
       To find out what types of lookup tables your Postfix  sys-
23
 
       tem supports use the "<b>postconf -m</b>" command.
24
 
 
25
 
       To  test  Postfix NIS+ lookup tables, use the "<b>postmap -q</b>"
26
 
       command as described in the SYNOPSIS above.
 
18
       The  Postfix mail system uses optional lookup tables.  These tables are
 
19
       usually in <b>dbm</b> or <b>db</b> format.  Alternatively, lookup tables can be spec-
 
20
       ified as NIS+ databases.
 
21
 
 
22
       To  find  out  what types of lookup tables your Postfix system supports
 
23
       use the "<b>postconf -m</b>" command.
 
24
 
 
25
       To test Postfix NIS+ lookup tables, use the  "<b>postmap  -q</b>"  command  as
 
26
       described in the SYNOPSIS above.
27
27
 
28
28
<b>QUERY SYNTAX</b>
29
 
       Most of the NIS+ query is specified via the NIS+ map name.
30
 
       The  general  format of a Postfix NIS+ map name is as fol-
31
 
       lows:
 
29
       Most  of the NIS+ query is specified via the NIS+ map name. The general
 
30
       format of a Postfix NIS+ map name is as follows:
32
31
 
33
32
           <b><a href="nisplus_table.5.html">nisplus</a>:[</b><i>name</i><b>=%s];</b><i>name.name.name</i><b>.:</b><i>column</i>
34
33
 
35
 
       Postfix NIS+ map names differ from what one normally would
36
 
       use with commands such as <b>niscat</b>:
37
 
 
38
 
       <b>o</b>      With  each NIS+ table lookup, "<b>%s</b>" is replaced by a
39
 
              version of the lookup string.  There  can  be  only
40
 
              one "<b>%s</b>" instance in a Postfix NIS+ map name.
41
 
 
42
 
       <b>o</b>      Postfix  NIS+  map  names  use  "<b>;</b>" instead of "<b>,</b>",
43
 
              because the latter  character  is  special  in  the
44
 
              Postfix <a href="postconf.5.html">main.cf</a> file.  Postfix replaces "<b>;</b>" charac-
45
 
              ters in the map name  by  "<b>,</b>"  before  making  NIS+
46
 
              queries.
47
 
 
48
 
       <b>o</b>      The ":<i>column</i>" part in the NIS+ map name is not part
49
 
              of the actual NIS+ query. Instead, it specifies the
50
 
              number of the table column that provides the lookup
51
 
              result. When no ":<i>column</i>" is  specified  the  first
52
 
              column (1) is used.
 
34
       Postfix NIS+ map names differ from what one  normally  would  use  with
 
35
       commands such as <b>niscat</b>:
 
36
 
 
37
       <b>o</b>      With  each  NIS+  table lookup, "<b>%s</b>" is replaced by a version of
 
38
              the lookup string.  There can be only one  "<b>%s</b>"  instance  in  a
 
39
              Postfix NIS+ map name.
 
40
 
 
41
       <b>o</b>      Postfix  NIS+ map names use "<b>;</b>" instead of "<b>,</b>", because the lat-
 
42
              ter character is special in the Postfix <a href="postconf.5.html">main.cf</a>  file.   Postfix
 
43
              replaces  "<b>;</b>"  characters  in  the map name by "<b>,</b>" before making
 
44
              NIS+ queries.
 
45
 
 
46
       <b>o</b>      The ":<i>column</i>" part in the NIS+ map  name  is  not  part  of  the
 
47
              actual NIS+ query. Instead, it specifies the number of the table
 
48
              column that provides the lookup result.  When  no  ":<i>column</i>"  is
 
49
              specified the first column (1) is used.
53
50
 
54
51
<b>EXAMPLE</b>
55
52
       A NIS+ aliases map might be queried as follows:
56
53
 
57
 
           <a href="postconf.5.html#alias_maps">alias_maps</a> = dbm:/etc/mail/aliases,
 
54
           <a href="postconf.5.html#alias_maps">alias_maps</a> = <a href="DATABASE_README.html#types">dbm</a>:/etc/mail/aliases,
58
55
               <a href="nisplus_table.5.html">nisplus</a>:[alias=%s];mail_aliases.org_dir.$<a href="postconf.5.html#mydomain">mydomain</a>.:1
59
56
 
60
 
       This  queries the local aliases file before the NIS+ file.
 
57
       This queries the local aliases file before the NIS+ file.
61
58
 
62
59
<b>SEE ALSO</b>
63
60
       <a href="postmap.1.html">postmap(1)</a>, Postfix lookup table manager
66
63
       <a href="DATABASE_README.html">DATABASE_README</a>, Postfix lookup table overview
67
64
 
68
65
<b>LICENSE</b>
69
 
       The  Secure  Mailer  license must be distributed with this
70
 
       software.
 
66
       The Secure Mailer license must be distributed with this software.
71
67
 
72
68
<b>AUTHOR(S)</b>
73
69
       Geoff Gibbs