Autor: Oliver Egginger Data: Para: exim-users Assunto: [Exim] SMTP protocol violation and -oX
Hello,
when I call Exim (4.24 + ACL-patch) with -oX \"0.0.0.0.25\" everything seems to work normal,
but if I launch Exim with -oX \"0.0.0.0.25 : 0.0.0.0.465\" it produces the
following error message in conjunction with evolution 1.4.4 and maybe some different clients:
SMTP protocol violation: synchronization error (input sent without waiting for greeting): rejected connection from H=chaos.dvz.fh-giessen.de [192.168.192.85]
Also I see this error message serval times for some other clients in the logs,
after I had done this modification. I'am a little bit surprised now, cause I don't
would exspect that the -oX command line option has any effect on Exims
SMTP checking.
We working with NetBSD 1.6.1. Given below is our complete init script for Exim.
If I change the "command_args" variable to command_args="-oP /var/spool/mail/${name}-daemon.pid -bd -q20m -oX \"0.0.0.0.25 : 0.0.0.0.465\""
(instead of command_args="-oP /var/spool/mail/${name}-daemon.pid -bd -q20m -oX \"0.0.0.0.25\"")
I get the described SMTP protocol violation for some clients.
Do you have some hints or helpful suggestions for me?