[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exim4 & SMTPAUTH


<ich rutsche auch eben von einer Sendmail auf eine Exim-Configuration.
<Ob Du mir mal schreiben wuerdest was Du genau gemacht hast um die
authentication hinzubekommen ?


***************************
apt-get install sasl2-bin
***************************


in /etc/defaults/saslauthd
***************************
START=yes
#und
MECHANISMS="pam shadow"
***************************

in der exim4.conf.template

***************************
MAIN_TLS_ENABLE=true
AUTH_SERVER_ALLOW_NOTLS_PASSWORDS=true
AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS=true
tls_on_connect_ports = 465
***************************
dies in der MAIN Section einfuegen (bei mir direkt unter confdir)

und (am einfachsten nach sasl suchen)
***************************
# login_saslauthd_server:
#   driver = plaintext
#   public_name = LOGIN
#   server_prompts = "Username:: : Password::"
#   # don't send system passwords over unencrypted connections
#   server_condition = ${if saslauthd{{$auth1}{$auth2}}{1}{0}}
#   server_set_id = $auth1
#   .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
#   server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
#   .endif
***************************
hier die kommentarzeichen entfernen

bei mir war der Debian-exim Benutzer nicht in der Gruppe sasl was dazu
fuehrte dass es nicht funktioniert
also noch ein

***************************
usermod -G sasl Debian-exim
***************************
zuguter letzt noch sasl und exim neustarten

und schon hats funktioniert.

Bei mir sagt er jetzt :

Ohne Auth ohne tls           --> relay not premitted
mit auth ohne tls                --> relay not premitted
ohne auth mit tls                --> relay not premitted
und zuguter letzt
gehts mit auth und mit tls *freu*

-- 
http://mailman.uugrn.org/mailman/listinfo/uugrn