Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SurFlite

  1. SurFlite

    PST size limit

    As long as you are using Exchange 2003 and Outlook 11 (2003) with Unicode support you should be able to go over the previous 2 GB limit. Yes. SurFlite MCSE,CCNA,CNA
  2. SurFlite

    PST size limit

    The default maximum size in Outlook 11 (2003) for the new Unicode .pst files is 20GB. For older .pst files without Unicode support, the default maximum size is 1.8MB, the maximum physical size. SurFlite MCSE,CCNA,CNA
  3. SurFlite

    how to fsck automatically

    Type e2fsck -f /dev/xxxx where xxxx is your linux partition The f switch will force checking even if the file system seems clean. SurFlite MCSE,CCNA,CNA
  4. SurFlite

    how to fsck automatically

    You can specify forced checking in /etc/fstab. Like this: code:-------------------------------------------------------------------------------- # <device> <mountpoint> <fstype> <opt> <dump> <fsckorder> <check> /dev/hda1 / ext2 defaults 1 1 1...
  5. SurFlite

    Sendmail installation difficulties

    You need to create empty database files before running newaliases for the first time. /etc/mail/aliases.db or /etc/mail/aliases.pag and /etc/mail/ aliases.dir depending on which database format you're using. Also see: http://osr5doc.ca.caldera.com:457/MailMsgG/sndmlC.sendmail_execution.html

Part and Inventory Search

Back
Top