Wietse Venema: > smtpd_timeout = ${stress?10s}${stress:300s} > smtpd_hard_error_limit = ${stress?2}${stress:20}
I thought this was going to be easy, but the built-in default values for these parameters are type "int", and do not accept the conditional expressions. Either this means changing the way that built-in defaults are implemented, or adding the stress-style default settings during installation time. Wietse