Displaying 2 results from an estimated 2 matches for "longinotti".
2007 Dec 31
1
my.cnf reading support in MySQL backend
...MySQL specific
settings for the MySQL connection, for example to enable the compressed
protocol, set charsets, enable SSL client verification, and much more. A
patch is attached that implements this. See
http://dev.mysql.com/doc/refman/5.0/en/mysql-options.html for more info.
--
Best regards,
Luca Longinotti aka CHTEKK
LongiTEKK Networks Admin: chtekk at longitekk.com
Gentoo Dev: chtekk at gentoo.org
SysCP Dev: chtekk at syscp.org
TILUG Supporter: chtekk at tilug.ch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-1.0.10-mysql-options.patch
Type: text/x-pat...
2008 Jan 20
1
v1.1.beta14 released
...proxy_maybe setting. If the returned IP/port/user points to
ourself, log in normally. Otherwise proxy to the IP.
- Added quota_exceeded_message setting for quota plugin. Add it to
plugin {} for global, or protocol lda {} for deliver-only.
- mysql: default_file and default_group settings (by Luca Longinotti)
- Timeout handling rewritten using a priority queue (heap). Dovecot
should now be able to handle lots of timeouts quite fast.
- Using the new timeout changes several places in code have been
changed from iterate-through-objects-in-one-timeout to
timeout-per-object. This means that there are no l...