| Pete Loveall 2005-03-09, 5:57 pm |
| I have a special purpose SMTP server which I would like the IIS SMTP service
(IIS6, W2k3) to connect to to forward emails. The special purpose server
requires authentication. The special purpose server does not understand the
IIS SMTP method of placing the user name on the same line with "AUTH LOGIN".
The special purpose server requires the "normal" method of authentication
which is 3 separate lines:
AUTH LOGIN
username(BASE64)
password(BASE64)
Is there a way to force the Microsoft SMTP server (Exchange is NOT on this
machine) to send the basic authentication in the above format instead of:
AUTH LOGIN username(BASE64)
password(BASE64)
Thanks in advance.
Pete Loveall
|