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:<[EMAIL PROTECTED]> 14885 SMTP>> 250 OK 14885 SMTP<< RCPT TO:<[EMAIL PROTECTED]> 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:<[EMAIL PROTECTED]> 14885 SMTP>> 250 OK 14885 SMTP<< RCPT TO:<[EMAIL PROTECTED]> 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:<[EMAIL PROTECTED]> 14885 SMTP>> 250 OK 14885 SMTP<< RCPT TO:<[EMAIL PROTECTED]> 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:<[EMAIL PROTECTED]> 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 : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Ted Cooper Envoyé : mardi 21 juin 2005 14:24 À : [email protected] Objet : Re: [exim] SMTP Problem -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCuAbwHTFM6KkFI5oRAoinAKCJHBXJ7Q6Jpb2UftA8mmDadnmqcwCcDn3x Xk0BtR85HEZxRQiZBV6r7pU= =tx8M -----END PGP SIGNATURE----- -- ## 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/ -- ## 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/
