Ok, concerning the first post.
It mentions alot about problems with Scalix Connector for Outlook, which for me is working fine so far. However, the DNS discussion may still apply to me so I did some checking on that end:
I have the scalix-default-mail and other entries in my zone file as follows:
$TTL 86400
@ IN SOA mail.mydomain.com. root.mail.mydomain.com. (
2007041201 ; serial
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS mail.mydomain.com.
IN MX 10 mail.mydomain.com.
router IN A 192.168.1.1
mail IN A 192.168.1.2
scalix-default-mail IN CNAME mail.mydomain.com.
Also perfomed some checks:
hostname --fqdn
mail.mydomain.com
omcheckgc -h
mail.mydomain.com
hostname -f
mail.mydomain.com
omshowmnmp
mail mail.mydomain.com
and my /etc/hosts file contains:
127.0.0.1 localhost.localdomain localhost
192.168.1.2 mail.mydomain.com mail mydomain.com
Yet when I try to connect to scalix with "telnet mail.mydomain.com 25" I get the following error just as soon as the RCPT TO:user@mydomain.com is entered:
553 5.1.8
csanburn@myotherdomain.com... Domain of sender address
csanburn@myotherdomain.com does not exist
And also in the /var/log/maillog I get this:
Apr 30 19:45:38 mail sendmail[14669]: m3UNjcOq014669: ruleset=check_mail, arg1=csanburn@myotherdomain.com, relay=root@localhost, reject=553 5.1.8
csanburn@myotherdomain.com... Domain of sender address
csanburn@myotherdomain.com does not exist
Any other suggestions?
Chris