Re: Using Mail(1)

2007-12-25 Thread Liviu Daia
On 25 December 2007, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: [...] > I just checked out the 'wl=72' stuff in vi. Works exactly like 'tw' > in vim. I then did an fmt in the end. The result looks much better of > course. But there is a problem. The quoting gets goofed up. One has to > do it w

Re: pf + wii

2007-12-25 Thread Calomel
The Wii may be running into the same problem that users of the Xbox 360 Live service see. You simply need to make sure you are using a nat rule with static-port for the gaming ip. You do not need to use miniupnp or a upnp capable router. Search for "Xbox 360" on this page for an example. OpenBSD

postfix config....

2007-12-25 Thread badeguruji
is this ok? proxy_interfaces = www.fistofiron.com (as i am behind dsl router and the IP will change) does this is what writer mean by symbolic name? # The proxy_interfaces parameter specifies the network interface # addresses that this mail system receives mail on by way of a # proxy or net

Re: Usage of underscore in system accounts

2007-12-25 Thread Mike Lott
On 25/12/2007, Nick Holland <[EMAIL PROTECTED]> wrote: > Mike Lott wrote: > > Hi list > > > > I've been wondering why system accounts from UID 28 upwards are > > prepended with an underscore, whereas UID's in the range 0 up to 27 do > > not have this. I've done a bunch of searches on Google, but co

Re: openbsd router hardware

2007-12-25 Thread Joerg Zinke
On Mon, 24 Dec 2007 13:02:31 + Sevan / Venture37 <[EMAIL PROTECTED]> wrote: > > - fanless > > - as small as possible > > - at least 2, better 3 ethernet ports > > - a wlan-card (as access point in hostap mode) > > - mainboard and other hardware should work with openbsd of course, > > would b

Re: strange pfctl output

2007-12-25 Thread Richard Toohey
On 26/12/2007, at 7:54 AM, Daniel wrote: Hi! I'm having this problem: # pfctl -sr |fgrep ftp [...] pass out on rl0 inet proto tcp from to <__automatic_39c048b4_0> port = ftp flags S/SA keep state What is that automatic stuff? I wish to see the corresponding (below) rules' entries in pfctl's

Re: Postfix(chroot) and Postgresql

2007-12-25 Thread johan beisser
On Dec 25, 2007, at 12:57 PM, badeguruji wrote: I want to setup postfix and dovecot. i want to authenticate my users thru ldap. for that i have installed openldap server package. Is there a place where i can find some 'ponited' help on how to build such an 'email users' database? i do not wa

Re: strange pfctl output

2007-12-25 Thread Kian Mohageri
On Dec 25, 2007 10:54 AM, Daniel <[EMAIL PROTECTED]> wrote: > Hi! > > I'm having this problem: > > # pfctl -sr |fgrep ftp > [...] > pass out on rl0 inet proto tcp from to <__automatic_39c048b4_0> > port = ftp flags S/SA keep state > > What is that automatic stuff? It's a table identifier. The op

Re: Postfix(chroot) and Postgresql

2007-12-25 Thread badeguruji
I want to setup postfix and dovecot. i want to authenticate my users thru ldap. for that i have installed openldap server package. Is there a place where i can find some 'ponited' help on how to build such an 'email users' database? i do not want to have unix logins for them. i am searching on go

strange pfctl output

2007-12-25 Thread Daniel
Hi! I'm having this problem: # pfctl -sr |fgrep ftp [...] pass out on rl0 inet proto tcp from to <__automatic_39c048b4_0> port = ftp flags S/SA keep state What is that automatic stuff? I wish to see the corresponding (below) rules' entries in pfctl's output. The corresponding rules in the pf.c

Re: pf + wii

2007-12-25 Thread Chris Cappuccio
upnp is also necessary for other multiplayer games like xbox live. it's unfortunate, but true. Lord Sporkton [EMAIL PROTECTED] wrote: > my point was that its a possibility, as upnp support is not standard, > whether or not that is the issue at hand can be decided from game > documentation and

Re: openbsd router hardware

2007-12-25 Thread Chris Cappuccio
Lars Nood??n [EMAIL PROTECTED] wrote: > > It's also rather difficult to find non-x86-based boards. I was also > reading about these ARM-based units, but haven't ordered samples: > http://www.embeddedarm.com/epc/prod_SBC.htm > Actually, the wireless guys have been pushing a variety of MIPS

Re: Usage of underscore in system accounts

2007-12-25 Thread Nick Holland
Mike Lott wrote: > Hi list > > I've been wondering why system accounts from UID 28 upwards are > prepended with an underscore, whereas UID's in the range 0 up to 27 do > not have this. I've done a bunch of searches on Google, but come up > with nothing as yet. > > Could anyone enlighten me? Date

Re: Usage of underscore in system accounts

2007-12-25 Thread Kenneth R Westerback
On Tue, Dec 25, 2007 at 04:23:34PM +0100, Mike Lott wrote: > Hi list > > I've been wondering why system accounts from UID 28 upwards are > prepended with an underscore, whereas UID's in the range 0 up to 27 do > not have this. I've done a bunch of searches on Google, but come up > with nothing as

Usage of underscore in system accounts

2007-12-25 Thread Mike Lott
Hi list I've been wondering why system accounts from UID 28 upwards are prepended with an underscore, whereas UID's in the range 0 up to 27 do not have this. I've done a bunch of searches on Google, but come up with nothing as yet. Could anyone enlighten me? Thanks, Mike

Re: Using Mail(1)

2007-12-25 Thread Owain Ainsworth
On Tue, Dec 25, 2007 at 07:12:50PM +0530, Girish Venkatachalam wrote: > Perhaps I misunderstood? I want to delete everything from current line > till end of file. In vi, it corresponds to > > :,$d or: dG > > -Girish -0- -- Ah say, son, you're about as sharp as a bowlin' ball.

relayd: tagging for "relay" rules

2007-12-25 Thread Alexey Suslikov
Hello [EMAIL PROTECTED] We're using relayd for proxying radio streams in our company (via "relay" rules). Recently, we've decided to put these streams into a queue on the upstream router/shaper but we need to mark them by specific TOS (like we do for http proxy traffic going from squid). Although

Re: Using Mail(1)

2007-12-25 Thread Pieter Verberne
On Tue, Dec 25, 2007 at 09:40:40AM -0500, William Boshuck wrote: > On Tue, Dec 25, 2007 at 07:12:50PM +0530, Girish Venkatachalam wrote: > > On 12:06:02 Dec 25, Pieter Verberne wrote: > > Perhaps I misunderstood? I want to delete everything from current line > > till end of file. In vi, it correspo

Re: Using Mail(1)

2007-12-25 Thread William Boshuck
On Tue, Dec 25, 2007 at 07:12:50PM +0530, Girish Venkatachalam wrote: > On 12:06:02 Dec 25, Pieter Verberne wrote: > > I just checked out the 'wl=72' stuff in vi. Works exactly like 'tw' in > vim. I then did an fmt in the end. The result looks much better > of course. But there is a problem. The

Invitation from Genalyn Darrell to misc

2007-12-25 Thread Genalyn Darrell
Hi misc, Genalyn Darrell here. I'm Genalyn, You'll Be Paid $200 Evrydy For Just 45 Mins Of Wrk! http://shortlinks.co.uk/5mw Genalyn D. Little Neck Rd. #2016 Centerport NY 11721 USA -- Want to "remove" Email me [EMAIL PROTECTED] Prospect Response PS: I think this should bring us hundreds o

Re: OT: 5 years of OpenBSD ... Thank you ;)

2007-12-25 Thread Hannah Schroeter
Hi! On Tue, Dec 25, 2007 at 12:04:42AM +0100, Andreas Maus wrote: >So I really stick with OpenBSD. It doesn't cover the ultra-up-to-date >hardware but the at least it was tested on a real systems! At least once I even made the experience that I could get hardware to work with OpenBSD I couldn't

Re: Using Mail(1)

2007-12-25 Thread Girish Venkatachalam
On 12:06:02 Dec 25, Pieter Verberne wrote: > In Vi I set "set wl=72" (wl = wraplen). But when I remove text in the > middle of a sentence, the text won't shift. This makes the line less > than 72 characters. I think Vim does shift the sentence automaticly? No, vim does not shift either. I was unde

Re: Disable UltraNavi Keybord's TouchPad

2007-12-25 Thread David Vasek
On Tue, 25 Dec 2007, Mathieu Sauve-Frankel wrote: On Fri, Dec 21, 2007 at 05:02:05PM +0800, CF Wang wrote: Hi, all I run OpenBSD on ThinkPad X31 with an LCD monitor and UltraNavi Keyboard. My main working environment is on X windows. My problem is that when I typing with keyboard, my fingers

Re: Using Mail(1)

2007-12-25 Thread Pieter Verberne
On Tue, Dec 25, 2007 at 08:05:34AM +0530, Girish Venkatachalam wrote: > On 22:15:03 Dec 24, Marc Espie wrote: > nnoremap :,$d > Setting "se textwidth=72" is the best way. No need to invoke 'fmt'. In Vi I set "set wl=72" (wl = wraplen). But when I remove text in the middle of a sentence, the text w

Re: OT: Where to buy an appliance style case?

2007-12-25 Thread Guido Tschakert
Steve B wrote: > Has anyone seen a manufacturer that sells an appliance style chassis? I'd > like to slim down my current 4U/OBSD box to a 1U form factor using a VIA C7 > board. Ideally I'd like to have a chassis that has the Ethernet ports on the > front, along with a serial port. Something like a

Re: OT: Where to buy an appliance style case?

2007-12-25 Thread Tobias Ulmer
On Mon, Dec 24, 2007 at 02:59:51PM -0700, Steve B wrote: > Has anyone seen a manufacturer that sells an appliance style chassis? I'd > like to slim down my current 4U/OBSD box to a 1U form factor using a VIA C7 > board. Ideally I'd like to have a chassis that has the Ethernet ports on the > front,