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 Rhinorhino 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: countrydj
  • Content: Threads
  • Order by date
  1. countrydj

    Setup samba centos 6.3

    I am trying to setup samba on centos 6.3. I already have samba working on centos 5. I have followed every instruction that I can find using Google but I still cannot see the samba server with Windows 7 Any advice please. John C =================================== countrydj UK
  2. countrydj

    Cannot get leapftp to logon in windows virtual pc

    Hi Guys... I have just upgraded to Windows 7 and I need to get my leapftp 2.7 to work. I had no problems when I had Windows XP. This is the connection log: [14:17:15] 220 (vsFTPd 2.2.2) [14:17:15] USER ukzone [14:17:15] 331 Please specify the password. [14:17:15] PASS xxxxxx [14:17:15] 230...
  3. countrydj

    Problems receiving SOME mail

    Hi Guys.. I am trying to identify why some emails are not getting through, so I look in my maillog file. Does anybody know what MAIL/EXPN/VRFY/ETRN stands for. I get lots of these in my maillog: ... did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA and I would like to know what...
  4. countrydj

    Why do I get 550 5.1.1 User unknown message ???

    Hi... I am using Centos 5 on my linux server. This is my problem: Using my own server's SMTP (Relaying is allowed from my ip number),if I send an email, using Eudora or any other mail client, to one of my customers it will not send. It gives a 550 5.1.1 User unknown message. I can send email to...
  5. countrydj

    Howto allow specific domains to relay via sendmail

    Hi... I want to allow relaying through my server for specific domains. I know I can allow ip numbers by adding: 80.80.80.80 RELAY to my /etc/mail/access file. I'm sure that it can be done for specific domains but my tests have failed so far. e.g. mydomain.com RELAY Has anybody any ideas how to...
  6. countrydj

    How to check for string in part of a form

    I have a form for adding a notice to a notice board which is passed to a perl script. I am constantly being inundated with spam url links on a notice board which I want to stop. Can anybody tell me how I can check the form $notice for the first occurance of http:// and https:// and www. In...
  7. countrydj

    In Java, how do I create a MANIFEST.MF with Main-Class: in it?

    I have a .jar file which I have unzipped into it’s own directory. The directory now contains a number of .class files. I have converted the files into .java files. I have found the file that a need to edit and edited it. I have now converted it back to a .class file. I now convert it to the...
  8. countrydj

    How do I check a file for a string?

    Hi.. I am very new to perl. I am getting a lot of unwanted visitors posting obsenities on my notice board and other such boards. At the moment I have a list of ip numbers within the script: $remote_ip = $ENV{REMOTE_ADDR}; if( ($remote_ip eq "194.83.57.154") || ($remote_ip eq "121.127.81.60") ||...

Part and Inventory Search

Back
Top