Steve Jenkins: [ Charset ISO-8859-1 unsupported, converting... ] > If we're using mutliple milters (with smtpd_milters), is it > appropriate to separate them with: > > a space? > smtpd_milters = inet:localhost:10035 inet:localhost:10036 > > a comma? > smtpd_milters = inet:localhost:10035,inet:localhost:10036 > > a comma and a space? > smtpd_milters = inet:localhost:10035, inet:localhost:10036 > > Or does it matter? They all seem to work, but I wanted to make sure > I'm doing it the "right" way for maximum compatibility with future > versions.
Comma and/or space. This stuff was written under time pressure. Wietse