On Mon, 31 Jul 2000 16:58:00 +0000, Bastiaan wrote:
> 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?
Yes, I could chose whatever email addresses I like <g>. My
ISP (Telkomnet Instant) isn't conventional, but rather an
extra "feature" provided by our telco. I don't have any
unique "by-subscription" PPP account or the like. To access
the net, I just call a 0-809 special number, then logged in
with an universal PPP account. The internet usage is billed
to my phone bill.
>> With Arachne, you could simply add "AfterPOP3 smtp://:25/"
> 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'.
Then your SMTP server is not authenticated by accessing the
POP3 server. Just one question: Do you access it from the
*same* ISP? If not, then you're an outsider, and the SMTP
server is acted as a closed-relay MX (Mail eXchanger). It
will only accept incoming mail, and won't forward to another
server.
> 250 mail02.onetelnet.nl ...
^^^^^^^^^^^^
> Hello 1Cust141.tnt16.rtm1.nl.uu.net [213.53.6.141], pleased
^^^^^^^^
Looks like you trying to use Onetel's mail server from an RTM1
account ? Is Onetel a public mail provider? Some free email
are POPable, but has no SMTP support; the only way to send is
by using their web-based mail interface.
> RCPT TO: <[EMAIL PROTECTED]>
> 250 <[EMAIL PROTECTED]>... Recipient ok
This means that the address <[EMAIL PROTECTED]> is accepted
as destination, your message will be delivered to this addresss.
> RCPT TO: <[EMAIL PROTECTED]>
> 550 <[EMAIL PROTECTED]>... Relaying denied
Because you use Onetel SMTP server from an "outsider" account,
this server only act as a receiver. Domains other than Onetel
won't be accepted. Your message will never reach <[EMAIL PROTECTED]>.
> 250 AAM34477 Message accepted for delivery
This really meant for the Onetel address, not VRZA.
>> < +OK <[EMAIL PROTECTED]>
> What do the numbers before @pop3 mean?
Just a Qmail (the mail server) session ID I guess. Mail clients
only see the first "+" or "+OK" (and "-" or "-ERR" respectively
in case of error), the rest are ignored.
--Eko