micah anderson: > > I'm running a busy server that is periodically experiencing problems > with tlsmgr, at various times (typically once a day at minimum), the > following appears in the logs: > > Jun 16 07:34:40 willet postfix/smtp[24449]: warning: connect to > private/tlsmgr: Resource temporarily unavailable
Your kernel runs out of resources. Reduce Postfix process limits, or get a bigger/faster machine. > alias_maps = > hash:$maps_dir/aliases,mysql:$maps_dir/mysql_aliases.cf,pcre:$maps_dir/bounce.pcre You may save some file resources when you use proxy:mysql instead of mysql. Wietse