Searched refs:memcache (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | memcache_table | 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 [all …]
|
H A D | stop | 1239 memcache
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | test58.ref | 1 ./postconf: warning: ./main.cf: syntax error after '}' in "{ldap:xxx, memcache:yy}x" 4 mydestination = foo bar pipemap:{ldap:xxx, memcache:yy}x randmap:{xx
|
H A D | test28.ref | 3 db = memcache
|
H A D | test66.ref | 5 ./postconf: warning: memcache:PWD/test66.cf: unused parameter: junk=junk
|
H A D | test68.ref | 5 ./postconf: warning: memcache:PWD/test68.cf: unused parameter: junk=junk
|
H A D | test29.ref | 12 ./postconf: warning: ./main.cf: unused parameter: memcachexx=proxy:memcache:memcachefoo
|
H A D | Makefile.in | 901 echo " " memcache:`pwd`/test66.cf >> main.cf 932 echo " " memcache:`pwd`/test68.cf >> main.cf
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_memcache.c | 88 char *memcache; /* memcache server spec */ member 487 myfree(dict_mc->memcache); in dict_memcache_close() 563 dict_mc->memcache = cfg_get_str(dict_mc->parser, DICT_MC_NAME_MEMCACHE, in dict_memcache_open() 569 dict_mc->clnt = auto_clnt_create(dict_mc->memcache, dict_mc->timeout, 0, 0); in dict_memcache_open()
|
H A D | surrogate.ref | 35 ./mail_dict: warning: memcache:/xx is unavailable. open /xx: No such file or directory
|
H A D | Makefile.in | 533 echo get foo| $(SHLIB_ENV) $(VALGRIND) ./mail_dict memcache:/xx read >>surrogate.tmp 2>&1
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-2.9 | 75 LDAP, *SQL and memcache clients now handle table lookup errors in 140 Major changes - memcache 143 [Feature 20111209] memcache lookup and update support. This provides 149 memcache client. The memcache client updates the memcache whenever 215 [Feature 20111209] memcache lookup and update support. This provides 301 [Feature 20111209] memcache lookup and update support. This provides
|
H A D | WISHLIST | 246 are documented for ldap:, memcache:, mysql:, pgsql:, and sqlite: 537 locking. If it doesn't (as with memcache or proxymap 540 keep using a memcache or proxymap handle, because the parent 541 exits immediately. For this to work, the memcache client 576 This will simplify multi-host implementation for memcache 585 it is remote (type memcache: or proxy:). This does not work 586 because memcache can use a non-proxied file as backup).
|
H A D | HISTORY | 17248 cache cleanup interval. This is needed for memcache support. 17262 Feature: memcache client support. This implementation is 17273 LDAP, *SQL, and memcache. Files: util/dict_test.c, util/dict.c, 17295 Feature: memcache client support without libmemcache 17307 memcache client. The database can be shared with the proxymap 17358 Cleanup: more configurable memcache client error handling. 17483 of LDAP, *SQL and memcache databases has a table lookup 17487 Cleanup: fixed memcache client error handling for things 18102 when postscreen(8) and verify(8) share the same memcache 18106 File: proto/memcache. [all …]
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 2396 memcache
|
/netbsd-src/etc/ |
H A D | services | 15418 memcache 11211/tcp # Memory cache service [Trond_Norbye] … 15419 memcache 11211/udp # Memory cache service [Trond_Norbye] …
|