--- proxymap.8-orig 2007-01-02 18:27:26.000000000 -0500 +++ proxymap.8 2007-01-02 18:28:40.000000000 -0500 @@ -22,18 +22,24 @@ practical to maintain a copy of the passwd file in the chroot jail. The solution: .sp +.RS +.nf local_recipient_maps = -.ti +4 -proxy:unix:passwd.byname $alias_maps + proxy:unix:passwd.byname $alias_maps +.fi +.RE .IP \(bu To consolidate the number of open lookup tables by sharing one open table among multiple processes. For example, making mysql connections from every Postfix daemon process results in "too many connections" errors. The solution: .sp +.RS +.nf virtual_alias_maps = -.ti +4 -proxy:mysql:/etc/postfix/virtual_alias.cf + proxy:mysql:/etc/postfix/virtual_alias.cf +.fi +.RS .sp The total number of connections is limited by the number of proxymap server processes.