Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SMTP Email Address Size Limitation

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  MailEnable on "localhost"  
Author Message
dhauser

External


Since: Oct 15, 2004
Posts: 5



(Msg. 1) Posted: Fri Oct 15, 2004 9:21 pm
Post subject: SMTP Email Address Size Limitation
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have setup my Windows 2000 Server as a SMTP server to forward email. I
have confirmed that there is a limit to the size of the From and To email
addresses that can be used. It appears to be a limit of 32 characters total.
I realize this seems like it should be large enough, but unfortunately, we
have some people that we send email to that have email addresses as large as
50 characters. How can I increase the size of this?

Thanks,
Duane

 >> Stay informed about: SMTP Email Address Size Limitation 
Back to top
Login to vote
user1580

External


Since: Apr 03, 2004
Posts: 367



(Msg. 2) Posted: Sun Oct 17, 2004 2:56 am
Post subject: Re: SMTP Email Address Size Limitation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"DHauser" <DHauser RemoveThis @discussions.microsoft.com> wrote in message
news:632DB41F-9EDF-48E3-BC42-4F3516C06959@microsoft.com...
 >I have setup my Windows 2000 Server as a SMTP server to forward email. I
 > have confirmed that there is a limit to the size of the From and To email
 > addresses that can be used. It appears to be a limit of 32 characters
 > total.
 > I realize this seems like it should be large enough, but unfortunately, we
 > have some people that we send email to that have email addresses as large
 > as
 > 50 characters. How can I increase the size of this?

Interesting. Do you use Active directory to forward mails? And if Active
directory has an email address longer than 32 characters, the forwarding
does not work? If so, the forwarding is rendered useless. You can ask MS to
fix the bug, but they will make an estimate how much businesses have losses
because of this bug, in this case, only you :<


 > Thanks,
 > Duane<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: SMTP Email Address Size Limitation 
Back to top
Login to vote
dhauser

External


Since: Oct 15, 2004
Posts: 5



(Msg. 3) Posted: Sun Oct 17, 2004 9:09 am
Post subject: Re: SMTP Email Address Size Limitation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I do not believe that I am using Active Directory to do the forwarding. Is
there a way to confirm how this is happening? I have added SMTP to the IIS
services and set everything up there. I do not have a SmartHost identified.
I have also used Microsoft's teing method for SMTP functionality to confirm
what is happening.
<a style='text-decoration: underline;' href="http://support.microsoft.com/?kbid=286421" target="_blank">http://support.microsoft.com/?kbid=286421</a>
I can test the SMTP and it works great until I get to a larger email
address. Is there any way around it? The error that comes back is a 5.0.0
that states the email address is unknown.

Duane

"Egbert Nierop (MVP for IIS)" wrote:

 > "DHauser" <DHauser DeleteThis @discussions.microsoft.com> wrote in message
 > news:632DB41F-9EDF-48E3-BC42-4F3516C06959@microsoft.com...
  > >I have setup my Windows 2000 Server as a SMTP server to forward email. I
  > > have confirmed that there is a limit to the size of the From and To email
  > > addresses that can be used. It appears to be a limit of 32 characters
  > > total.
  > > I realize this seems like it should be large enough, but unfortunately, we
  > > have some people that we send email to that have email addresses as large
  > > as
  > > 50 characters. How can I increase the size of this?
 >
 > Interesting. Do you use Active directory to forward mails? And if Active
 > directory has an email address longer than 32 characters, the forwarding
 > does not work? If so, the forwarding is rendered useless. You can ask MS to
 > fix the bug, but they will make an estimate how much businesses have losses
 > because of this bug, in this case, only you :<
 >
 >
  > > Thanks,
  > > Duane
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SMTP Email Address Size Limitation 
Back to top
Login to vote
user1580

External


Since: Apr 03, 2004
Posts: 367



(Msg. 4) Posted: Mon Oct 25, 2004 2:55 am
Post subject: Re: SMTP Email Address Size Limitation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"DHauser" <DHauser.RemoveThis@discussions.microsoft.com> wrote in message
news:3F039AEE-5CBE-435A-8C47-01A2C4C2915A@microsoft.com...
 >I do not believe that I am using Active Directory to do the forwarding. Is
 > there a way to confirm how this is happening? I have added SMTP to the
 > IIS
 > services and set everything up there. I do not have a SmartHost
 > identified.
 > I have also used Microsoft's teing method for SMTP functionality to
 > confirm
 > what is happening.
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?kbid=286421</font" target="_blank">http://support.microsoft.com/?kbid=286421</font</a>>
 > I can test the SMTP and it works great until I get to a larger email
 > address. Is there any way around it? The error that comes back is a
 > 5.0.0
 > that states the email address is unknown.

Hi,

I have tried this with IIS 6 and found no problem. But this won't help you.
I'm really wondering how SMTP server from IIS 5 CAN know if an address is
unknown! You said you used it as a forwarder host, but if it forwards, it
simply passes the error from a remote SMTP host.

SMTP server can only report unknown addresses if you also integrated it with
a POP3 server. But if the domain exists to which mail is sent, it *always*
drops the mail in the inbox for the specific domain.

Regards,

Egbert

 > Duane
 >
 > "Egbert Nierop (MVP for IIS)" wrote:
 >
  >> "DHauser" <DHauser.RemoveThis@discussions.microsoft.com> wrote in message
  >> news:632DB41F-9EDF-48E3-BC42-4F3516C06959@microsoft.com...
   >> >I have setup my Windows 2000 Server as a SMTP server to forward email.
   >> >I
   >> > have confirmed that there is a limit to the size of the From and To
   >> > email
   >> > addresses that can be used. It appears to be a limit of 32 characters
   >> > total.
   >> > I realize this seems like it should be large enough, but unfortunately,
   >> > we
   >> > have some people that we send email to that have email addresses as
   >> > large
   >> > as
   >> > 50 characters. How can I increase the size of this?
  >>
  >> Interesting. Do you use Active directory to forward mails? And if Active
  >> directory has an email address longer than 32 characters, the forwarding
  >> does not work? If so, the forwarding is rendered useless. You can ask MS
  >> to
  >> fix the bug, but they will make an estimate how much businesses have
  >> losses
  >> because of this bug, in this case, only you :<
  >>
  >>
   >> > Thanks,
   >> > Duane
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SMTP Email Address Size Limitation 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How do I get the request limitation size in IIS via PHP? - Following is my function I wrote to retrieve the value of LimitRequestBody in php.conf if the webserver is Apache: [PHP] /*-----------------------------------------------------------------------------------------------------------------------------..

How to send Undelivered Mail to a particular Email Address.. - I have the following problem: When CDO for Windows 2000 or CDO NTS 1.2 send an Email I want to forward it to a particular email address if it's undelivered (it hasn't reached the destination address) I want to send it to a particular email adress with a....

SMTP email tracking - How can we keep track of what emails are sent to users with timestamp using SMTP server component of IIS

SMTP - No inbound email traffic - I'm running IIS 5.0 and have configure the SMTP service. I don't want to recieve in bound email. What would I need to do to turn off inbound traffic?

Configure SMTP to send to certain address - Does anyone know how to direct outbound traffic to a certain address?
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]