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

Re: SMTP mit Authentifikation



Michelle Konzack <linux.mailinglists@freenet.de> wrote:
> nachdem freenet.de ab dem 09.04.2001 'SMTP mit Authentifikation' 
> einführt, d.h., man kann jetzt auch E-Mails über andere Dial-In-
> Provider wie T-Online versenden, weis ich nicht, wie man sowas 
> unter Linux einrichtet. Mein MUA unter Windows kann ASMTP nicht 
> und es muss eigentlich nur mein smtp-server unter Linux können.

> Dazu habe ich weder in den man-pages noch auf google etwas gefunden.

Wie waere es mit der Dokumention deines Mailservers, zB.
/usr/doc/exim/spec.txt.gz?

> Hat jemand sowas schon gemacht ?
> Wenn ja, wie ?

Ich habe es nicht getestet, aber eximconfig aus exim 3.22-3 produziert
etwas, das sehr brauchbar aussieht.
      cu andreas
-------------------------------------------------------------
# transport:
remote_smtp:
  driver = smtp
  authenticate_hosts = smarthost.isp.com

#router
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smarthost.isp.com bydns_a"

und am Ende (nach rewriting):
# These examples below are the equivalent for client side authentication.
# They assume that you only use client side authentication to connect to
# one host (such as a smarthost at your ISP), or else use the same user
# name and password everywhere

# plain:
#   driver = plaintext
#   public_name = PLAIN
#   client_send = "^username^password"
#
# login:
#   driver = plaintext
#   public_name = LOGIN
#   client_send = ": username : password"
#
# cram_md5:
#   driver = cram_md5
#   public_name = CRAM-MD5
#   client_name = username
#   client_secret = password
-------------------------------------------------------


Reply to: