[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Permissions !
- Subject: [cobalt-users] Permissions !
- From: "Frank Volpe" <frank@xxxxxxxxxxxxxxx>
- Date: Sun Sep 24 10:26:48 2000
Hello!
I have a cobalt RaQ3. I ran into a problem with regard to permissions. I
know how critical the changing of permissions can be. But I need to setup
some CGI and PERL scripts on the server for one of my clients.
So my question is how can I setup the permission on my CGI bin.
Thank you for your HELP !
----- Original Message -----
From: <cobalt-users-admin@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Sunday, September 24, 2000 12:57 PM
Subject: cobalt-users digest, Vol 1 #1394 - 19 msgs
>
> Send cobalt-users mailing list submissions to
> cobalt-users@xxxxxxxxxxxxxxx
>
> To subscribe or unsubscribe via the web, visit
> http://list.cobalt.com/mailman/listinfo/cobalt-users
> or, via email, send a message with subject or body 'help' to
> cobalt-users-request@xxxxxxxxxxxxxxx
> You can reach the person managing the list at
> cobalt-users-admin@xxxxxxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of cobalt-users digest..."
>
>
> Today's Topics:
>
> 1. RE: web-based email, option 2 (Jim Carey)
> 2. MYSQL SETUP (Andrew)
> 3. Can't find user pages template on Raq's or Qube's (Rod Todd)
> 4. RE: Cube 2 - IP Filter/Firewall (Rodolfo Paiz)
> 5. RE: Mail only (Rodolfo Paiz)
> 6. Re: .forward (Mike Fritsch)
> 7. unsubscribe bad link (Mark Robinson)
> 8. RE: Cant access the list website (Lennie Core)
> 9. FrontPage mail forms (Edward York)
> 10. Re: DNS - Using NT as Secondary (Kesabsy)
> 11. Re: DNS - Using NT as Secondary (Kesabsy)
> 12. Re: MYSQL SETUP (Cody Watkins)
> 13. swatch (Zahid N. Sindhu)
> 14. RE: Cant access the list website (Cedric Haindl)
> 15. Re: MYSQL SETUP (Jason Sikorski)
> 16. Re: .forward (Jason Sikorski)
> 17. Re: FrontPage mail forms (Jason Sikorski)
> 18. Shadow Suite (Franklin S. Werren)
> 19. Re: .forward (Mike Fritsch)
>
> --__--__--
>
> Message: 1
> Reply-To: <ozbcoz@xxxxxxxxxxxxxxxx>
> From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] web-based email, option 2
> Date: Sun, 24 Sep 2000 08:38:51 +1000
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> let us know how you go with amail :-)
>
> Jim Carey
>
> > amail is the current favourite - however there is a list of
>
>
>
>
> --__--__--
>
> Message: 2
> Date: Sat, 23 Sep 2000 23:04:15 +0100
> To: cobalt-users@xxxxxxxxxxxxxxx
> From: Andrew <ajb@xxxxxxxxxxx>
> Subject: [cobalt-users] MYSQL SETUP
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> HI
>
> I have a RAQ3 and this has been setup with mysql but I cannot seem to
find
> how to setup the Dd for may clients ( well nothing I can understand) I
know
> that you have to telnet in (with su) and then run a command line but I
> cannot seem to find this line ?? could someone help - also when I set this
> up how can I see that it OK - I have never done anything with mysql before
> and need to setup two Db quickly
>
> Could you reply to the list and also to my email ajb@xxxxxxxxxxx
>
> Thanks
>
> Andrew
>
>
> --__--__--
>
> Message: 3
> Date: Sat, 23 Sep 2000 16:03:42 -0700 (PDT)
> From: Rod Todd <rodd_todd_1999@xxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Can't find user pages template on Raq's or Qube's
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> We are trying to find the templates responsible for
> generating the new user's homepages, any idea on where
> there at since we've combed the entire /usr directory
> and can't find the HTML page.
> Cheers
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
>
> --__--__--
>
> Message: 4
> From: Rodolfo Paiz <rpaiz@xxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] Cube 2 - IP Filter/Firewall
> Date: Fri, 22 Sep 2000 18:51:00 -0500
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> > I am working on the IP filtering of a Cube 2 and I seem to
> > have run into a wall.
> >
> > What I have is a 10.x.x.x network submitted as a class A.
> > My cube is at 10.1.1.1 and I have a NT server in the DMZ at
> > 10.1.100.102 (Set by the Cubes DHCP server). I can ping it
> > fine from the cube.
> >
> > What I want to do is run a web server on port 80 on the NT
> > server (and continue running the webserver on the CUBE also).
> >
> > I setup a "filter rule" set as
> > Policy: Allow
> > Source IP : Any
> > Source Port: 8090
> > Destination IP: 10.1.100.102/8
> > Destination Port: 80
> >
> > I have tried both protocall TCP and UDP for this.
> >
> > BUT, when I try to connect from the Internet to my Cube's Static IP on
> > port 8090, I get connection refused from either a browser, or a direct
> > telnet to the port.
> >
> > Any ideas what I may be doing wrong?
>
> Your basic concept is not wrong per se, but certainly missing a piece.
What
> IP filtering does is to decide whether or not a packet is *allowed* to go
> through; it doesn't actually send the packet anywhere. IP filtering is a
> form of protection, not transport or routing. Also, Qubes don't *have* a
> DMZ... you have an internal network and an external network. And since
> 10.x.x.x is a private network, you can't directly access your NT server
from
> the Internet without making some changes.
>
> Let me redefine your rule somewhat, using 111.222.333.444 as your publicly
> accessible IP address for the Qube...
>
> Rule 1: Allow
> From any IP, any port
> To 111.222.333.444, port 8090
> Protocol TCP
>
> This will allow anyone anywhere to connect to your Qube's (note Qube not
> Cube) port 8090. But in itself this means nothing, since your Qube is not
> *answering* port 8090. You also need to forward connections from
> 111.222.333.444:8090 to 10.1.100.102:80.
>
> You can do this with a utility called portfwd, which has been mentioned
> previously on this list. People have even posted instructions on its
> installation and use. Search the archives for the following keywords:
>
> * portfwd
> * port forwarding
>
> That'll get you going.
>
> --
> Rodolfo J. Paiz
> rpaiz@xxxxxxxxxxxxxx <mailto:rpaiz@xxxxxxxxxxxxxx>
>
>
>
> --__--__--
>
> Message: 5
> From: Rodolfo Paiz <rpaiz@xxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] Mail only
> Date: Fri, 22 Sep 2000 18:53:44 -0500
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> > I am sure that there is no way to do this, anyway, let me ask and
> > get kicked..
> > Is there a way to have the Qube sending and delivering mail
> > internally (LAN) whithout a DNS, and using a regular
> > Windoze Mail client?
>
> Actually, I'm not sure that this is what you want to do. If what you
> want to do is to be able to send mail to your colleagues working with
> you, there should be a better way.
>
> > I stopped using it for mail fetching and delivering because it was
> > constantly connecting on port 53
>
> I had a problem with a Qube constantly connecting, but could never
> figure out just what the $#@! it was trying to connect for. I'd love
> to know how you figured this out...
>
> > The only thing I want is to be able to send emails to the colleagues
> > next to me, immediately (not every 6 hours), to get admin messages
> > (because you cannot get the admin mail if you stop the mailserver).
> > I don't want to use my Qube to fetch external mail or send mail to
> > Internet, but I still want it to be able to FTP outside [...]
>
> OK, let's take a stab at this.
>
> First off, you should set up your Qube to be a DNS server. Act as though
> the outside world does not exist. Configure it to provide DNS to your
> internal addresses. Now, in the network section of the admin site, set
> the Qube's static IP address to be its own primary DNS server, and do
> not configure a secondary. Now your Qube will ask itself (and no one
> else) for DNS service.
>
> Now configure all other services, and you have an Intranet Qube, fully
> functional, with no need to connect anywhere else.
>
> > I know the perfect solution would be ADSL (not here yet, believe it
> > or not) and to do things the way it should be done.. If somebody is
> > in the same situation and has a solution, ..let me know !
>
> --
> Rodolfo J. Paiz
> rpaiz@xxxxxxxxxxxxxx <mailto:rpaiz@xxxxxxxxxxxxxx>
>
>
>
> --__--__--
>
> Message: 6
> From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] .forward
> Date: Sat, 23 Sep 2000 16:51:42 -0700
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Where are the .forward files located? I did a locate on .forward and found
> nothing.
>
> Mike
>
> ----- Original Message -----
> From: "Jens Kristian Søgaard" <jens@xxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Cc: "miquel piulats" <miquel@xxxxxxxxxxxxxx>
> Sent: Friday, August 25, 2000 12:31 PM
> Subject: Re: [cobalt-users] .forward
>
>
> > Tom Sparks <atlantis@xxxxxxxxxxx> writes:
> >
> > > Please share what you find on this. I've been unable to find any way
> > > whatsoever to access procmail (which needs the .forward file to find
> > > the .procmailrc), and we REALLY need it!
> >
> > Eh? (there's no need for both a .forward file and a .procmail file)
> >
> > The files do not exists on your system, you'll have to create them
> > yourself.
> >
> > The files should be named ~/.forward or ~/.procmailrc
> >
> > (~/ denotes that they should be stored in the user's directory --
> > i.e. you'll have such a file for each user)
> >
> >
> > --
> > Jens Kristian Søgaard, Mermaid Consulting I/S,
> > jens@xxxxxxxxxxxxxxxxxxxx,
> > http://www.mermaidconsulting.com/
> >
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 7
> Date: Sun, 24 Sep 2000 13:47:43 +1200
> From: Mark Robinson <other@xxxxxxxxxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] unsubscribe bad link
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> quoth the end of every message to cobalt-users :
>
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> quoth http://list.cobalt.com/mailman/listinfo/cobalt-users :
>
> > Forbidden
> >
> > You don't have permission to access /mailman/listinfo/cobalt-users on
this server.
>
>
> regards
> Mark
>
>
> --__--__--
>
> Message: 8
> From: "Lennie Core" <lcore@xxxxxxxx>
> To: cobalt-users@xxxxxxxxxxxxxxx
> Date: Sat, 23 Sep 2000 22:29:47 -0400
> Subject: RE: [cobalt-users] Cant access the list website
> Reply-to: lcore@xxxxxxxx
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Stew !
>
> Are any of the rpm's listed below able to fix the released proftpd
> .pkg that screwed up alot of us ?
>
> ftp://ftp.cobaltnet.com/pub/experimental/security/proftpd/
>
> Lennie Core
>
> > And I got a error 403, not authorized, can some explain
>
> We are changing some stuff. Should be available again soon.
>
>
> > Can anyone recommend software to analyze log files from
> > the Raq3?
>
> webalizer. A version to handle all your domains at once is up
> ftp.cobaltnet.com/pub/experimental Read the readme.
>
>
> --Stew
> Cobalt Networks
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
> ---------------------------------------------------
> Lennie Core, Ceo
> Coreave.com, Design & Hosting
> 757-442-6240
> http://coreave.com
>
>
> --__--__--
>
> Message: 9
> Reply-To: "Edward York" <evy@xxxxxxxxxxxxxx>
> From: "Edward York" <evy@xxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Date: Sat, 23 Sep 2000 19:45:16 -0700
> Organization: 724 Hosting
> charset="iso-8859-1"
> Subject: [cobalt-users] FrontPage mail forms
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Hello,
> I am hoping someone can help me on an answer for my problems on the
> Frontpage forms to send mail on my RAQ3.
>
> I have just created a new site today. (lets call it ABC.com for the sake
of
> this example), verified "relayed is allowed" for the domain, but get an
> error as follows when submitting the form.
> "The server encountered an internal error or misconfiguration and was
unable
> to complete your request. "
>
> This problem is domain specific.
> I can change the form "mail to" address to a different mail domain which
is
> on the same server and the form works just fine. I have also tried
creating
> a test form in another web site on the server again using the domain
ABC.com
> and it does not work there either. MX records in DNS are also valid.
>
> I have pretty much ruled out a problem with the virtual domain
configuration
> for ABC.com because it did not work in the other known good site either.
> I am now questioning the permissions for e-mail for the domain on the
server
> now.
> I have verified relay is allowed for the domain. What else could it be?
>
> Any ideas would be appreciated.
>
> Regards,
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 724 Hosting
> Quality NT Web Hosting
> Fast - Reliable - Affordable.
> Edward York - CTO
> Mail: Ed@xxxxxxxxxxxxxx
> http://www.724hosting.com
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> --__--__--
>
> Message: 10
> Date: Sat, 23 Sep 2000 20:12:06 -0700
> To: cobalt-users@xxxxxxxxxxxxxxx
> From: Kesabsy <cobalt@xxxxxxxx>
> Subject: Re: [cobalt-users] DNS - Using NT as Secondary
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> The NT would have it's own IP and will be setup to serve the DNS, When you
> setup a new domain name in the NT, you will select Secondary Zone instead
> of Primary, and point the IP of the server in the record to the DNS server
> on the RAQ:
>
>
> At 9/22/00 09:33 PM, you wrote:
> >John Cordeiro wrote:
> >
> > > Does anybody have a NT4 Server as a secondary DNS Server. I am looking
for
> > > info on setting up the NT Server to be a secondary to the primary -
RAQ3.
> > > Right now its setup up as a cache only server is that all I need to do
to
> > > the NT Box. Or do I need to add all the records to this server as well
as
> > > the RAQ when I setup up a New domain. Should I add my primary zone and
> > > reverse lookup to the NT box or is it ok as a cache only server.
> > >
> > > I have not seen this question asked anywhere in the archives - Users
or
> > > developers.
> >
> >That's because it belongs on a WindowsNT list, not a cobalt list. It's
> >got nothing to do with any cobalt product.
> >
> >It's got to do with hosting DNS records on NT. The fact that the RaQ is
> >hosting the master records is totally immaterial.
> >
> >Understand <smile>?
> >
> >Jeff
> >--
> >Jeff Lasman <jblists@xxxxxxxxxxxxx>
> >nobaloney.net
> >P. O. Box 52672
> >Riverside, CA 92517
> >voice: (909) 787-8589 * fax: (909) 782-0205
> >
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >To Subscribe or Unsubscribe, please go to:
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 11
> Date: Sat, 23 Sep 2000 20:16:27 -0700
> To: cobalt-users@xxxxxxxxxxxxxxx
> From: Kesabsy <cobalt@xxxxxxxx>
> Subject: Re: [cobalt-users] DNS - Using NT as Secondary
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Speak for yourself Jeff. I am on this list and I DO HAVE experience
running
> DNS on the NT and Cobalt. As a matter of fact I am running that same exact
> thing right now for redundancy because the Cobalt DNS doesn't always work
> and the user get's a DNS non-resolve error.
>
>
>
> At 9/23/00 10:29 AM, you wrote:
> >John Cordeiro wrote:
> >
> > > sorry just thought Id ask the people with experience. Smile Guess not.
> >
> >My point is that we DON'T have experience running DNS on NT. And that's
> >the experience you're looking for. Who runs the primary is totally
> >insignificant.
> >
> >Jeff
> >--
> >Jeff Lasman <jblists@xxxxxxxxxxxxx>
> >nobaloney.net
> >P. O. Box 52672
> >Riverside, CA 92517
> >voice: (909) 787-8589 * fax: (909) 782-0205
> >
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >To Subscribe or Unsubscribe, please go to:
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 12
> Date: Sun, 24 Sep 2000 00:57:01 -0700
> To: cobalt-users@xxxxxxxxxxxxxxx
> From: Cody Watkins <codyw@xxxxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] MYSQL SETUP
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Install PHPMyAdmin from http://www.phpwizard.net
>
> Sincerely,
> Cody Watkins
> ________________________________________________
> Paradox Web Hosting
> codyw@xxxxxxxxxxxxxxxxxxxxx
> www.paradoxwebhosting.com
>
>
>
> At 11:04 PM 9/23/00 +0100, you wrote:
> >HI
> >
> >I have a RAQ3 and this has been setup with mysql but I cannot seem to
> >find how to setup the Dd for may clients ( well nothing I can understand)
> >I know that you have to telnet in (with su) and then run a command line
> >but I cannot seem to find this line ?? could someone help - also when I
> >set this up how can I see that it OK - I have never done anything with
> >mysql before and need to setup two Db quickly
> >
> >Could you reply to the list and also to my email ajb@xxxxxxxxxxx
> >
> >Thanks
> >
> >Andrew
> >
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >To Subscribe or Unsubscribe, please go to:
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> --__--__--
>
> Message: 13
> Reply-To: "Zahid N. Sindhu" <zahid@xxxxxxxxxxxx>
> From: "Zahid N. Sindhu" <zahid@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Date: Sun, 24 Sep 2000 17:22:42 +0500
> charset="iso-8859-1"
> Subject: [cobalt-users] swatch
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Hello,
>
> The CPU usage for 'swatch' on one of our RaQ3s is going through the roof.
> Anyone have any idea why?
>
> - Zahid
>
>
> --__--__--
>
> Message: 14
> Reply-To: <cedi@xxxxxxxxx>
> From: "Cedric Haindl" <cedi@xxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: RE: [cobalt-users] Cant access the list website
> Date: Sun, 24 Sep 2000 15:23:07 +0200
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Does it run on RaQ4r? And is it based on the latest version of webalizer
> (2.0)?
>
> Regards
> Cedric
>
> >>> Can anyone recommend software to analyze log files from
> >>> the Raq3?
>
> >>webalizer. A version to handle all your domains at once is up
> >>ftp.cobaltnet.com/pub/experimental Read the readme.
>
> -----------------------------------------------------------
> Interactive Solutions AG | Haldenstrasse 1 | CH-6342 Baar
> Tel: +41-41-761 11 11 | Fax:+41-41-761 11 21
> Mobile: +41-79-630 41 19
> Email: c.haindl@xxxxxxxxxxxxxxxxxxxxxxxx
> Internet: http://www.interactive-solutions.ch
> -----------------------------------------------------------
>
>
> --__--__--
>
> Message: 15
> From: "Jason Sikorski" <jsikorski@xxxxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] MYSQL SETUP
> Date: Sun, 24 Sep 2000 09:34:52 -0400
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> I would recommend looking into a program like phpMyAdmin. It's a PHP
> interface that allows you to create/delete/modify MySQL databases through
> your web browser.
>
> You can download it from http://www.phpwizard.net/ .. It's worth checking
> out.
>
> --
> Jason Sikorski
> jsikorski@xxxxxxxxxxxx
>
> ----- Original Message -----
> From: "Andrew" <ajb@xxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Saturday, September 23, 2000 6:04 PM
> Subject: [cobalt-users] MYSQL SETUP
>
>
> > HI
> >
> > I have a RAQ3 and this has been setup with mysql but I cannot seem to
> find
> > how to setup the Dd for may clients ( well nothing I can understand) I
> know
> > that you have to telnet in (with su) and then run a command line but I
> > cannot seem to find this line ?? could someone help - also when I set
this
> > up how can I see that it OK - I have never done anything with mysql
before
> > and need to setup two Db quickly
> >
> > Could you reply to the list and also to my email ajb@xxxxxxxxxxx
> >
> > Thanks
> >
> > Andrew
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
>
> --__--__--
>
> Message: 16
> From: "Jason Sikorski" <jsikorski@xxxxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] .forward
> Date: Sun, 24 Sep 2000 09:37:15 -0400
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> The .forward file does not exist by default. If you require more than one
> forwarding email address on a user's account, you need to create this file
> in their home directory. (With the email addresses seperated by commas.)
>
> --
> Jason Sikorski
> jsikorski@xxxxxxxxxxxx
>
> ----- Original Message -----
> From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Saturday, September 23, 2000 7:51 PM
> Subject: Re: [cobalt-users] .forward
>
>
> > Where are the .forward files located? I did a locate on .forward and
found
> > nothing.
> >
> > Mike
> >
> > ----- Original Message -----
> > From: "Jens Kristian Søgaard" <jens@xxxxxxxxxxxxxxxxxxxx>
> > To: <cobalt-users@xxxxxxxxxxxxxxx>
> > Cc: "miquel piulats" <miquel@xxxxxxxxxxxxxx>
> > Sent: Friday, August 25, 2000 12:31 PM
> > Subject: Re: [cobalt-users] .forward
> >
> >
> > > Tom Sparks <atlantis@xxxxxxxxxxx> writes:
> > >
> > > > Please share what you find on this. I've been unable to find any
way
> > > > whatsoever to access procmail (which needs the .forward file to find
> > > > the .procmailrc), and we REALLY need it!
> > >
> > > Eh? (there's no need for both a .forward file and a .procmail file)
> > >
> > > The files do not exists on your system, you'll have to create them
> > > yourself.
> > >
> > > The files should be named ~/.forward or ~/.procmailrc
> > >
> > > (~/ denotes that they should be stored in the user's directory --
> > > i.e. you'll have such a file for each user)
> > >
> > >
> > > --
> > > Jens Kristian Søgaard, Mermaid Consulting I/S,
> > > jens@xxxxxxxxxxxxxxxxxxxx,
> > > http://www.mermaidconsulting.com/
> > >
> > >
> > >
> > > _______________________________________________
> > > cobalt-users mailing list
> > > cobalt-users@xxxxxxxxxxxxxxx
> > > To Subscribe or Unsubscribe, please go to:
> > > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
>
> --__--__--
>
> Message: 17
> From: "Jason Sikorski" <jsikorski@xxxxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] FrontPage mail forms
> Date: Sun, 24 Sep 2000 09:46:45 -0400
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Hmm, what you're describing sounds strange.
>
> Couple questions, and then a suggestion:
>
> Can the user receive email from outside the server, or is this problem
> limited to the FrontPage form?
> If you set the email address to something off the server, what happens?
>
> Here's what I would do:
>
> Check out /var/log/httpd/error
>
> Re-create the error and see if there's anything interesting in there.
>
> Also, you may need to add the following to your
> /usr/local/frontpage/www.abc.com:80.cnf
>
> SendmailCommand: /usr/local/sbin/sendmail %r
>
> Hope some of that helps. If not, answer the above questions and hopefully
> we can get the bottom of it.
>
> --
> Jason Sikorski
> jsikorski@xxxxxxxxxxxx
>
>
>
> ----- Original Message -----
> From: "Edward York" <evy@xxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Saturday, September 23, 2000 10:45 PM
> Subject: [cobalt-users] FrontPage mail forms
>
>
> > Hello,
> > I am hoping someone can help me on an answer for my problems on the
> > Frontpage forms to send mail on my RAQ3.
> >
> > I have just created a new site today. (lets call it ABC.com for the sake
> of
> > this example), verified "relayed is allowed" for the domain, but get an
> > error as follows when submitting the form.
> > "The server encountered an internal error or misconfiguration and was
> unable
> > to complete your request. "
> >
> > This problem is domain specific.
> > I can change the form "mail to" address to a different mail domain which
> is
> > on the same server and the form works just fine. I have also tried
> creating
> > a test form in another web site on the server again using the domain
> ABC.com
> > and it does not work there either. MX records in DNS are also valid.
> >
> > I have pretty much ruled out a problem with the virtual domain
> configuration
> > for ABC.com because it did not work in the other known good site either.
> > I am now questioning the permissions for e-mail for the domain on the
> server
> > now.
> > I have verified relay is allowed for the domain. What else could it be?
> >
> > Any ideas would be appreciated.
> >
> > Regards,
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > 724 Hosting
> > Quality NT Web Hosting
> > Fast - Reliable - Affordable.
> > Edward York - CTO
> > Mail: Ed@xxxxxxxxxxxxxx
> > http://www.724hosting.com
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
>
> --__--__--
>
> Message: 18
> From: "Franklin S. Werren" <fswerren@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Date: Sun, 24 Sep 2000 12:33:32 -0400
> charset="iso-8859-1"
> Subject: [cobalt-users] Shadow Suite
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Has anyone ever made a Cobalt Cube 2 shadow suite
> and set it up as a pkg install ??
>
>
> Franklin S. Werren, webmaster@xxxxxxxxxxxx www.bagpipes.net
> Modem Madness Ringmaster at www.madbbs.com/webring/
> ICQ 8556386 or fswerren46 on AOL's IM or fswerren46 for MSN Messenger
>
> Frank's Radio, P.O. Box 990, Sherman NY 14781-0990
> www.franksradio.net
> For the best ISP in Chautauqua County NY and North West Pa
> go to www.madbbs.com They treat you right.
>
>
>
>
> --__--__--
>
> Message: 19
> From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Subject: Re: [cobalt-users] .forward
> Date: Sun, 24 Sep 2000 09:56:14 -0700
> charset="iso-8859-1"
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
> Is there a way to have an autoresponder be activated by a CGI script when
an
> email is received?
>
> Thanks
>
> Mike
>
> ----- Original Message -----
> From: "Jason Sikorski" <jsikorski@xxxxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Sunday, September 24, 2000 6:37 AM
> Subject: Re: [cobalt-users] .forward
>
>
> > The .forward file does not exist by default. If you require more than
one
> > forwarding email address on a user's account, you need to create this
file
> > in their home directory. (With the email addresses seperated by
commas.)
> >
> > --
> > Jason Sikorski
> > jsikorski@xxxxxxxxxxxx
> >
> > ----- Original Message -----
> > From: "Mike Fritsch" <mfritsch@xxxxxxxxxxxx>
> > To: <cobalt-users@xxxxxxxxxxxxxxx>
> > Sent: Saturday, September 23, 2000 7:51 PM
> > Subject: Re: [cobalt-users] .forward
> >
> >
> > > Where are the .forward files located? I did a locate on .forward and
> found
> > > nothing.
> > >
> > > Mike
> > >
> > > ----- Original Message -----
> > > From: "Jens Kristian Søgaard" <jens@xxxxxxxxxxxxxxxxxxxx>
> > > To: <cobalt-users@xxxxxxxxxxxxxxx>
> > > Cc: "miquel piulats" <miquel@xxxxxxxxxxxxxx>
> > > Sent: Friday, August 25, 2000 12:31 PM
> > > Subject: Re: [cobalt-users] .forward
> > >
> > >
> > > > Tom Sparks <atlantis@xxxxxxxxxxx> writes:
> > > >
> > > > > Please share what you find on this. I've been unable to find any
> way
> > > > > whatsoever to access procmail (which needs the .forward file to
find
> > > > > the .procmailrc), and we REALLY need it!
> > > >
> > > > Eh? (there's no need for both a .forward file and a .procmail file)
> > > >
> > > > The files do not exists on your system, you'll have to create them
> > > > yourself.
> > > >
> > > > The files should be named ~/.forward or ~/.procmailrc
> > > >
> > > > (~/ denotes that they should be stored in the user's directory --
> > > > i.e. you'll have such a file for each user)
> > > >
> > > >
> > > > --
> > > > Jens Kristian Søgaard, Mermaid Consulting I/S,
> > > > jens@xxxxxxxxxxxxxxxxxxxx,
> > > > http://www.mermaidconsulting.com/
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > cobalt-users mailing list
> > > > cobalt-users@xxxxxxxxxxxxxxx
> > > > To Subscribe or Unsubscribe, please go to:
> > > > http://list.cobalt.com/mailman/listinfo/cobalt-users
> > >
> > >
> > > _______________________________________________
> > > cobalt-users mailing list
> > > cobalt-users@xxxxxxxxxxxxxxx
> > > To Subscribe or Unsubscribe, please go to:
> > > http://list.cobalt.com/mailman/listinfo/cobalt-users
> > >
> >
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
>
>
> --__--__--
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
> End of cobalt-users Digest
>