|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Email: Invalid Partition |
From: |
Michael Clark |
Date: |
12/23/2003 3:38:17 PM |
IP: |
209.254.133.77 |
I got this error with some C++ CDO code and finally figured out the problem. The error code 0x8004020F is not about the "partition" junk, but is really found in cdosys.h as:
const LONG CDO_E_RECIPIENTS_REJECTED = 0x8004020fL;
I had been sending mail to an alias ("webadmin") in the local aliases file on a RedHat 7.2 server (sendmail). This used to work fine. It stopped working when we replaced the RedHat server with a new Debian Linux server (using "exim", not "sendmail"). Once I found this error code, I realized I needed to change the TO: address to "webadmin@mydomain.com" and it started working. This is because exim doesn't accept a recipient without a full domain name (either by default or they way we have ours configured).
After wasting a couple hours trying to solve this, I hope others will be able to figure this out faster. The way Microsoft overloads all these COM error codes is awful. |
Previous Message
Follow Up - Re: Email: Invalid Partition - Mobeen Tahir 4/14/2004 4:14:21 AM
|
|

|
|
|
|
|
|
|
|
|
|