Upgrading to 4.8. Are there issues with softraid?

2010-11-08 Thread stupidmail4me
I have a machine currently running 4.6 and want to upgrade to 4.8. I know you shouldn't skip releases for upgrades, so I'm planning on wiping and installing. Problem is I have some important data on a softraid partition. The root disk is just an IDE drive (wd0), and the softraid partition is a R

Re: Differences between www.openbsd.org and openbsd.org

2010-05-19 Thread stupidmail4me
: Differences between www.openbsd.org and openbsd.org > To: "stupidmail4me" > Cc: misc@openbsd.org > Date: Wednesday, May 19, 2010, 3:25 PM > stupidmail4me wrote: > > Look at the differences between: http://openbsd.org/faq/pf/rdr.html > > and http://www.openbsd

Differences between www.openbsd.org and openbsd.org

2010-05-19 Thread stupidmail4me
Look at the differences between: http://openbsd.org/faq/pf/rdr.html and http://www.openbsd.org/faq/pf/rdr.html The difference is drastic. Information on www.openbsd.org leads to errors. Why are these pages different?

fdisk and bootable flag

2010-05-11 Thread stupidmail4me
I have a machine with / on wd0. I'm creating a RAID 1 setup using softraid on wd1 and wd2. The instructions are great, except I'm having a problem with fdisk. Using fdisk -iy wd1, it creates one partition, great. But it's bootable, which is causing my machine to hang on boot. Yes, I know you'd

Sendmail and SMTPAuth

2009-08-27 Thread stupidmail4me
I know this topic has been touched on before but I have what I believe is a simple question. Instead of creating a SASL password db and having to keep two password databases in check I want SASL to use OpenBSD's password file. There's no definitive answer so I want to try and put it out there.

VPN

2007-01-23 Thread stupidmail4me
I've checked and I've checked and I've checked. Please help! I have an OpenBSD 4.0 firewall on a public network, let's say 1.2.3.4. It serves as a firewall/NAT box for an internal network, 192.168.1.0/24. There's a server located behind that box, say, 192.168.1.100. I need to create a VPN to that

Re: STUPID file permission question

2006-12-13 Thread stupidmail4me
Told you it was a stupid question. Forgot to logout/login. Thanks. --- Andreas Maus <[EMAIL PROTECTED]> wrote: > On 12/13/06, stupidmail4me <[EMAIL PROTECTED]> > wrote: > Hi. > > > My username is foo and primary group is therefore > also > > foo. I am also

STUPID file permission question

2006-12-13 Thread stupidmail4me
Am I seeing something wrong here? My username is foo and primary group is therefore also foo. I am also in the group bar. I have a directory called "anything" owned by bar:bar. It's permissions are 770. Why can't I traverse it's tree? Doesn't my being in the bar group allow me with the second 7 t

submit.cf

2006-12-05 Thread stupidmail4me
What exaclty is this file for? I know that localhost.cf is the default an doesn't accept connections from the outside world. sendmail.cf is for accepting connections to the outside world. But I can't find anything about submit.cf that explains exactly what it does. Everyone is raving about the all-

Mailman archiving problems

2006-10-06 Thread stupidmail4me
Sorry for posting to this list, but I posted to ports@ and got no responses. I've installed the newest version of mailman from packages, mailman-2.1.8p0. I'm using mm-handler instead of adding all the appropriate address in virtusertable. I've done everything correctly (I've installed in the pas

Setting Up A Wireless and Wired Network

2006-09-20 Thread stupidmail4me
I want to create a single network, 192.168.1.0/24. I want to be able to access it either from a wired connection on xl0 or a wireless connection on ral0. I am using dhcpd. What's the best way to set this up? I want one single network. My thoughts: xl0 -> 192.168.1.1/255.255.255.0 ral0 -> 192.168.1

Re: Group editing

2006-05-17 Thread stupidmail4me
xpect? --- Eric Pancer <[EMAIL PROTECTED]> wrote: > On Wed, 2006-05-17 at 12:10:27 -0700, stupidmail4me > proclaimed... > > > That's exactly what I was trying to do, but I > can't > > get chmod to work as I want it to. Any help? > > Um, it's

Re: Group editing

2006-05-17 Thread stupidmail4me
That's exactly what I was trying to do, but I can't get chmod to work as I want it to. Any help? --- Eric Pancer <[EMAIL PROTECTED]> wrote: > On Wed, 2006-05-17 at 08:28:28 -0700, stupidmail4me > proclaimed... > > > I've created a website. Let's say it&

Re: Group editing

2006-05-17 Thread stupidmail4me
I've thought about this yes, but the developers aren't that tech savvy to understand cvs. They'll most likely be using FTP. I know I know, use cvs. --- Olivier Mehani <[EMAIL PROTECTED]> wrote: > On Wed, May 17, 2006 at 08:28:28AM -0700, > stupidmail4me wrote: > >

Group editing

2006-05-17 Thread stupidmail4me
I've created a website. Let's say it's in /website. What's the best way to give all 10 developers access to those files? I can create a group called webdevelopers and have that group own /website. I can also change permissions to 775 on that directory so that they can create files and directories.

reverse dns checks in sendmail

2006-01-05 Thread stupidmail4me
How do you enable this feature in sendmailin OpenBSD? I've looked but can't seem to find it. We're getting a lot of spam from infected machines. Some of these machines don't have reverse DNS entries. An easy way to stop some spam would be to check to see if the relay has a reverse DNS entry. Is thi

Sendmail and reverse DNS check

2005-12-30 Thread stupidmail4me
How do you enable this feature in sendmail? I've looked but can't seem to find it. We're getting a lot of spam from infected machines. Some of these machines don't have reverse DNS entries. An easy way to stop some spam would be to check to see if the relay has a reverse DNS entry. Is this enabled

procmail and sendmail mailers

2005-11-25 Thread stupidmail4me
I'm trying to integrate procmail into my OpenBSD 3.8's sendmail installation. I understand that I have to have FEATURE(local_procmail) in my .mc file. But what do I do about the default MAILER(local)? Do I take that out? Do I have to also put in MAILER(procmail)? Thanks. -James

Re: IMAP ssl problems

2005-07-28 Thread stupidmail4me
Yes, but I was asking if it was an OpenBSD packaging problem. It's not about startup, it's about file locations, which is specific to this _OpenBSD_ package. Reread the original email. The whole thing. --- eric <[EMAIL PROTECTED]> wrote: > On Wed, 2005-07-27 at 10:54:36 -

IMAP ssl problems

2005-07-27 Thread stupidmail4me
I've installed the UW-IMAP package and placed the correct start up lines in /etc/inetd.conf. I've gotten this package to work correctly on past installations. Whenever I try to connect using IMAP, I get the following error: Unable to load certificate from /etc/ssl/certs/imapd.pem. That's because