ok, I have followed this thread to try and resolve a
550 Denied due to spam list that I keep getting.
As others have stated I can send using the Web interface (IMAP) but I am unable to send via MS Outlook. Everything gets a "550 Denied due to spam list" error.
I have several domains providing email for and have added them in the /var/opt/scalix/sys/smtpd.cfg file as well as IP addresses.
Code: Select all
RELAY accept 127.0.0.1
RELAY accept HOSTNAME.mydomain.com
RELAY accept .mydomain2.com
RELAY accept .mydomain3.com
RELAY accept .mydomain4.com
RELAY accept 192.168.254.
RELAY accept 123.234.235.123
The first one is for the local host. I added the secondone (the fqdn of the server). Then the subsequent domains I service. None of these resolved the problem. I then added my INTERNAL network IDs (originally I just had the few IP Addresses that would/could use the server for mail but then used the block) and finally I added my external IP address.
Each change I did the following:
Still I get the 550 error.
What am I doing wrong? HELP!
P.S. I do like everything so far about the Scalix server (well accept this problem) and once I have figured it out completely (or at least enough) I will likely upgrade from the community version).