Wietse: > Sorry, syslogging 1kbyte strings is not a safe setting for world-wide > deployment, so these patches can't go into the code base as is.
Varadi Gabor: > Is it a good solution for You, that we put the printout-length to a variable > to main.cf which defaults the hardwired value, and anybody can set it > otherwise if they want? You are on the right track. First we need a manual page (user interface design) for configurable logging limits. Postfix has hard-coded limits on the amount of free text, on the length of a host/domain name, and on other lengths of text that is written to logfile. The result of this discussion could be one global limit for all categories, or different limits for different categories, or both (where the global limit becomes the default value for the limits for different categories). It should not be more complicated. Wietse