Here's the really curious bit...
We have two servers, one hosting Scalix (and backup software) and the other running providing various other functions including being the main DNS server for our network. The Scalix server (running Scalix 11.4.5.12163 on CENTOS 5.3) is named in the format ourmail.ourdomain.com and the DNS server (for historical reasons) is named mail.ourdomain.com.
When one particular user (and only this user) tries to add an attachment, an error is logged on the wrong server (i.e. on mail.ourdomain.com instead of ourmail.ourdomain.com. /var/log/httpd/access_log on that server records a line in the following format:
GET /webmail/jdownload?user=[USERNAME]&emailDomain=[DOMAINNAME]&guid=Ox66667c78796e60682b35343032272b2929232908&box=New_Inbox&uid=2692&mime=image%2Fjpeg&part=1.2&filename=__file__2692__1.2&__cid__=171470202@23102008-30A5 HTTP/1.1" 404 215 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6)
Any ideas?
DA