On Fri, 30 Sep 2005 14:09:27 +0200 (CEST), Oliver Kötter <[EMAIL PROTECTED]> wrote: >OK, from what I understand exim trys to encrypt that message or something from >that communication >to the destination server?
Yes. Exim uses TLS automatically if the remote host advertises STARTTLS. >But why do all other outgoing mail addresses work? Because their target servers do not advertise STARTTLS >Is there a way to >tell exim not to encrypt anything? hosts_avoid_tls = * in the remote_smtp_smarthost and/or remote_smtp transport(s), according to your configuration. Read /usr/share/doc/exim4-base/README.Debian.gz to find out which file to change. Greetings Marc -- -------------------------------------- !! No courtesy copies, please !! ----- Marc Haber | " Questions are the | Mailadresse im Header Mannheim, Germany | Beginning of Wisdom " | http://www.zugschlus.de/ Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834 -- ## 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/
