|
Home > Archive > IIS and SMTP > November 2004 > smtp fails
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Craig Buchanan 2004-11-24, 6:26 pm |
| i am trying to properly configure IIS' SMTP server so that i can send mail
from another windows service.
Environment:
* windows 2K server w/ activedirectory
* aspqmail installed; configured to send mail to smtp.mycompany.com
Here's what i've done so far::
* installed stmp service and started it under the system account
* created an account and group for Smtp usage
* aspqmail is run as the smtp user
* granted access rights to the Smtp group within the Smtp MMC
* i can ping smtp.mycompany.com
* this address is set in Smtp mmc.
when i try to send a message w/ aspqmail, i get an error about an invalid
recipient. If i use another Smtp server, i get no errors.
any suggestions?
thanks,
Craig
| |
| Jeff Cochran 2004-11-27, 2:47 am |
| On Wed, 24 Nov 2004 14:59:47 -0600, "Craig Buchanan"
<someone@microsoft.com> wrote:
>i am trying to properly configure IIS' SMTP server so that i can send mail
>from another windows service.
>
>Environment:
>* windows 2K server w/ activedirectory
>* aspqmail installed; configured to send mail to smtp.mycompany.com
>
>Here's what i've done so far::
>* installed stmp service and started it under the system account
>* created an account and group for Smtp usage
>* aspqmail is run as the smtp user
>* granted access rights to the Smtp group within the Smtp MMC
>* i can ping smtp.mycompany.com
>* this address is set in Smtp mmc.
>
>when i try to send a message w/ aspqmail, i get an error about an invalid
>recipient. If i use another Smtp server, i get no errors.
>
>any suggestions?
First:
HOW TO: Test Windows 2000 IIS SMTP Services Manually
http://support.microsoft.com/defaul...kb;en-us;286421
Jeff
|
|
|
|
|