> > However, from remote I get this garbage: > <- 220 > *************************************************0******200**2 > ******2**0*00 > -> EHLO localhost > <** 500 unrecognized command > -> HELO localhost > <- 250 sinecure.cannonresearch.com Hello aether at > vsat-148-63-8-131.c001.g4.mrt.starband.net [148.63.8.131] > *** STARTTLS not supported > > Any ideas what I've done wrong here, or should I be going > about enabling > TLS with regular HELO (doesn't seem right)? > > Ooh ! That looks like it's behind a Pix with the smtp_fixup turned on. It breaks a lot of stuff. For a start, it doesn't support ehlo but only helo, so no enhanced smtp commands are available - so you can't use STARTTLS. You could contact the people at the remote site and ask them to consider turning off the smtp fiuxup on the Pix.
Have a look at http://www.debian-administration.org/articles/382 J -- ## 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/
