Postby dkelly » Thu Dec 07, 2006 11:00 am
Message submission only fails if the submitting client is trying to send to a non-Scalix address. The SMTP Relay doesn't have the concept of enabling or disabling authentication, it goes through the following logic:
1) If the recipient address is found in the Scalix SYSTEM directory, the message is allowed.
2) If the recipient address is not found in the directory, that's marked as an attempt to relay.
3) If the message is a relay attempt, is the user authenticated. If yes, allow the relay.
4) If the message is a relay attempt, is the user's IP address in the RELAY accept lines. If yes, allow the relay.
5) If the message is a relay attempt, is the recipient address in a domain that is listed in the RELAY accept lines. If yes, allow the relay.
Are you saying that you are not able to meet any of those conditions ?
Cheers
Dave