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 Wanet Telecoms Ltd 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: *

  • Users: beye1850
  • Content: Threads
  • Order by date
  1. beye1850

    Need PHP Form to keep values when using back button

    A user enters information into a form and then clicks submit. preg_match checks the form to ensure the data format is correct. If it finds an error it displays a message stating that there was an error. The user then clicks the back button in order to return to the form and correct the...
  2. beye1850

    crontab

    I am trying to setup a crontab that will will run once every other Thursday. For example it would run today October 24th and then again on Novemeber 7th then again on November 21st. ect... So i really cant set it up by day of the month since it is always different and THU/2 does not seem to...
  3. beye1850

    Volume Control

    The volume of the auto attendant on our Meridian system is extremly low. The company that did the install says there is no way to adjust the volume. Is this correct? If not then how can I?
  4. beye1850

    Will VLANs solve this problem?

    I have 8 separate LANs Each LAN has 5 nodes The IP addresses of the nodes are 10.11.10.1 to 10.11.10.5 (this cannot be changed) I need the nodes on all 8 LANs to be able to connect to a server on another LAN If I setup a VLAN for each of the 8 LANs plus 1 VLAN for the server on a 2950 Cisco...
  5. beye1850

    Hide Client IP

    Hello all, I have the latest version of sendmail installed and it is working fine. However whenever one of my lan clients sends an email to someone it shows this information in the e-mail header: Received: from my-sendmail-server.com (100.my-sendmail-server.com [122.343.23.342]) by...
  6. beye1850

    Sendmail Not handeling bad e-mail addresses

    Hello All. I recently set up my sendmail server and everything is working fine. So i decided to try to send an e-mail to a bad address to see if the sendmail server would return a message to me stating that the address was bad. However what happens is the e-mail sits in the queue and every...
  7. beye1850

    Send Main to External Sendmail

    I have an internal webserver setup on my lan. I setup some forms on the internal website that are e-mailed to a certain user. The internal webserver is running sendmail. I want the internal webserver/sendmail to forward all mail to my real (external) mail server. How can i do this?
  8. beye1850

    Sendmail Errors

    For some reason Sendmail will not start. I am getting the following 2 errors in the logs: Starting sendmail: 554 5.0.0 No local mailer defined 554 5.0.0 QueueDirectory (Q) option must be set Here is my sendmail.mc file: divert(-1) divert(0) OSTYPE(linux)dnl DOMAIN(generic)dnl...
  9. beye1850

    NT_STATUS_INVALID_WORKSTATION

    My samba box is part of my NT Domain and I can share files with all win boxes in the domain...except for 1 user. He and his computer are part of the domain but for some reason he cant connect to the shares. I get this error in the logs: [2002/06/06 14:40:03, 0]...
  10. beye1850

    Apache Index page

    Hi all, Is there any way to change to layout of the Apache Index Page (the page that displays the directories content)? All i really need to do is make the "Name" display field wider since it is truncating the file names to the point were it is not useful for me. Thanks for the help
  11. beye1850

    Zip multiple directories

    Hi all, I want to zip a whole bunch of directories into its own zip file. Presently I have to use zip -r -m <filename> <directory name> example zip -r -m foo.zip foo/ on ever single directory. as you can imagine it gets kinda boring. Is there a zip switch or command that will...
  12. beye1850

    Can't locate MD5.pm in @INC

    The error i am recieveing in my apache logs is as follows: Can't locate MD5.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/ 5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /var/www/html/perldesk/cgi-bin/...

Part and Inventory Search

Back
Top