Hi smah...
Thanks for your post.
However, I have now solved the problem.
I followed every installation guide that I could find, with Google, but nothing worked.
I then read an email that mentioned NMB. I just checked and NMB wasn't running. So I started it and all worked fine.
I must say, in my...
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
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...
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...
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...
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...
Hi Guys..
Many thanks for taking the trouble to help me.
After all my tests I found that:
$pos = strpos($notice, "http://");
if ($pos < 0) {
print "Content-Type: text/html\r\n\r\n";
print "URLs not allowed" ;
}
didn't work. It just kept giving me a server error.
I used:
print "URLs not...
Hi feherke...
Boy !!! That was quick !!! Thanks very much...
I will need to test 3 or 4 strings.
e.g. http:\\ and www. and https\\
Can you tell me how to do this.
e.g.
$pos1 = strpos($notice, "http://");
$pos2 = strpos($notice, "https://");
$pos3 = strpos($notice, "www.");
if (($pos1 < 0) or...
Hi Kirsle...
I have another problem that I hope you can help me with:
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 the notice board which I want to stop.
Can anybody tell me how I can check the 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...
Hi stefanwagner..
I've solved the problem now.
I changed this: jar -cmf MANIFEST.MF Creator.jar *
to
jar -cmf manifest.txt Creator.jar *
and everything worked.
Many thanks for your help.
John C
Hi stefanwagner..
Thanks for taking the trouble to reply to my post.
However, creating .jar file with the command:-
jar cf Creator.jar * does create a manifest automatically:-
Manifest-Version: 1.0
Created-By: 1.6.0_01 (Sun Microsystems Inc.)
However, the manifest needs to read:-...
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...
Hi Kirsle...
I have now completed my tests.
I found that I can use:
my $data = get "http://123.123.123.123/file.txt";
on each server, including the local server.
Is this likely to cause any problem, other that a small time delay ???
Thanks very much for all your help and advice.
Regards,
John C
Hi Kirsle...
Many thanks for all your advice.
I do have two situations that apply here. One is a server on the same subnet and the other is a remote server.
I will try them out very soon.
Once again, many thanks for your trouble.
John C
Hi travs69...
I have captch on one of my boards and it stopped a lot of junk.
I am thinking seriously of introducing it on all boards and forms. One problem is that I'm not fully conversant with it yet (being a novice).
But thanks for the advice.
John C
Hi Rieekan..
I am aware of the problem of blocking all comers from the same IP number.
However, I'm not just talking about emails and postings that I don't want, I'm referring to porn and viagra postings, and the like.
The trap that I use offers the sender to send a message by normal email if...
Hi Kirsle
Thanks very much for your reply.
This helps me such a lot.
Can you tell me, is it possible to read a file on another server?
i.e.
open (FILE, "remote server/read.txt")
I have been testing and I can't make it work.
Thanks,
John C
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.