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

Re: Sendmail und Authentifizierung



On Wed, Sep 04, 2002 at 12:49:59PM +0200, Marc-Christian Petersen wrote:

Hallo Marc,

ich habe Deine Aenderungen wie unten beschrieben vorgenommen.

>> define(`SMART_HOST',`smtp.1und1.com')dnl
> ^^^^ ändern in:
>define(`SMART_HOST', `esmtp:smtp.lundl.com')dnl

>> define(`confDEF_AUTH_INFO', `/etc/mail/auth/auth-info')dnl
>^^^^ raus

> AuthInfo:smtp.lundl.com "U:$DEINBENUTZERNAME" "P:$DEINPASSWORT"

doch leider funktioniert's immer noch nicht. Jetzt meine der syslog:

Sep  4 21:17:27 obelix sm-mta-queue[2653]: g84JATf9001462: AUTH=client,
available mechanisms do not fulfill requirements
Sep  4 21:17:27 obelix sm-mta-queue[2653]: AUTH=client, relay=smtp.1und1.com,
temporary failure, connection abort
Sep  4 21:17:27 obelix sm-mta-queue[2653]: g84JATf9001462:
to=<mitter@cs.tu-berlin.de>, ctladdr=<cr@obelix.rothmedia.net> (1000/1000),
delay=02:06:58, xdelay=00:00:00, mailer=relay, pri=1830440, relay=smtp.1und1.com
[212.227.126.162], dsn=4.0.0, stat=Deferred: Temporary AUTH failure
Sep  4 21:18:07 obelix dhclient-2.2.x: DHCPREQUEST on eth0 to 192.168.0.1 port 67

Auch habe ich mal folgendes probiert:

AuthInfo:smtp.1und1.com "U:user" "I:user" "P:passwort" "M:PLAIN"

dazu dann in der sendmail.mc: define(`confAUTH_MECHANISMS', `PLAIN')dnl

und auch 

AuthInfo:smtp.1und1.com "U:user" "I:user" "P:passwort" "M:DIGEST-MD5"

und dazu in der sendmail.mc: define(`confAUTH_MECHANISMS', `DIGEST-MD5')dnl

Hat jedoch alles nichts genuetzt.

User und Passwort stimmen, sind zwar von einem anderen Account aber muesste doch
tun. User und Passwort sollte doch nicht an eine E-Mailadresse gebunden sein,
das waere ja oberbloed.

Kann mit noch jemand weitere Tips geben?

Christian



Reply to: