| Author |
Message |
Konrad Rusz
Guest
|
Posted:
Tue Dec 07, 2004 8:06 pm Post subject:
How can I point out another SMTP port in confiramtion.pcf fi |
|
|
Hi,
I have a question regarding Commerce Server 2000. I'm wondering how is it
possible to point out that my SMTP server works on a different port than 25?
I try to do it by typing smtpserver.domain.com:port_number (in this case it
is port 26) in 'confirmation.pcf' file. Unfortunately it isn't working.
If you have any ideas, please share with me.
Regards,
Konrad Rusz |
|
| Back to top |
|
 |
David Messner [MSFT]
Guest
|
Posted:
Wed Dec 08, 2004 11:08 am Post subject:
RE: How can I point out another SMTP port in confiramtion.pc |
|
|
What are the components in confirmation.pcf? The SendSMTP pipeline
component is in the product (a SiteServer backward compatibility object),
but I don't see any indication in the docs that it supports using an
"unusual" port for SMTP.
Where you typing the address, exactly (what field)?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
From: "Konrad Rusz" <konrad@ogumienie.pl_test>
Subject: How can I point out another SMTP port in confiramtion.pcf file?
Date: Tue, 7 Dec 2004 15:06:59 +0100
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <u8sgqYG3EHA.524@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 217.96.36.68
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15204
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I have a question regarding Commerce Server 2000. I'm wondering how is it
possible to point out that my SMTP server works on a different port than 25?
I try to do it by typing smtpserver.domain.com:port_number (in this case it
is port 26) in 'confirmation.pcf' file. Unfortunately it isn't working.
If you have any ideas, please share with me.
Regards,
Konrad Rusz |
|
| Back to top |
|
 |
Konrad Rusz
Guest
|
Posted:
Wed Dec 08, 2004 2:01 pm Post subject:
Re: How can I point out another SMTP port in confiramtion.pc |
|
|
Hi,
Sorry but I forgot to mention that I'm typing it in the 'SMTP Host
(required):' field in the 'Send SMTP' component of the 'confiramtion.pcf'
file.
Regards,
Konrad Rusz
Użytkownik "David Messner [MSFT]" <davidme@online.microsoft.com> napisał w
wiadomo¶ci news:Yqfu2PO3EHA.3744@cpmsftngxa10.phx.gbl...
| Quote: | What are the components in confirmation.pcf? The SendSMTP pipeline
component is in the product (a SiteServer backward compatibility object),
but I don't see any indication in the docs that it supports using an
"unusual" port for SMTP.
Where you typing the address, exactly (what field)?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All
rights
reserved. |
|
|
| Back to top |
|
 |
Konrad Rusz
Guest
|
Posted:
Wed Dec 08, 2004 2:21 pm Post subject:
Re: How can I point out another SMTP port in confiramtion.pc |
|
|
It's me again. Components in 'confirmation.pcf' file are:
EmailConfiguration, QueryCatalogInfo, Make PO, SendSMTP (there is only one
stage named Confirmation).
Konrad
Użytkownik "David Messner [MSFT]" <davidme@online.microsoft.com> napisał w
wiadomo¶ci news:Yqfu2PO3EHA.3744@cpmsftngxa10.phx.gbl...
| Quote: | What are the components in confirmation.pcf? The SendSMTP pipeline
component is in the product (a SiteServer backward compatibility object),
but I don't see any indication in the docs that it supports using an
"unusual" port for SMTP.
Where you typing the address, exactly (what field)?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All
rights
reserved. |
|
|
| Back to top |
|
 |
David Messner [MSFT]
Guest
|
Posted:
Thu Dec 09, 2004 11:55 pm Post subject:
Re: How can I point out another SMTP port in confiramtion.pc |
|
|
I have checked the code for this component and the port is hardcoded as
25. It cannot be changed in the manner you are attempting. Since this
component is shipped in Commerce Server only for backward compatibility
with Site Server, we would not look at adding this capability (it will not
ship in future releases).
I suggest you use the CDO object model directly. This component is
essentially a thin wrapper around CDO.
regards
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
From: "Konrad Rusz" <konrad@ogumienie.pl_test>
References: <u8sgqYG3EHA.524@TK2MSFTNGP09.phx.gbl>
<Yqfu2PO3EHA.3744@cpmsftngxa10.phx.gbl>
Subject: Re: How can I point out another SMTP port in confiramtion.pcf file?
Date: Wed, 8 Dec 2004 09:01:17 +0100
Lines: 27
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <epkVCxP3EHA.1396@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 217.96.36.68
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15211
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
Sorry but I forgot to mention that I'm typing it in the 'SMTP Host
(required):' field in the 'Send SMTP' component of the 'confiramtion.pcf'
file.
Regards,
Konrad Rusz
Użytkownik "David Messner [MSFT]" <davidme@online.microsoft.com> napisał w
wiadomo¶ci news:Yqfu2PO3EHA.3744@cpmsftngxa10.phx.gbl...
| Quote: | What are the components in confirmation.pcf? The SendSMTP pipeline
component is in the product (a SiteServer backward compatibility object),
but I don't see any indication in the docs that it supports using an
"unusual" port for SMTP.
Where you typing the address, exactly (what field)?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All
rights
reserved. |
|
|
| Back to top |
|
 |
Konrad Rusz
Guest
|
Posted:
Fri Dec 10, 2004 2:02 pm Post subject:
Re: How can I point out another SMTP port in confiramtion.pc |
|
|
Hi,
I would like to thank you very much for your interest and aid regarding this
subject. I hope it will help us to solve our problem.
Regards,
Konrad
Użytkownik "David Messner [MSFT]" <davidme@online.microsoft.com> napisał w
wiadomo¶ci news:05zvNhh3EHA.1512@cpmsftngxa10.phx.gbl...
| Quote: | I have checked the code for this component and the port is hardcoded as
25. It cannot be changed in the manner you are attempting. Since this
component is shipped in Commerce Server only for backward compatibility
with Site Server, we would not look at adding this capability (it will not
ship in future releases).
I suggest you use the CDO object model directly. This component is
essentially a thin wrapper around CDO.
regards
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All
rights
reserved. |
|
|
| Back to top |
|
 |
|
|
|
|