Re: [Exim] can send but not receive

Página Inicial
Delete this message
Reply to this message
Autor: Juha Saarinen
Data:  
Para: Paolo Gaggini
CC: exim-users@exim.org
Assunto: Re: [Exim] can send but not receive
On Sun, 21 Jul 2002, Paolo Gaggini wrote:

> I use KMail (in a Madrake8.1/KDE3 system), which returns a window saying:
>
> ******************
> Sending failed:
> The server didn't accept one of the recipients.
> It said: 5.1.1 <paolo@???> is not a valid mailbox
> ********************************************


Try telnetting into port 25 on your server, and issue something like:

EHLO gseserver.net
mail from:<paolo@???>
rcpt to:<paolo@???>
data
"anything you want"
.

And post the output>

> > $ telnet mail.gseserver.net 25
> >
> > Connection closed by foreign host.
>
> That's interesting. I have no idea for that. Do you use a Linux system (well,
> with pine..)? May you try to suppose what can be the problem? Why it should
> accept the connection and then close it immediately???
>
> Thanks again! :)


pts/2 juha@vim2:~$ mail -v paolo@???
Subject: test
asfd
.
LOG: MAIN
<= juha@??? U=juha P=local S=315
pts/2 juha@vim2:~$ Connecting to mail.gseserver.net [213.155.200.101]:25
... connected
LOG: MAIN
Remote host mail.gseserver.net [213.155.200.101] closed connection in
response to initial connection
LOG: MAIN
== paolo@??? R=dnslookup T=remote_smtp defer (-18): Remote
host mail.gseserver.net [213.155.200.101] closed connection in response to
initial connection


Have you tcp-wrapped the smtp daemon?

Should show up in /var/log/exim/main.log.


--
Juha Saarinen