2

Does anyone know how to utilize memcached with dovecot (in order to reduce number of MySQL queries)? There is only very basic documentation regarding dovecot's Dictionary:

memcached:param=value:param2=value2:...

Supported parameters are:

host: Memcached server host (default: 127.0.0.1)
port: Memcached server port (default: 11211)
prefix: Prefix to add to all keys (default: empty)
timeout_msecs: Abort lookups after specified number of milliseconds (default: 30000)

and not a single word or configuration example how to utilize this for existing MySQL POP3 and IMAP authentication. There are other lookups as well that may benefit from memecached as well (for example resolving addresses to paths etc. ).

Miloš Đakonović
  • 640
  • 3
  • 9
  • 28

1 Answers1

2

Short Answer:

uri = memcached:host=127.0.0.1:port=11211

Found the hint on a Thread from Dovecot on 2013

djdomi
  • 1,377
  • 3
  • 10
  • 19