On 10/24/2016 3:58 AM, Mickaël DEQUIDT wrote: > Hello all, > > I have been trying to build a canonical address mapping through > ldap, in order to replace login names by better-looking addresses, > as stated in the ADDRESS_REWRITING_README, and I stumbled upon a > weird behaviour : with the canonical_maps on, every time a mail is > sent to my server, Postfix refuses to treat it and the logs state > the following : > > Oct 20 13:57:13 server postfix/master[pid]: warning: > /usr/lib/postfix/cleanup: bad command startup -- throttling > Oct 20 13:58:13 server postfix/master[pid]: warning: process > /usr/lib/postfix/cleanup pid 18924 killed by signal 11
Look for a prior warning or error. The cleanup service should run fine chroot, and config files are loaded before the chroot. Perhaps some system library is missing from your chroot directory. That said, non-chroot is the default shipping configuration. Enabling chroot is an advanced configuration and may require additional setup. -- Noel Jones
