Hi,
I have a problem with SMTP Authentication. I have inserted the line ANONYMOUS reject ALL in smtpd.cfg. After restart off smtpd it is allowed to send mail via smtp and user authentication.
But, the Scalix smtpd doesn't receive mails. The sender receipt the following message:
The original message was received at Wed, 1 Mar 2006 12:13:48 +0100
from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors -----
<user@domain.com>
(reason: 530 Authentication required)
----- Transcript of session follows -----
... while talking to mail.bbi.at.:
>>> MAIL From:<user@other.com>
<<< 530 Authentication required
554 5.0.0 Service unavailable
How can I say the Scalix SMTP to receive messages and also use ANONYMOUS reject ALL.
Thanks for help!!