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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. faelord

    Sendmail - Directory Ownership and Permissions

    Having recently reinstalled named (BIND), for some reason I am not entirely clear on, several of my mail directories were grabbed by it. I changed these back to what I think they should be, however sendmail no longer works. Root can send mail but no other user can. They generate an error saying...
  2. faelord

    Deleting Attachments

    I am picking up mail from a POP server using Mail::POP3Client and converting it to a proprietory format so it can be picked up by a piece of local software on my server. Though some of my domains are pretty obscure and don't have webpages those fun loving virus distributors still manage to find...
  3. faelord

    Evaluating variables read from a file

    I have a simple menuing program where the items for the menu are read from a file in the following format: user level| link text | link url , eg 0|Shop|cgi-bin/vc_shop.pl?id=$id&level=$level&where=shop It is read in using the following: while ($atext=<OFILE>) { @item=split(/\|/,$atext)...
  4. faelord

    Typemap problem with Time::HiRes compilation

    I am attempting to compile the Time::HiRes module on a Redhat Linux 5.2 system running Perl version 5.004_04 doing perl makefile.PL seems to go okay apart from the fact my system lacks ualarm but it assures me it will cope: Configuring... Looking for gettimeofday()... You have...
  5. faelord

    Adding Time Zone to Log File

    Our log files are in the format May 18 10:37:56 faelord ftpd[10062]: FTP LOGIN REFUSED (access denied) FROM ... May 18 10:03:50 faelord in.rshd[8691]: connect from ... We need to send them to someone who has requested the timezone be included ie May 18 10:37:56 CST faelord ftpd[10062]: FTP...
  6. faelord

    Redirecting to Sub-Directory of Current Directory

    We currently hold various examinations and answer papers in our tests directory. However this is becoming unmanageable with the number of files and so we want to give each course its own subdirectory inside tests, /tests/intro_01 /tests/intro_02 etc. Obviously we don't want to lose calls to...

Part and Inventory Search

Back
Top