nealb.com

July 26, 2009

Inbox disappears in Outlook 2007

Filed under: System Administration — Tags: , , , — webmaster @ 4:29 pm

Everything is going great, you are in work on the weekend (ok, maybe not), and then poof!  Your colleague looks at you and says that his inbox is gone.  He can access it from his iPhone, but that is it.  A quick google search brings us to the article below.  Somehow his Inbox had the hidden property set which prevented it from being shown in Outlook 2007.

http://ozgrant.com/2007/07/24/fix-outlook-inbox-missing-disappeared/

Hope this helps someone else to resolve this issue.

April 18, 2009

How do I configure sendmail not to use DNS?

Filed under: Linux,OpenSource,System Administration — Tags: , , — webmaster @ 6:49 pm

Using Sendmail and want to use a smarthost check out the link below.

How do I configure sendmail not to use DNS?

define(`SMART_HOST', `name.of.smart.host')dnl

To apply the change: (as root on fedora)

vi /etc/mail/sendmail.mc
cd /etc/mail
make
service sendmail restart

Powered by WordPress