Re: authpf shell at startup

2007-01-23 Thread Joel Goguen
as very entertaining to see how you do a 'chmod +x' on MacOS. I figure you're just poking fun at MacOS but chmod +x on OS X is chmod +x. It looks like the above just makes an application bundle so one can double-click on it from the GUI. Greg -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: Merchandise idea: OpenBSD mug

2007-01-13 Thread Joel Goguen
the project. > > A nice etched mug like that usually sells around $20-25 USD. > -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: OptInBig.com blacklist

2006-12-29 Thread Joel Goguen
ee >> ramming mail through spamd in greylisting mode on our site. >> >> cheers, >> jake >> >> >> !DSPAM:1,45956aa2152681136683642! >> -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: nat or routing problem?

2006-12-08 Thread Joel Goguen
On Fri, 08 Dec 2006 15:16:50 +0100, Mitja <[EMAIL PROTECTED]> wrote: [snip] > # pfctl -s all > TRANSLATION RULES: > nat on em1 inet from 192.168.1.0/24 to any -> (em1:0) If em1 is only serving the one IP address, try changing em1:0 to em1 and see if that works. -

Re: problem to chroot ftp users

2006-12-08 Thread Joel Goguen
ou. Are you saying that you have users in /etc/ftpchroot and they're still not chrooted after logging in? Did you restart ftpd? Assuming you're not running it from inetd of course. -- Joel Goguen http://iapetus.dyndns.org/

Re: problem to chroot ftp users

2006-12-08 Thread Joel Goguen
set in login.conf, the man page of > login.conf has > nothing about the ftp-chroot variable, I guess I have to add it for the > ftp_user, but do > not know how. > > how do I define the ftp-chroot variable in login.conf, or am I missing > something > els

Re: Software License

2006-11-24 Thread Joel Goguen
uld need (must) download only the *.o object code and clue them > together. > > Is there the possibility that such would be seen with bad ideia from > the openbsd community (i don't care for now on concerns about other > OSes). > > thanks in advance. > > best regards

Re: webmail

2006-11-23 Thread Joel Goguen
s REALLY cool, does OpenBSD have a Maintainer for it yet? > > Does anyone know of a tourtorial to set it up with postfix and PostgreSQL > support? > is it better to use Postfix/Courier-IMAP or Postfix/Dovecot? > > > Sam Fourman Jr. > > On 11/23/06, Joel Goguen <[EMAIL PR

Re: webmail

2006-11-23 Thread Joel Goguen
through the Horde framework. But if all you need is a > webmail interface that works well on OpenBSD, RoundCube should be on > your short list. Jump on the roundcube-dev list if you want to keep > up with HEAD and track any regression bugs. > > -- > Jason Dixon > DixonGroup Consulting > http://www.dixongroup.net -- Joel Goguen http://iapetus.dyndns.org/

Re: webmail

2006-11-23 Thread Joel Goguen
on OpenBSD? What's good, what's not? > > Jasper > > -- Joel Goguen http://iapetus.dyndns.org/

Re: how to redirect port to other server

2006-11-14 Thread Joel Goguen
rface to public > IntIf =xl1 > Extif=xl0 > remotesrv="192.168.0.4/32" > > rdr on xl0 inet proto tcp from any to any port = https -> $remotesrv > port 22 > > > when i try remote from public always network error connection timeout > > > - > -sonjaya-

Re: Error with 002_openssl.patch

2006-11-11 Thread Joel Goguen
r run -release and patches, or run -stable and don't patch. You've already upgraded your kernel to -stable so it's simpler for you to completely ignore patches and finish upgrading to -stable. Federico Giannici wrote: > Joel Goguen wrote: >> Don't patch. Start with an

Re: Error with 002_openssl.patch

2006-11-11 Thread Joel Goguen
t; /usr/src/lib/libssl/src/crypto/rsa/rsa_x931.c:165: error: for each > function it appears in.) > /usr/src/lib/libssl/src/crypto/rsa/rsa_x931.c:168: error: `NID_sha384' > undeclared (first use in this function) > /usr/src/lib/libssl/src/crypto/rsa/rsa_x931.c:171: error: `NID_sha512' > undeclared (first use in this function) > *** Error code 1 > > Stop in /usr/src/lib/libssl/crypto. > *** Error code 1 > > Stop in /usr/src/lib/libssl. > > > > Where is the mistake? > > Thanks. > -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: Error with 002_openssl.patch

2006-11-11 Thread Joel Goguen
rror: >>> `NID_sha512' >>> > undeclared (first use in this function) >>> > *** Error code 1 >>> > >>> > Stop in /usr/src/lib/libssl/crypto. >>> > *** Error code 1 >>> > >>> > Stop in /us

Re: Problem when apply 001_httpd.patch

2006-11-09 Thread Joel Goguen
7265560 Sent from the openbsd user - misc mailing list archive at Nabble.com. -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: Proper way to update a pf table?

2006-10-31 Thread Joel Goguen
cafe_webshield Is there a "proper" way to update a pf table that resides in a file? Thanks, Steve Williams -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/

Re: Applying patch ?

2006-10-30 Thread Joel Goguen
Are you in /usr/src/ when you apply the patch? Did you download and unpack the source tree? Does no good to patch something that isn't there. -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/ Maverick wrote: > uppsss > >

Re: Applying patch ?

2006-10-29 Thread Joel Goguen
It's sitting there because it's reading from standard input. Try this instead: cd /usr/src/ patch -p0 < /path/to/001_sendmail.patch -- Joel Goguen Bachelor of Computer Science III University of New Brunswick http://iapetus.dyndns.org/ Maverick wrote: > Hi i am quite new to