Hi
I try to forward a message for an internet user.
This means the scalix account is a Internet User Account.
The account is defined with 2 addresses as follows:
user1@foreigndomain.com
user2@companydomain.com
I saw in the sendmail.cf config-file there is the ommapsmtp used for users. For the addresses above ommapsmtp reports:
user1@foreigndomain.com
user2@companydomain.com
Standard users are reported as:
scalix:server:standarduser@companydomain.com
When I try to submit a message to the email user2@companydomain.com the following SMTP sequence is done:
Connected to mail.companydomain.com
Escape character is '^]'.
220 mail.dmz.companydomain.com ESMTP Scalix SMTP Relay 10.0.1.3; Thu, 29 Jun 200 14:59:05 +0200 (CEST)
ehlo test
250-mail.dmz.companydomain.com Hello testdomain.com [*.*.*.*], pleased to m t you
250-AUTH CRAM-MD5 PLAIN DIGEST-MD5 LOGIN GSSAPI
250-AUTH=LOGIN
250-DSN
250 8BITMIME
mail from: testuser@testdomain.com
250 testuser@testdomain.com... Sender ok
rcpt to: user2@companydomain.com
550 Denied due to spam list
What to do now ?
Best regards
Daniel