On Wed, Jul 24, 2002 at 10:52:01AM +0200, Dieter Tremel wrote:
> > Provider (1und1) seinen smtp Zugang umgestellt.
> > Er benutz jetzt SMTP-Authentication.
> > wie realisiere ich das mit exim?
Noch nicht! :-) Aber es wird kommen.
> /etc/exim/exim.conf:
>
> # This transport is used for delivering messages over SMTP connections.
>
> remote_smtp:
> driver = smtp
> authenticate_hosts = smtp.1und1.com
>
> # To use SMTP AUTH when sending to a particular host, such as your ISP's
> # smarthost, uncomment and edit the above line, and also the example
> # client-side authenticators at the bottom of the file
>
> end
>
> und am Schluss:
>
> plain:
> driver = plaintext
> public_name = PLAIN
> client_send = "^pt1234567-ab^geheim"
Soweit, so gut.
Aber das ist doch jetzt nur f�r eine Mailadresse.
Ich habe mehrere Adressen, die �ber puretec laufen. Wie integrier ich
das?
Muss ich f�r jede Adresse den plain:-Teil eintragen?
Denn das folgende ist ja wohl eher f�r den Server, der smtp-auth
verlangt:
# The examples below are for server side authentication; they allow two
# styles of plain-text authentication against an /etc/exim/passwd file
# which should have user IDs in the first column and crypted passwords
# in the second.
# plain:
# driver = plaintext
# public_name = PLAIN
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
#
# login:
# driver = plaintext
# public_name = LOGIN
# server_prompts = "Username:: : Password::"
# server_condition = "${if
crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
# server_set_id = $1
Oder erstelle ich jetzt eine Datei
#/etc/exim/passwd
user1 geheim1
user2 geheim2
und exim sucht sich dann das passende Paar heraus?
Sorry, aber ich hab's echt noch nicht gerafft.
Ich hoffe ihr k�nnt mir den erleuchtenden Zaunpfahlschlag verpassen. ;-)
MfG,
Karsten
--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)