Mats Luspa: > Hello again! > > This is very strange. When I automatically trace the bounce process > according to the documentation here: > http://www.postfix.org/DEBUG_README.html#logging it works with the > bouncing. > The log file says:
I wrote most of Postfix, and I will speak in simple sentences. Turn OFF verbose logging. Turn OFF tracing. Then, do "postfix reload". Then, follow instructions at http://www.postfix.org/DEBUG_README.html#logging which provides a filter to look for signs of trouble. In particular, pay attention to this sentence: Note: the most important message is near the BEGINNING of the output. Error messages that come later are less useful. With :the beginning output", I mean: the point in time that corresponds with the start of your troubles. Now, it is possible that your logfile has been rotated due to massive amounts of verbose logging. In that case you have to hunt down the older logfile and apply the above trouble filter on that file. Wietse