Hello smtpd guys. The OpenSMTPd smtp(1) client utility can't corretly parse the -s server option.
According to the manpage the format of server is [proto://[user:pass@]]host[:port] user == myname@domain pass == pa:ss:wor:d When "user" contains the '@' character(exp myname@domain) or the "pass" contains the ':' character(pass:word) I get the "invalid credentials" error. I look at the source code, the smtp(1) program doesn't consider these cases. -- kevin
