Lines Matching refs:memcache

5 #	Postfix memcache client configuration
7 # \fBpostmap -q "\fIstring\fB" memcache:/etc/postfix/\fIfilename\fR
9 # \fBpostmap -q - memcache:/etc/postfix/\fIfilename\fB <\fIinputfile\fR
15 # Alternatively, lookup tables can be specified as memcache
16 # instances. To use memcache lookups, define a memcache
20 # virtual_alias_maps = memcache:/etc/postfix/memcache-aliases.cf
23 # The file /etc/postfix/memcache-aliases.cf has the same
27 # The Postfix memcache client supports the lookup, update,
35 # The memcache server (note: singular) that Postfix will try
43 # memcache = inet:memcache.example.com:11211
44 # memcache = inet:127.0.0.1:11211
45 # memcache = inet:[fc00:8d00:189::3]:11211
46 # memcache = unix:/path/to/socket
54 # for the memcache database. The Postfix memcache client will
55 # update the memcache database whenever it looks up or changes
74 # NOTE 2: When multiple tables share the same memcache
86 # Optional flags that should be stored along with a memcache
89 # The expiration time in seconds of memcache updates.
91 # NOTE 1: When using a memcache table as \fBpostscreen\fR(8)
94 # instances that use the memcache, and specify the largest
96 # value as the memcache table's \fBttl\fR value.
98 # NOTE 2: According to memcache protocol documentation, a
107 # memcache client sends to the memcache server.
109 # keys that the memcache client receives from Postfix
115 # NOTE 2: When multiple tables share the same memcache
134 # This is replaced by the memcache client input key.
178 # The maximal memcache reply data length in bytes.
180 # The maximal memcache reply line length in bytes.
182 # The number of times to try a memcache command before giving
183 # up. The memcache client does not retry a command when the
184 # memcache server accepts no connection.
186 # The time in seconds before retrying a failed memcache command.
188 # The time limit for sending a memcache command and for
189 # receiving a memcache reply.
191 # The Postfix memcache client cannot be used for security-sensitive
197 # deployment a memcache database is writable by any process
198 # that can talk to the memcache server; in contrast,
202 # The Postfix memcache client requires additional configuration
217 # MEMCACHE_README, Postfix memcache client guide