Our developers are using a product called smtp.net from a company
called ExclamationSoft (www.exclamationsoft.com). This piece sends out
emails using a postfix 2.0.13 server as a relay. Everything works fine
till they try to send out mails to "cc" addresses with more than 1
address in the cc field. The first cc address gets the email fine but
can not see the other addresses in the cc field, he sees only his
address in the cc field. The other persons in the cc field also get
the email but as if they were in the bcc field.
This works perfectly fine when using sendmail as the relay instead of
postfix.
Please advise.
Thanks!!
Naveen
----=_NextPart_ST_09_48_02_Thursday_November_13_2003_31588
Content-Type: text/plain;
charset="iso-8859-1"
Hi,
I'm having a weird problem and would greatly appreciate your help.
Our developers are using a product called smtp.net from a company
called ExclamationSoft (www.exclamationsoft.com
<http://www.exclamationsoft.com> ). This piece sends out
emails using a postfix 2.0.13 server as a relay. Everything works fine
till they try to send out mails to "cc" addresses with more than 1
address in the cc field. The first cc address gets the email fine but
can not see the other addresses in the cc field, he sees only his
address in the cc field. The other persons in the cc field also get
the email but as if they were in the bcc field.
This works perfectly fine when using sendmail as the relay instead of
postfix.
Please advise.
Thanks!!
Naveen
-----------------------------------------
The information contained in this transmission may contain privileged and confidential information and is intended only for the use of the person(s) named above. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender immediately by reply e-mail and destroy all copies of the original message. Please note that we do not accept account orders and/or instructions by e-mail, and therefore will not be responsible for carrying out such orders and/or instructions.
----=_NextPart_ST_09_48_02_Thursday_November_13_2003_31588
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Diso-8859-=
1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 5.5.2653.12"=
>
<TITLE>cc becomes bcc</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Hi,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">I'm having a weird problem and woul=
d greatly appreciate your help.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Our developers are using a product c=
alled smtp.net from a company</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">called ExclamationSoft (</FONT><A H=
REF=3D"http://www.exclamationsoft.com"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Courier New">www.exclamationsoft.com</FONT></U></A><FONT SIZE=3D2 F=
ACE=3D"Courier New">). This piece sends out</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">emails using a postfix 2.0.13 serve=
r as a relay. Everything works fine</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">till they try to send out mails to =
"cc" addresses with more than 1</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">address in the cc field. The first =
cc address gets the email fine but</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">can not see the other addresses in =
the cc field, he sees only his</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">address in the cc field. The other =
persons in the cc field also get</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">the email but as if they were in th=
e bcc field.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">This works perfectly fine when using=
sendmail as the relay instead of</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">postfix.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Please advise.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Courier New">Thanks!!</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Courier New">Naveen</FONT>
</P>
<br>-----------------------------------------<br>The information contained =
in this transmission may contain privileged and confidential information an=
d is intended only for the use of the person(s) named above. If you are not=
the intended recipient, or an employee or agent responsible for delivering=
this message to the intended recipient, any review, dissemination, distrib=
ution or duplication of this communication is strictly prohibited. If you a=
re not the intended recipient, please contact the sender immediately by rep=
ly e-mail and destroy all copies of the original message. Please note that =
we do not accept account orders and/or instructions by e-mail, and therefor=
e will not be responsible for carrying out such orders and/or instructions.=
<br><br></BODY>
</HTML>
----=_NextPart_ST_09_48_02_Thursday_November_13_2003_31588--
> Hi,
> I'm having a weird problem and would greatly appreciate your help.
>
> Our developers are using a product called smtp.net from a company
> called ExclamationSoft (www.exclamationsoft.com
> <http://www.exclamationsoft.com> ). This piece sends out
> emails using a postfix 2.0.13 server as a relay. Everything works fine
> till they try to send out mails to "cc" addresses with more than 1
> address in the cc field. The first cc address gets the email fine but
> can not see the other addresses in the cc field, he sees only his
> address in the cc field. The other persons in the cc field also get
> the email but as if they were in the bcc field.
>
> This works perfectly fine when using sendmail as the relay instead of
> postfix.
>
Show the message as delivered by Sendmail. Show the same message as
delivered by Postfix. Add three or more "-v" flags to the smtpd line in
master.cf, post log output for a transaction submitting such a message
showing all header records written to the cleanup socket. (rec_put() runs
verbose with 3 or more "-v" flags).
--
Viktor.
The RFC requires syntactically correct addresses that are separated
by commas. Tell the vendor to correctly implement the RFC.
Wietse