loopback in jail

2010-11-10 Thread Andrei Kolu
Hi,

I have problem with binding port to localhost inside of jail (ezjail).

instead of this:
vscanperl   51376 5  tcp4   194.xxx.yyy.22:10024

I need this:
vscanperl   51376 5  tcp4   127.0.0.1:10024

Is it possible to bind anything inside jail to 127.0.0.1?


FreeBSD 8.1-STABLE #1: Sat Oct 30 19:27:48 EEST 2010
ezjail-3.1
___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Re: loopback in jail

2010-11-10 Thread Michael Scheidell

for amavisd-new, right?


On 11/10/10 12:16 PM, Andrei Kolu wrote:

Hi,

I have problem with binding port to localhost inside of jail (ezjail).


can only have one '127.0.0.1'.  even with vnet, I am sure.


/usr/local/etc/amavisd.conf:$inet_socket_port = 10024;
should be fine.
however, you also need this:

@inet_acl = ( qw [ 0.0.0.0/0 ] );

plus a lot of things.  We have a commercial hosted email security 
product with multiple dozens of amavisd based VPS's and it took a while 
to get it to work.

try the amavisd users group as well.

--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
ISN: 1259*1300
*| *SECNAP Network Security Corporation

   * Certified SNORT Integrator
   * 2008-9 Hot Company Award Winner, World Executive Alliance
   * Five-Star Partner Program 2009, VARBusiness
   * Best in Email Security,2010: Network Products Guide
   * King of Spam Filters, SC Magazine 2008


__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
__  
___

freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org