Leopold Palomo-Avellaneda
2011-Jun-02 10:55 UTC
[Pkg-exim4-users] TLS debian configuration
Hi, I have a problem with a smarthost and i would like to disable the TLS. However, I''m a bit confused with the debian configuration of exim. I''m using the split version, so, I have a /etc/exim4/conf.d directory with a files. I have modified : /etc/exim4/exim4.conf.localmacros with MAIN_TLS_ENABLE = false REMOTE_SMTP_HOSTS_AVOID_TLS = XXX.XXX.XXX.XXX and # update-exim4.conf # /etc/init.d/exim4 restart but no success. Also, copy the exim4.conf.localmacros to /etc/exim4/conf.d/main/000_localmacros and # update-exim4.conf # /etc/init.d/exim4 restart but I still send messages with TLS. So, 1) what are the correct procedure to configure exim in debian? 2) how to force to NOT use TLS in a smarthost? Best regards, Leo -- -- Linux User 152692 Catalonia
Leopold Palomo-Avellaneda <leo at alaxarxa.net> wrote: [...]> I have a problem with a smarthost and i would like to disable the TLS. > However, I''m a bit confused with the debian configuration of exim.[...]> with > MAIN_TLS_ENABLE = false > REMOTE_SMTP_HOSTS_AVOID_TLS = XXX.XXX.XXX.XXX[...]> 2) how to force to NOT use TLS in a smarthost?[...] You''ll need to set REMOTE_SMTP_SMARTHOST_HOSTS_AVOID_TLS instead. cu andreas
Leopold Palomo-Avellaneda
2011-Jun-02 15:41 UTC
[Pkg-exim4-users] TLS debian configuration
A Dijous, 2 de juny de 2011, Andreas Metzler va escriure:> Leopold Palomo-Avellaneda <leo at alaxarxa.net> wrote: > [...] > > I have a problem with a smarthost and i would like to disable the TLS. > > However, I''m a bit confused with the debian configuration of exim. > [...] > > with > > MAIN_TLS_ENABLE = false > > REMOTE_SMTP_HOSTS_AVOID_TLS = XXX.XXX.XXX.XXX > [...] > > 2) how to force to NOT use TLS in a smarthost? > [...] > > You''ll need to set REMOTE_SMTP_SMARTHOST_HOSTS_AVOID_TLS instead. > > cu andreasthanks, now it''s ok. Leo -- -- Linux User 152692 Catalonia