Re: limiting port 25 to an IP

2004-10-23 Thread Fraser Campbell
On Saturday 23 October 2004 19:03, W.D.McKinney wrote: > We need to limit port 25 on one MTA server to a single /28 pool of > addresses. So I need to have the rule to accept the traffic from the /28 > and only through port 25. Your questions have confused people ... Some people thought that you

Re: limiting port 25 to an IP

2004-10-23 Thread W.D.McKinney
On Sat, 2004-10-23 at 14:41, Dale E. Martin wrote: > > > Actually, it's the list for ISPs, so people here are supposed to have > > > a bit of basic knowledge about networking. But anyways, it could be > > > something like: > > > > > > iptables -A INPUT -p tcp -s IP.YOU.WANT.TO.BLOCK --dport 25 -j

Re: limiting port 25 to an IP

2004-10-23 Thread Dale E. Martin
> > Actually, it's the list for ISPs, so people here are supposed to have > > a bit of basic knowledge about networking. But anyways, it could be > > something like: > > > > iptables -A INPUT -p tcp -s IP.YOU.WANT.TO.BLOCK --dport 25 -j REJECT > > > > Wanted > > Not an elegant solution that, bot

Re: limiting port 25 to an IP

2004-10-23 Thread Brett Parker
On Sat, Oct 23, 2004 at 10:54:22PM +0200, Marcin Sochacki wrote: > On Fri, Oct 22, 2004 at 04:22:33PM -0800, W.D.McKinney wrote: > > Do you know of any examples ? > > Actually, it's the list for ISPs, so people here are supposed to have > a bit of basic knowledge about networking. But anyways, it

RE: Mail Delivery (failure jcoo...@planetz.com)

2004-10-23 Thread John Cooper
> John C has requested that > the following message be removed from the archives. > My apologies that my autoresponder spammed the list. I've never posted to the debian-isp list. Apparently someone's machine is infected with an email-worm, which has used my jcooper address (which I stopped using

Re: limiting port 25 to an IP

2004-10-23 Thread Marcin Sochacki
On Fri, Oct 22, 2004 at 04:22:33PM -0800, W.D.McKinney wrote: > Do you know of any examples ? Actually, it's the list for ISPs, so people here are supposed to have a bit of basic knowledge about networking. But anyways, it could be something like: iptables -A INPUT -p tcp -s IP.YOU.WANT.TO.BLOCK

Re: Mail Delivery (failure jcoo...@planetz.com)

2004-10-23 Thread Russell Coker
For the benefit of interested people. John C has requested that the following message be removed from the archives. Auto-responders ARE spam. They will hit innocent people. Just because most victims of auto-responders don't complain does not mean that the auto-responder is not causing proble

Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
Exactly, I has uncoment the dotdeb lamp php it apt/sources.list and reinstalled the php-mcrypt from it. That was the problem. Now my php-mcrypt funtions are working, thanks. Francisco Castillo. - Original Message - From: "Achim Schmidt" <[EMAIL PROTECTED]> To: "Francisco Castillo" <[EM

Re: include the mcrypt module of php

2004-10-23 Thread Achim Schmidt
So you should search the corresponding php4-mcrypt-package from http://www.dotdeb.org/packages.php and install that (it seems, that you installed the package from standard-woody). good luck, achim Am Sa, 2004-10-23 um 18.00 schrieb Francisco Castillo: > Hey.. > > I has do a > morpheo:~# fin

Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
Hey.. I has do a morpheo:~# find / -name mcrypt.so /usr/lib/php4/20010901/mcrypt.so morpheo:~# cd /usr/lib/php4/200 20010901 20020429 morpheo:~# cd /usr/lib/php4/20020429/ morpheo:/usr/lib/php4/20020429# cp ../20010901/mcrypt.so . but now it seems to be another problem morpheo:/usr/lib/php

Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
Ok thanks, it seems to be the correct way, but i when i has do it i has now the problem: /etc/init.d/apache restart Reloading apache modulesPHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429/mcrypt.so' - /usr/lib/php4/20020429/mcrypt.so: cannot open shared object fil

Re: include the mcrypt module of php

2004-10-23 Thread Achim Schmidt
What about: - apt-get install php4-mcrypt - check if "extension=mcrypt.so" was added to /etc/php4/apache/php.ini - restart apache now your php should know of mcrypt functions. good luck, achim Am Sa, 2004-10-23 um 17.32 schrieb Francisco Castillo: > Hello, > > I has try to call the mcrypt f

include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
Hello,   I has try to call the mcrypt functions on a my PHP Version 4.3.7-dotdeb + APACHE + DEBIAN WOODY System.      $td = mcrypt_module_open('tripledes', '', 'ecb', '');   $iv = mcrypt_create_iv (mcrypt_enc_get_iv_size($td), MCRYPT_RAND);   mcrypt_generic_init($

Re: Mail Delivery (failure jcoo...@planetz.com)

2004-10-23 Thread Ward Vandewege
On Sat, Oct 23, 2004 at 02:27:24PM +1000, Russell Coker wrote: > On Thu, 21 Oct 2004 22:30, [EMAIL PROTECTED] wrote: > > Due to the unprecedented amount of spam I've been receiving, I'm forced to > > change my email address yet again. My new address is johnc at planetz.com. This is silly reasonin