Discussion:
Multiple Milters Separator?
(too old to reply)
Steve Jenkins
2011-01-27 22:07:06 UTC
Permalink
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.

TIA,

SteveJ
Wietse Venema
2011-01-27 22:51:34 UTC
Permalink
Steve Jenkins:
[ Charset ISO-8859-1 unsupported, converting... ]
Post by Steve Jenkins
If we're using mutliple milters (with smtpd_milters), is it
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
J4K
2011-01-28 09:04:32 UTC
Permalink
Post by Wietse Venema
[ Charset ISO-8859-1 unsupported, converting... ]
Post by Steve Jenkins
If we're using mutliple milters (with smtpd_milters), is it
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
This is great to read, as to-day I was about to add a second milter, and
now won't have to ask the same question. Thank-you Wietse and Steve.
Loading...