SMTP-AUTH with sendmail
Posted: Thu Jul 13, 2006 10:53 am
Hi
First of all sorry for my bad english ... I am not a native speaker
I have installed the Scalix Community Edition on a OSS 10.0 Box. Works great except for the outgoing relay server. We have a dialup-connection, so I have to authenticate with my ISP for delivering mails. I changed /etc/mail/auth/auth-info with following information:
and /etc/sendmail.cf with
Everytime I try to send a mail I receive an e-mail containing the following error-message:
I think sendmail is not sending any login-information, but I do not really have any Idea. I hope you can help me.
First of all sorry for my bad english ... I am not a native speaker

I have installed the Scalix Community Edition on a OSS 10.0 Box. Works great except for the outgoing relay server. We have a dialup-connection, so I have to authenticate with my ISP for delivering mails. I changed /etc/mail/auth/auth-info with following information:
Code: Select all
AuthInfo:smtp.otherdomain.de "U:mXXXXXX-32" "I:mXXXXXX-32" "P:XXXXXX" "M:PLAIN"
and /etc/sendmail.cf with
Code: Select all
# "Smart" relay host (may be null)
DSsmtp.domain.de
Everytime I try to send a mail I receive an e-mail containing the following error-message:
Code: Select all
The original message was received at Thu, 13 Jul 2006 16:29:56 +0200
from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors -----
<user@otherdomain.de>
(reason: 550 must be authenticated)
----- Transcript of session follows -----
... while talking to smtp.domain.de.:
>>> >>> DATA
<<< 550 must be authenticated
550 5.1.1 <user@otherdomain.de>... User unknown
<<< 554 no valid recipients
.
.
.
[orignal-mail]
I think sendmail is not sending any login-information, but I do not really have any Idea. I hope you can help me.