Can you make a specific example including mail from, mail to, IP/names
of the hosts involved.
If the recipient is on gmail you DON'T need authentication to send the mail.
#######################################################################
An example of ours is that:
from: [EMAIL PROTECTED]
to: [EMAIL PROTECTED]
SMTP Server: James Mail
SMTP Port: 2525 (James Mail ll open port 2525 instead of default port of 25)
However, from this step, the James Mail does not send the mail to
[EMAIL PROTECTED], what it does is
1) Receive the email
2) Attaching an image to the mail
3) Send that email using another MTA (Mail Transfer Agent) / SMTP Server
which in this case is Yahoo Mail Server.
However, assume that Yahoo s a Mail Server that requires SMTP AUTH before
SMTP. Then we ll need to to get the username, password in Step 1 so that it
can take that value to send to Yahoo.
Yahoo in this case s just a analogy of a SMTP AUTH required Mail Server.
That s what I mean.
----- Original Message -----
From: "Stefano Bagnara" <[EMAIL PROTECTED]>
To: "James Developers List" <[email protected]>
Sent: Friday, May 09, 2008 4:28 PM
Subject: Re: Requires authentication
[EMAIL PROTECTED] ha scritto:
I am developing a MailRelay application,I use JAMES to do work.
When I send mail from Mail Client to SMTP Server that requires
authentication,JAMES is a Mail Relay between and "the SMTP AUTH required
SMTP Server".
There is no such things like "mail relay" with "authentication relaying".
Describe application:
1.I used OutLook Express(OE) with account of "the SMTP AUTH required SMTP
Server" for send mail.
And here you use a JAMES account credentials.
2.OE will send this mail to port 2525,as well as port SMTP of JAMES
listening.JAMES will receive this mail and
attach file Image or text into mail.Then JAMES continous transfer mail to
Server "the SMTP AUTH required SMTP Server","the SMTP AUTH required SMTP
Server" will send this mail
to recipient.
Problem here be "the SMTP AUTH required SMTP Server" will requires
authentication account of sender before send mail.
Can you make a specific example including mail from, mail to, IP/names of
the hosts involved.
If the recipient is on gmail you DON'T need authentication to send the
mail.
1.If I am taken OE is sent mail to "the SMTP AUTH required SMTP
Server","the SMTP AUTH required SMTP Server" will send this mail to
recipient.(OK)
*which way to get username and password of mails sent from a MUA (Mail
User Agent such as OE) to JAMES?
Sorry I don't undestand what you say.
Please describe the issue your MailRelay application should solve, maybe
we better understand what is your problem.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]