We're using Icewarp 9 for the moment and will be upgrading to version 10 once the Linux version is released. There's an Outlook connector installed on all the workstations that syncs the contacts, etc. Any continued information will be helpful.
Hello all,
I'm currently in the process of researching Outlook 2003 and its archiving/auto-archiving features.
Here's what we're trying to accomplish.. Any emails 30+ days old go to the archive.pst file (this will be stored on a network share just as fyi). I know within the Outlook archiving...
Can you supply the error message and code? We can't guess as to what's what and where its erroring out.
Brendan Murtagh - HostMySite.com
Technical Support Representative
bmurtagh@hostmysite.com
http://www.hostmysite.com?utm_source=bb
Hi Sorin,
I would consider speaking with your host about setting up monitor pages for each of the domains or use a 3rd party monitoring system that checks the site/page for uptime. As far as actually monitoring software Nagios is one, but may be overkill and your host should have the ability to...
Hey,
Have you checked the permissions on the .mdb file? Right click on it then Properties > Security. Make sure the ASP user has the proper permissions.
Brendan Murtagh - HostMySite.com
Technical Support Representative
bmurtagh@hostmysite.com
http://www.hostmysite.com?utm_source=bb
Hey,
The issue sounds like what Phil suggested. The mapping for .php needs to be added to IIS so that it knows how to parse files with that extension.
Brendan Murtagh - HostMySite.com
Technical Support Representative
bmurtagh@hostmysite.com
http://www.hostmysite.com?utm_source=bb
Hi Terrence,
The one thing that stuck out to me in the ASP code was the line:
.Item(cdoSMTPServer) = "mail-fwd"
That variable should be set to your SMTP server that you use to send the email. It should also be a fully qualified domain name like mail.yourdomain.com, smtp.yourdomain.com, or...
Hey Gavin,
Go into the SMTP service listed in IIS and enable the logging. This should give you with at least a beginning for troubleshooting and you can paste part of the log to get additional suggestions.
Brendan Murtagh - HostMySite.com
Technical Support Representative...
Hey kettch,
Along the lines of the jpadie had said, but in the php.ini file I would keep it as:
error_reporting = E_ALL
By removing ~E_DEPRECATED part, the deprecated code messages should be gone, but you still have full reporting of PHP errors for troubleshooting with the site.
Brendan...
Hey,
Windows XP 32 bit supports up to 4 GB. Windows takes this and splits it in half, using 2gb for apps, and 2gb for the kernel. If you add the /3g switch the boot.ini, then it uses 1gb for the kernel, and 3gb for apps.
http://www.microsoft.com/whdc/system/platform/server/pae/paemem.mspx...
Hey,
Do you know how large of the files you're hoping to receive? Since you're using PHP, you'll need to edit two values in the php.ini file and restart IIS/Apache afterwards.
upload_max_filesize = 10M;
post_max_size = 20M;
Granted, you'll want to change the values to your specifications, but...
Hey wannabie2,
IIS can host more than one site (web or ftp). However, I think the issue you're running into is as a result of the isolation.
When creating the FTP, the way I've always done this is by not isolating users. After the FTP is setup, you can then add the FTP user you want to...
Hi,
When you go into IIS and right click to the website you've setup go to the properties then the Directory Security tab.
Click the edit button under Authentication and access control. You want to make sure that the 'enable anonymous access' is checked off and that the proper IUSR is listed...
Hi,
One thing you could attempt would be to first confirm if the drivers exist anymore for the flash drive. If they do, you could uninstall and then try using the drivers from the Verbatim website that corresponds to your flash drive.
If the drivers aren't present on your system, you could...
Hey Renato,
Another thing to note for the future would be to have an alternate SMTP port setup in your mail server configuration. At work we have port 25 and 50 setup as SMTP ports in case ISPs, etc. are blocking the use of 25. I've seen this mainly with residential ISPs, but hotels and public...
Hi eyetry,
I was a big unsure myself if this was possible, however I've checked the RAW FTP commands list and the only option is the STOR command:
STOR
Syntax: STOR remote-filename
Begins transmission of a file to the remote site. Must be preceded by either a PORT command or a PASV command so...
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.