Exchange 2007 blocking admins
Technically you can’t. If someone is an Exchange Admin they can grant themselves rights to view any mailbox via Outlook. It is your admins professionalism which keeps them from doing this. If however you have reason to think that someone is looking at your email, bring this up with your management. ******** MrDenny is right. [...]

View Answer   |  February 4, 2010  4:23 PM
Exchange 2007, Exchange administration
asked by:
56,975 pts.

AS/400 Journaling download to PC – unreadable data
The Journal contains the entire record image as a binary field: character type fields are ok, packed and negative signed fields and a lot of newer field types are going to remain in their binary form when you do dsp journal. Since it’s then moved to the IFS as a single field it cannot be [...]

View Answer   |  February 4, 2010  7:43 AM
AS/400, CPYTOIMPF, Journaling (Exchange), unreadable
asked by:
107,695 pts.

Mailserver attachment limit size
last time i set 10mb on the exchange. ************* You have to keep in mind what the standard limits are to external accounts as well. We set our message limits to 50GB, however external accounts like Yahoo, Gmail etc have much lower limits, so although we can send large files internally we occasionally have to [...]

View Answer   |  February 2, 2010  4:37 PM
Exchange 2007, Mail Attachment Limits, Outlook, Outlook 2003
asked by:
56,975 pts.

Outlook 2003 display name issue for contact with multiple emails
A simple solution would be to create a separate email address for both of them.

View Answer   |  February 1, 2010  5:36 PM
OAB, Outlook, Outlook 2003, Outlook contacts
asked by:
2,325 pts.

How can I auto forward emails from Lotus Notes to another email address in plain text format?
Did you check on the Lotus Notes Client ???/ Edit Current Mail Notes Rich text format

View Answer   |  February 1, 2010  11:14 AM
Email forwarding, Lotus Notes, Lotus Notes 6.x, Lotus Notes Email Forwarding
asked by:
3,225 pts.

MS-Exchange on a dynamic ip w/ mail mx’d from hosted domain name (and website)
That should all work without an issue. The exchange server doesn’t care what the actual public IP is that you use. Within each user in Exchange just setup the default SMTP address as being your @example.com email address. Now you may have a problem with people thinking that you are a spammer because the reverse [...]

View Answer   |  February 1, 2010  5:30 AM
Active Directory, Active Directory DNS setup, DNS, Dynamic IP address, Exchange, Exchange administration
asked by:
64,505 pts.

asked by:
120 pts.

Outlook 2007 insufficient permission
Have the user log into a different computer and try it again. If it works then their windows profile is corrupted and you will need to log in as an administrator, rename their windows account, have them log in again to create a new profile and then move all their stuff from the old profile [...]

View Answer   |  January 27, 2010  4:15 PM
Email permissions, Exchange, Exchange 2003, Outlook, Outlook 2007, OWA
asked by:
56,975 pts.

How to integrate squirrelmail in the server?
Interesting question, can you provide more details? I have never heard of “squirrelmail”, sorry. Have I missed something interesting?

View Answer   |  January 27, 2010  3:24 PM
Squirrel, Squirrelmail, Windows Server 2003
asked by:
56,975 pts.

Need help setting Transaction Log properties in SQL Server 2000
I would assume that at some point either there weren’t any log backups being taken, or someone did a lot of data moving one day. Either way, if you aren’t running low of space, don’t bother shrinking the log file. You won’t gain anything by having a smaller transaction log file. Change the growth from [...]

View Answer   |  January 26, 2010  9:12 PM
backups, SQL Server 2000, Transaction logs
asked by:
64,505 pts.

IIS on 2003 server
Here are a couple of guides: <a href=”http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/750d3137-462c-491d-b6c7-5f370d7f26cd.mspx?mfr=true”>Installing IIS (IIS 6.0)</a> <a href=”http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b0c14479-83e3-435d-a935-819fe396e7d2.mspx?mfr=true”>Server Administration Guide (IIS 6.0)</a>

View Answer   |  January 25, 2010  2:01 PM
ASP.NET, IIS, IIS configuration, Windows Server 2003
asked by:
63,535 pts.

Logon/Monitor OWA
If they logged in using your username and password then no, it would show that you logged in, as they told the computer that they were you. If you think someone is using your account, you should change your password. Everyone having the same password is as good as no-one having password. It completely defeats [...]

View Answer   |  January 25, 2010  6:00 AM
Outlook Web Access, Outlook Web Access Password, OWA, OWA Permissions
asked by:
64,505 pts.

Setup and configuring sendmail in CentOS
<a href=”http://www.linux.com/archive/feature/146613″>This should do it.</a>

View Answer   |  January 24, 2010  3:17 AM
CentOS, Linux, Sendmail
asked by:
1,855 pts.

Hub Transport fails to install on Exchange 2007 Server 2008 r2 install.
Exchange 2007 is not supported on Server 2008 R2. You need to install it on a Server 2008 machine.

View Answer   |  January 23, 2010  1:08 AM
Exchange 2007, Hub Transport Server, Windows Server 2008, Windows Server 2008 R2
asked by:
27,310 pts.

Hardware requirements for an Exchange mailbox server
Here are the <a href=”http://technet.microsoft.com/en-us/library/aa996719.aspx”>general system requirements</a>. As you can tell, the server doesn’t need to be too beefy. For 45 mailboxes, you can get by with a 3000 series Intel processor and as little as 4GB of RAM, but since it is a critical app, I would recommend a 5500 series processor with at [...]

View Answer   |  January 22, 2010  1:22 AM
Exchange 2010, Exchange Hardware, Exchange mailbox management, Exchange Server, Server Hardware
asked by:
27,310 pts.

Not receiving external email after adding new exchange server
Make sure there is a new <a href=”http://www.computerperformance.co.uk/exchange2003/exchange2003_MX_records.htm”>MX record </a>in DNS for the new mail server. Also, check the firewall settings/port mapping to ensure inbound traffic is directed to the new server.

View Answer   |  January 21, 2010  4:34 PM
Exchange 2003, Exchange 2003 configuration, Exchange 2003 Enterprise Edition
asked by:
30 pts.

Need help on SMTP utility in JCL
Here ya go : (but I am surprised someone at your wrokpalce couldn’t supply this) <pre> 000013 //************************************************ 000014 //SMTPTEST EXEC PGM=IEBGENER 000015 //SYSPRINT DD SYSOUT=* 000016 //SYSIN DD DUMMY 000017 //SYSUT2 DD SYSOUT=(L,SMTP) 000018 //SYSUT1 DD * 000019 HELO ISPSYSB 000020 MAIL FROM: <PRATTST@ISPSYSB> 000021 RCPT TO: <STEVE_PRATT@your.addr.org> 000022 DATA 000023 FROM: MVS COMPUTER [...]

View Answer   |  January 21, 2010  2:13 PM
JCL, SMTP
asked by:
5,205 pts.

Block Sender for Multiple Senders – Outlook spam
Just delete the email. It seams like you need to get a better SPAM filter on your mail server so that the bulk of that will all be caught long before it gets to you.

View Answer   |  January 21, 2010  6:00 AM
Exchange 2010, Exchange spam filters, Outlook 2010, Spam filtering services, Spam filters
asked by:
64,505 pts.

What Backup/Restore product for exchange 2007 on win 2008 SE SP1?
We had good success using Symantec Netbackup for our Exchange server backups. One worth reviewing. We currently use Tivoli Storage Manager, but that is much more highly involved to set up, not a good choice to use solely for Exchange, but a very good backup system. I’ve had good luck in the past using CommVault, [...]

View Answer   |  January 19, 2010  10:37 PM
Exchange 2007, Exchange Backup & Restore, Windows Server 2008, Windows Server backup
asked by:
64,505 pts.

Archiving Exchange 2007 in a SQL database
There is already a product out there which does this and does it well. It is not a simple Here’s how” answer. You need program developers and a full time staff to acheive this. Look at <a href=”http://www.quest.com/unified-communications/archiving-ediscovery-compliance.aspx”>Quest Archive Manager</a> which uses SQL to archive email.

View Answer   |  January 18, 2010  9:19 PM
Exchange 2003, Exchange 2007, Exchange Backup & Restore, SQL Database
asked by:
56,975 pts.