Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > iis smtp nntp > recent posts

RE: Change Postmaster 'from' address
Posted by Jens Frandsen at 10/1/2009 10:38:32 AM
Did anyone ever find a way to do this? From http://www.developmentnow.com/g/92_2004_10_0_0_367224/Change-Postmaster-from-address.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/...more >>

RE: SMTPSVC properties using vbscript
Posted by sivakumar at 1/6/2009 4:37:24 AM
Hi, I am facing the same problem and tried to access the property IPSecurity.IPDeny, it is saying that no property existed with that name. can you please explain bit elobarately. thanks in advance Siva. From http://www.developmentnow.com/g/92_2008_5_0_0_1057653/SMTPSVC-properties-using-vbscrip...more >>

Re: Mail From Address
Posted by Sanford Whiteman at 6/22/2008 11:59:20 PM
> What's the valid foramt for sender? xx@yahoo.com and > xx@yahoo.comxx@yahoo.com? See RFC821... as for the second format a@b@c, that's a form of source-routing, which is heavily deprecated and should not be used. --Sandy ------------------------------------ Sanford Whiteman, Chief T...more >>

Re: telnet smtp server
Posted by Sanford Whiteman at 6/22/2008 11:52:21 PM
> I try on mailserver itself: telnet 127.0.0.1 25(also local > IP:192.168.0.100), didn't work, return to dos prompt right the way. > But work when I use public IP. I have two network cards on that > server and one is connect to Internet, the other one is connected to > local hub....more >>

Re: Mail From Address
Posted by someone@js.com at 6/22/2008 11:36:17 PM
Hi Sanford, What's the valid foramt for sender? xx@yahoo.com and xx@yahoo.comxx@yahoo.com? "Sanford Whiteman" <swhitemanlistens-software@cypressintegrated.com> wrote in message news:op.ubvvg0x86c17zw@gw02.broadleaf.local... > > How do i specify the mail from address in IIS SMTP server, curr...more >>

Re: telnet smtp server
Posted by someone@js.com at 6/22/2008 10:32:14 PM
Thanks Sandy. You're so good :) I try on mailserver itself: telnet 127.0.0.1 25(also local IP:192.168.0.100), didn't work, return to dos prompt right the way. But work when I use public IP. I have two network cards on that server and one is connect to Internet, the other one is connected to l...more >>

Re: telnet smtp server
Posted by Sanford Whiteman at 6/22/2008 9:22:39 PM
> Hi when I run telnet application 25 in doc, noting happened. is it the > port 25 being blocked? It's either the port being blocked at some point between you and the SMTP service, or the SMTP service is not running on port 25. > How to check it? A comprehensive guide is impossible he...more >>

telnet smtp server
Posted by someone@js.com at 6/22/2008 10:02:55 AM
Hi when I run telnet application 25 in doc, noting happened. is it the port 25 being blocked? How to check it? Thanks ...more >>



Re: Cannot get IIS pickup directory
Posted by Sanford Whiteman at 6/13/2008 2:50:33 PM
> How do I authenticate programmatically from a web page? > Can someone give me a link to a page which describes this in detail and > has a working example? What SMTP client library are you using? SMTP AUTH mechanisms are described intimately by RFC -- but the API-level implementation var...more >>

Re: Cannot get IIS pickup directory
Posted by support at 6/13/2008 11:59:53 AM
Ok, I tried sending it out via Outlook Express. I am getting this error. error: -------- The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'someone@yahoo.com'. Subject 'test3', Account: 'mail1.christianasp.net', Server: ...more >>

Re: CDOSYS and Unicode Friendly Names
Posted by Muntz at 6/12/2008 7:26:00 PM
The API also supports a Sender property with RFC compliant guidelines on the use of both properties. "Sanford Whiteman" wrote: > > MailMessage.From is a MailAddress, which supports the address and display > > name. > > Interesting how transport (x821) and content (x822) stuff keep...more >>

Re: CDOSYS and Unicode Friendly Names
Posted by Sanford Whiteman at 6/12/2008 4:12:53 PM
> MailMessage.From is a MailAddress, which supports the address and display > name. Interesting how transport (x821) and content (x822) stuff keeps getting mixed up in these libraries. It's not just in MS' built-in libraries, in others' too, but it drives me crazy because it implies...more >>

Re: Cannot get IIS pickup directory
Posted by Sanford Whiteman at 6/12/2008 3:11:22 PM
> I am trying to send mail, but does anyone know where I can see a working > example. I tried using the one from MSDN, but > I am getting this SMTPException:Cannot get IIS pickup directory You need to make sure you have a working IIS SMTP install before trying to access it programatically. ...more >>

Cannot get IIS pickup directory
Posted by support at 6/12/2008 9:59:57 AM
I am trying to send mail, but does anyone know where I can see a working example. I tried using the one from MSDN, but I am getting this SMTPException:Cannot get IIS pickup directory ...more >>

Re: CDOSYS and Unicode Friendly Names
Posted by Muntz at 6/12/2008 12:33:01 AM
Thanks for your thoughts Sanford. Yes, I was certainly suspicious that using Outlook as my I'm starting to think about using the System.Net.Mail classes in .NET 2.0 as a replacement for my current interop code. They expose a range of encoding options for a range of MailMessage properties...more >>

Re: CDOSYS and Unicode Friendly Names
Posted by Sanford Whiteman at 6/11/2008 10:10:45 PM
> However, putting Unicode into the "friendly name" of the From property > (displayed sender) seems to be unsupported. Well, if you are quoting the 'display-name', it becomes a 'quoted-string'. You can't put an 'encoded-word' in a 'quoted-string' [RFC 2047 following 5(3)]. So ...more >>

CDOSYS and Unicode Friendly Names
Posted by Muntz at 6/11/2008 12:53:00 AM
We are MSDN Universal Subscribers (munter@microsoft.com) Thought I had a good handle on encoding Unicode emails using different charsets (UTF-8, Big5, etc) and different encodings (quoted-printable, base64). I can for instance create emails with Unicode characters in the text or HTML body, ...more >>

Re: IIS SMTP Logging and Spam
Posted by Sanford Whiteman at 6/8/2008 4:02:12 PM
> That is not that simple as I have over 100k of customers that have > been allowed to do this for years now. This would mean they ahve to > go and change all of their code, scripts , e.t.c to account for the > new auth requirement. I feel ya... it's a crossroads. Your hope, howeve...more >>

Re: IIS SMTP Logging and Spam
Posted by jayzee at 6/7/2008 7:19:01 AM
That is not that simple as I have over 100k of customers that have been allowed to do this for years now. This would mean they ahve to go and change all of their code, scripts , e.t.c to account for the new auth requirement. Dont get me wrong, I agree 100% with what you are saying and I have ...more >>

Re: free smtp server for vista
Posted by Sanford Whiteman at 6/6/2008 3:40:31 PM
> I have seen several free SMTP servers but they are more concerned > with forwarding email (presumably for spam purposes) than catching > and storing it I wouldn't put it that way. We are very lucky with IIS SMTP that it has (or had) the \Drop folder, a primitive mailbox folder t...more >>

free smtp server for vista
Posted by Andy Fish at 6/6/2008 3:31:23 PM
Hi, I have an application which generates and send emails by SMTP. I need to be able to demonstrate this on a standalone PC running vista. on XP, I can simply configure the local SMTP service to catch emails for a specific domain and put them in a drop folder, in a format which automatic...more >>

Re: IIS SMTP Logging and Spam
Posted by Sanford Whiteman at 6/6/2008 3:30:58 PM
> I have apporx. 3k sites on a server and 500 or so in one application > pool. I cant find a way to track sites that are spamming as SMTP > logging gives you nothing for this. Sure it does. The best practice for tracking MTA use in a shared environment is to mandate SMTP AUTH ...more >>

RE: How to handle the exception thrown by System.DirectoryServices
Posted by Leena at 6/6/2008 2:56:01 PM
Is there any way (any msdn article ) which will give me all smtp properties name? "Leena" wrote: > I am setting smtp properties programatically like > "General","Access","Messages". > using "System.DirectoryServices" > while using this function EnumerateProperties("IIS://localhost/SMTP...more >>

Re: How to handle the exception thrown by System.DirectoryServices
Posted by Leena at 6/6/2008 2:53:00 PM
BadMailDirectory is the last one which is successfully fetched "Sanford Whiteman" wrote: > > I need to know all properties name to set them to new value. > > What is the last one successfully fetched? > > --Sandy > > > ------------------------------------ > Sanford Whiteman, Chief ...more >>

RE: IIS SMTP Logging and Spam
Posted by jayzee at 6/6/2008 6:55:01 AM
AS an example on Linux side we use mod-Perl to access the request and append specific fileds the apache logs. This is not possible in IIS so it appears I am stuck?? "jayzee" wrote: > I manage a shared hosting ennvironment and am having challenges traacking > down spam: > > Windows...more >>

IIS SMTP Logging and Spam
Posted by jayzee at 6/6/2008 6:52:05 AM
I manage a shared hosting ennvironment and am having challenges traacking down spam: Windows 2003 standard IIS 60 I have apporx. 3k sites on a server and 500 or so in one application pool. I cant find a way to track sites that are spamming as SMTP logging gives you nothing for this. I ...more >>

Re: SMTP error the remote server did not respond to a connection attem
Posted by Sanford Whiteman at 6/5/2008 6:52:54 PM
> We have a SMTP Service setup in IIS 6.0 for sending mail from a > website. This service will randomly have an error that says "Message > delivery to the host <ip> failed while delivering to the remote > domain <domain name> for the following reason: The remote server did > not respon...more >>

Re: New smtp virtual server
Posted by Sanford Whiteman at 6/5/2008 3:19:00 PM
> No.Not on the computer name.I'm doing this on the default smtp virtual > server.I've tried this on another server(same os) and it's working fine. Do you see the same symptoms if you connect to the problematic server remotely -- from MMC running on another machine? --Sandy ----------...more >>

SMTP error the remote server did not respond to a connection attem
Posted by emhrdng at 6/5/2008 2:23:00 PM
We have a SMTP Service setup in IIS 6.0 for sending mail from a website. This service will randomly have an error that says "Message delivery to the host <ip> failed while delivering to the remote domain <domain name> for the following reason: The remote server did not respond to a connection ...more >>

Re: New smtp virtual server
Posted by SHAMMY at 6/4/2008 11:21:00 PM
"Sanford Whiteman" wrote: > > I am trying to create a new smtp virtual server in IIS6.But, when i right > > click default smtp server, the option "create new virtual server" is not > > available?What could be the reason?I have two ip addresses.The operating > > system is windows server 200...more >>


DevelopmentNow Blog