On Sun, 30 Jul 2000 14:32:29 +0700 (JAVT), Eko Priono wrote:
> On Sat, 29 Jul 2000 03:07:09 -0400 (EDT), Thomas wrote:
>> ISPs normally can check to see if the SMTP user is
>> connected to the ISP, hence an authorized user.
> Another more common method is by checking if the SMTP user
> previously logged-in to the POP3 server from _the_same_ IP
> address. An obvious example is my ISP's mail server, which
> also serve as a free POP3/SMTP/Web-based mail for the rest
> of the world (it's Arachne friendly, BTW):
> http://mail.telkom.net/
Hi, Eko
does this mean that you do not use your ISP (the one with the local
phone number and the one that is not relaying) but first go via internet
to http://mail.telkom.net/ and then activate the e-mail functions?
> With Arachne, you could simply add "AfterPOP3 smtp://:25/"
> in your ARACHNE.CFG to overcome this. Each time the "Get
> new mail" button get clicked, any unsent mail will also be
> sent. Problem solved.
Oh no... not solved at all.
This makes no difference except that the manual tricking them out by
first using POP and after that SMTP is now 'automated'.
However I found a trick:
Send an e-mail to yourself and in the CC field the real address to mail
has to be send to.. Like this:
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Disadvantages: you have to change the TO and CC fields manualy for each
e-mail. If the first e-mail is send this way... the verification is
tricked for just this e-mail only.
All the mail sent to oneself goes to the inbox next time you connect and
if you are on the arachne list you get all your list mail double.
If the downlaoding sticks (for whatever reason) tripple or quadrouple is
even possible... we have a delete key, I know.
Maybe this is a start. If you see the smtp.log it seems to me that an
insertion of een extra "[EMAIL PROTECTED]" will suffice to get
autorisation. But... how to do it?
This is the SMTP.log (blank lines are inserted by me)
First POP3, then SMPT
220 mail02.onetelnet.nl ESMTP Mirapoint 1.1.0; Mon, 31 Jul 2000 02:37:22 +0200 (CEST)
HELO onetelnet.nl
250 mail02.onetelnet.nl Hello 1Cust141.tnt16.rtm1.nl.uu.net [213.53.6.141], pleased to
meet you
MAIL FROM: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>... Relaying denied
RSET
250 Reset state
MAIL FROM: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>... Relaying denied
RSET
250 Reset state
MAIL FROM: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Recipient ok
RCPT TO: <[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>... Relaying denied
Interesting one: two destinations in the TO field
DATA
354 Enter mail, end with "." on a line by itself
From: "Bastiaan Edelman" <[EMAIL PROTECTED]>
Organization: Tech. Redactie CQ-PA
Date: Mon, 31 Jul 2000 02:26:39 +0000
X-Mailer: Arachne V1.61
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: 1-tel upload
MIME-Version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
Dit is maar een simpele test
To: pa3ffz at onetelnet.nl
CC: pa3ffz at vrza.org
-- This mail was written by user of Arachne, the Ultimate Internet Client
-- Arachne V1.61, NON-COMMERCIAL copy, http://arachne.cz/
.
250 AAM34477 Message accepted for delivery
MAIL FROM: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>... Relaying denied
RSET
250 Reset state
MAIL FROM: <[EMAIL PROTECTED]>
250 <[EMAIL PROTECTED]>... Sender ok
RCPT TO: <[EMAIL PROTECTED]>
550 <[EMAIL PROTECTED]>... Relaying denied
QUIT
> * Connecting to POP3 server
> < +OK <[EMAIL PROTECTED]>
>> USER username
> < +OK
>> PASS password
> < +OK
>> QUIT
> < +OK
> * SMTP://:25/
> (followed by the usual SMTP dialog)
> So what do you think? Is the above do-able? ;-)
What do the numbers before @pop3 mean?
> --Eko
Bastiaan
.
-- This mail was written by user of Arachne, the Ultimate Internet Client
-- Arachne V1.61, NON-COMMERCIAL copy, http://arachne.cz/