Charles Marcus: > Hello, > > I'm confused about this warning I just saw in my logs (never seen it > before): > > Dec 23 12:03:24 myhost postfix/bounce[19970]: warning: [built-in]: zero > result in delay template conversion of parameter "delay_warning_time_hours" > Dec 23 12:03:24 myhost postfix/bounce[19970]: warning: please reduce > time unit "hours" of "delay_warning_time_hours" in delay template > Dec 23 12:03:24 myhost postfix/bounce[19970]: warning: for instructions > see the bounce(5) manual
It found a parameter "delay_warning_time" with a suffix "_hours". Postfix is not clever enough to make these up. Most likely, your delay template has a mis-typed EOF marker. Wietse