RE: [exim] SMTP Problem

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tugdual de Lassat
Datum:  
To: exim-users
CC: Ted Cooper
Betreff: RE: [exim] SMTP Problem
Thks a lot Ted, i indeed had forgotten to restart exim (how newbie i must
make, sorry folks with my annoyements...)

Restarted process, all goes fine, but i then get the following log :

14885 Process 14885 is handling incoming connection from
[81.53.168.38]:34238
14885 checking for IP options
14885 no IP options found
14613 1 SMTP accept process running
14613 Listening...
14885 SMTP>> 220 xxxxxx.oxyd.net ESMTP Exim 4.51 Tue, 21 Jun 2005 14:31:27
+0200
14885 Process 14885 is ready for new message
14885 smtp_setup_msg entered
14885 SMTP<< HELO tugdual
14885 SMTP>> 250 xxxxxx.oxyd.net Hello
anantes-154-1-5-38.w81-53.abo.wanadoo.fr [81.53.168.38]
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< NOOP
14885 SMTP>> 250 OK
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< MAIL FROM:<arnaud.trotignon@???>
14885 SMTP>> 250 OK
14885 SMTP<< RCPT TO:<arnaud.trotignon@???>
14885 SMTP>> 250 Accepted
14885 SMTP<< RSET
14885 LOG: smtp_incomplete_transaction MAIN
14885 H=anantes-154-1-5-38.w81-53.abo.wanadoo.fr (tugdual)
[81.53.168.38]:34238 I=[xxx.xx.xx.xxx]:25 incomplete transaction (RSET)
14885 SMTP>> 250 Reset OK
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< NOOP
14885 SMTP>> 250 OK
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< MAIL FROM:<arnaud.trotignon@???>
14885 SMTP>> 250 OK
14885 SMTP<< RCPT TO:<frederic.leveques@???>
14885 SMTP>> 250 Accepted
14885 SMTP<< RSET
14885 LOG: smtp_incomplete_transaction MAIN
14885 H=anantes-154-1-5-38.w81-53.abo.wanadoo.fr (tugdual)
[81.53.168.38]:34238 I=[xxx.xx.xx.xxx]:25 incomplete transaction (RSET)
14885 SMTP>> 250 Reset OK
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< NOOP
14885 SMTP>> 250 OK
14885 SMTP<< RSET
14885 SMTP>> 250 Reset OK
14885 SMTP<< MAIL FROM:<arnaud.trotignon@???>
14885 SMTP>> 250 OK
14885 SMTP<< RCPT TO:<tugdual.delassat@???>
14885 SMTP>> 250 Accepted
14885 SMTP<< RSET
14885 LOG: smtp_incomplete_transaction MAIN
14885 H=anantes-154-1-5-38.w81-53.abo.wanadoo.fr (tugdual)
[81.53.168.38]:34238 I=[xxx.xx.xx.xxx]:25 incomplete transaction (too many
non-mail commands)
14885 LOG: MAIN REJECT
14885 SMTP call from anantes-154-1-5-38.w81-53.abo.wanadoo.fr (tugdual)
[81.53.168.38]:34238 I=[xxx.xx.xx.xxx]:25 dropped: too many nonmail commands
(last was "RSET")
14885 SMTP>> 554 Too many nonmail commands
14613 child 14885 ended: status=0x100
14613 0 SMTP accept processes now running

This same smtp pattern (checked using ethereal) happens using
smtp.wanadoo.fr, where software works, and all emails get processed. Only
difference is after RSET
>

14885 SMTP<< RCPT TO:<tugdual.delassat@???>
14885 SMTP>> 250 Accepted
14885 SMTP<< RSET
14885 LOG: smtp_incomplete_transaction MAIN
>

where a DATA gets sent.

To my knowledge smtp commands seem correct, (maybe a bit less RSET commands
would be better, but it works on wanadoo's smtp servers, so why can't it
work under exim. I can't even reduce these, as it uses windev's common
windows smtp ressources), could my problem come from a too great
sensibility for non-mail commands that i should configure in exim ???

Thks for your lightnings,

Tdldp


-----Message d'origine-----
De : exim-users-bounces@??? [mailto:exim-users-bounces@exim.org]De
la part de Ted Cooper
Envoyé : mardi 21 juin 2005 14:24
À : exim-users@???
Objet : Re: [exim] SMTP Problem


Tugdual de Lassat wrote:
> Thks tony, but log doesn't seem to work, here is what i only get :
> LOG: MAIN
> cwd=/ 4 args: exim -bd -d-all+receive
> trusted user
> admin user
> originator: uid=0 gid=0 login=root name=root
> 13235 LOG: MAIN
> 13235 socket bind() to port 25 for address (any IPv4) failed: Address
> already in use: waiting before trying again



Exim (or something) is still running and is using port 25. Try killing the
currently running daemon. ie killall exim

Ted.


--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/