~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to man/man5/memcache_table.5

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
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:
8
8
.SH "SYNOPSIS"
9
9
.na
10
10
.nf
11
 
\fBpostmap -q "\fIstring\fB" memcache:/etc/postfix/filename\fR
 
11
\fBpostmap -q "\fIstring\fB" memcache:/etc/postfix/\fIfilename\fR
12
12
 
13
 
\fBpostmap -q - memcache:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
 
13
\fBpostmap -q - memcache:/etc/postfix/\fIfilename\fB <\fIinputfile\fR
14
14
.SH DESCRIPTION
15
15
.ad
16
16
.fi
79
79
*_cache_cleanup_interval = 0) except with one Postfix
80
80
instance that will be responsible for cache cleanup.
81
81
 
82
 
NOTE 2: When different tables share the same memcache
 
82
NOTE 2: When multiple tables share the same memcache
83
83
database, each table should use the \fBkey_format\fR feature
84
84
(see below) to prepend its own unique string to the lookup
85
85
key.  Otherwise, automatic \fBpostscreen\fR(8) or \fBverify\fR(8)
113
113
.ad
114
114
.fi
115
115
.IP "\fBkey_format (default: %s)\fB"
116
 
Format of the lookup and update keys in memcache requests.
 
116
Format of the lookup and update keys that the Postfix
 
117
memcache client sends to the memcache server.
117
118
By default, these are the same as the lookup and update
118
 
keys that are given to the Postfix memcache client.
 
119
keys that the memcache client receives from Postfix
 
120
applications.
119
121
 
120
122
NOTE 1: The \fBkey_format\fR feature is not used for \fBbackup\fR
121
123
database requests.
122
124
 
123
 
NOTE 2: When different tables share the same memcache
 
125
NOTE 2: When multiple tables share the same memcache
124
126
database, each table should prepend its own unique string
125
127
to the lookup key.  Otherwise, automatic \fBpostscreen\fR(8)
126
128
or \fBverify\fR(8) cache cleanup may not work.