SMTP-AUTH with Sendmail
Posted: Wed Oct 25, 2006 5:03 am
I have installed scalix successful. The scalix version is 10.0.0.1 on SUSE 10.0.
My problem is I can't send any mails over the smtp.1und1.de relay server. If send a mail I get the folowing mail back:
It seems it is a problem with the authentication.
I changed /etc/mail/auth/auth-info with following information:
and /etc/sendmail.cf with
How can I configure sendmail that I can use SMTP-AUTH to make the authorisation?
My problem is I can't send any mails over the smtp.1und1.de relay server. If send a mail I get the folowing mail back:
Code: Select all
The original message was received at Mon, 16 Oct 2006 23:30:35
> +0200
> > > from localhost [127.0.0.1]
> > >
> > > ----- The following addresses had permanent fatal errors -----
> > > <info@easytec-it.de>
> > > (reason: 550 must be authenticated)
> > >
> > > ----- Transcript of session follows -----
> > > ... while talking to smtp.1und1.de.:
> > > >>> DATA
> > > <<< 550 must be authenticated
> > > 550 5.1.1 <info@easyte.de>... User unknown
> > > <<< 554 no valid recipients
It seems it is a problem with the authentication.
I changed /etc/mail/auth/auth-info with following information:
Code: Select all
AuthInfo:smtp.1und1.de "U:mXXXXXX-32" "P:XXXXXX"
and /etc/sendmail.cf with
Code: Select all
# "Smart" relay host (may be null)
DSsmtp.1und1.de
How can I configure sendmail that I can use SMTP-AUTH to make the authorisation?