Changed preferred delimeter for sed calls from a mix of ':', '@', and '|'
to always use '|', since there are no values we use for which '|' is
acceptable.
This fixes an issue where certain values, e.g. an SMTP server, might
include a port number, e.g. smtp.p4demo.com:587 -- the ':' would break
when the 'sed' was used.