I had a similar issue:
I renamed all the files from Uppercase to lowercase:
in a console:
for n in *; do mv $n `echo $n | tr '[:upper:]' '[:lower:]'`; done
I have a domino server hiding behind a Watchguard Firewall system.
Watchguard IP Address is 218.185.x.130/27
The DNS records of the server/Domain name points to 218.185.x.155.
Ports 25,110,1352 get NAT'd internally to 172.x.x.x
We have just discovered that emails, sent to clients of...
I am the network administrator for the company I work for but not the Lotus Notes Administrator.
I have begun learning Lotus Notes to assist the LN Admin.
My first experiment was to test security of the domino server by copying a user mail file from our (eg: company.com) domino server and copy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.