[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: Qube 3 and LDAP
- Subject: [cobalt-users] RE: Qube 3 and LDAP
- From: "Jeff Hill" <jeff.hill@xxxxxxxxxxxxx>
- Date: Fri May 18 01:18:22 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have been trying to get LDAP to work. So far no matter how I try I gete
denied trying to query it from a client (ie: outlook, netscape) Anyone have
any ideas of something that I have missed.
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of
cobalt-users-request@xxxxxxxxxxxxxxx
Sent: Wednesday, May 16, 2001 2:28 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: cobalt-users digest, Vol 1 #2782 - 16 msgs
Send cobalt-users mailing list submissions to
cobalt-users@xxxxxxxxxxxxxxx
To subscribe or unsubscribe via the World Wide 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: Hosting in Japan or other far-east country (MikeM)
2. RE: Using RewriteCond need a bit of help with this one (Dan Kriwitsky)
3. RaQ power supplies (Jay Kraft)
4. RE: PHP permissions (Dan Kriwitsky)
5. Re: RAQ2 pathproblem aliases (Steve Werby)
6. Re: RE: mod_auth_mysql (Steve Werby)
7. Re: Netcraft Survey in website usage reports (Steve Werby)
8. Re: Using RewriteCond need a bit of help with this one (Steve Werby)
9. Re: Email list hosting (Steve Werby)
10. Re: update PHP 4.0.5 (johan@xxxxxxxxxxxxxxx)
11. RE: Online shop cart and authen (Vachon, Scott)
12. RE: IRC on Cobalt servers (Sean Chester)
13. Re: Automating ftp (Nico Meijer)
14. raq 3 php/apache (mika)
15. newbie question - DNS file location (Hannah MacKenzie)
16. RE: Copy & forward email (Colin J. Raven)
--__--__--
Message: 1
Date: Wed, 16 May 2001 08:16:10 -0400
From: "MikeM" <MyRaQ@xxxxxxxxx>
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Hosting in Japan or other far-east country
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
On 5/3/01 at 9:48 AM Ant Mitchell wrote:
>Hi all,
>
>I am looking for a company that offers raq hosting ideally
>in Japan, but other far eastern locations such as Singapore,
>Hong Kong or Australia could also be good.
>
>Good network availability is important, as is cost :)
>
>Does anyone have any experience with hosters in those
>countries or have any pointers ?.
>
Stop by www.webhostingtalk.com and see if anyone on their forums can help
you.
--__--__--
Message: 2
From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: RE: [cobalt-users] Using RewriteCond need a bit of help with this
one
Date: Wed, 16 May 2001 08:48:12 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Can I use the stuff described in the apache mod_rewrite to achieve this?
> I've tried lots of different methods described in the article but I'm not
> realy sure what to do. I am just dipping my toes in at the moment
> so please
> go slowly!
>
> Any info or examples would be most appeciated :)
>
http://list.cobalt.com/pipermail/cobalt-users/2000-October/024470.html
--
Dan Kriwitsky
--__--__--
Message: 3
Date: Wed, 16 May 2001 08:18:03 -0400
To: cobalt-users@xxxxxxxxxxxxxxx
From: Jay Kraft <jkraft@xxxxxxxxxxxx>
Subject: [cobalt-users] RaQ power supplies
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
Any one know where to get RaQ2 and 3 power supplies??
One of mine is humming the National Anthem.
Jay
--__--__--
Message: 4
From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: RE: [cobalt-users] PHP permissions
Date: Wed, 16 May 2001 08:59:55 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Warning: fopen("./count.dat","w") - Permission denied in
> /home/sites/home/web/ip_1.php on line 37
>
> What permission does it need ?
>
Probably 666 but you need to check the docs from the script. It should say
what to CHMOD that file.
--
Dan Kriwitsky
--__--__--
Message: 5
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] RAQ2 pathproblem aliases
Date: Wed, 16 May 2001 09:09:20 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
"Popp, Armin" <apopp@xxxxxxx> wrote:
> I have a problem when installing keystone, a helpdesk app.
>
> The install manual told me the following:
> ---------------------------------------------------------------------
> Edit the system aliases file for the server running Keystone. In most
systems, this will be in
> /etc/aliases. Create the following entries:
>
> keystone: "|/apache/htdocs/keystone/perl/keymail.pl -mailinfo";
> ---------------------------------------------------------------------
> my absolute path for example is
>
> /home/sites/site1/web/keystone/perl/keymail.pl
>
> I tried:
>
> keystone: "|/home/sites/site1/web/keystone/perl/keymail.pl -mailinfo";
>
> When I try to do that in aliases mail comes
> back with undeliverable
>
> What is the substituded Path?
The path isn't the problem. Sendmail is paranoid and will not execute
programs that aren't trusted. To make a program trusted add a symbolic link
to it using "ln" in /usr/adm/sm.bin/. "man ln" for instructions. Go to the
directory I just mentioned and type "ln -s keymail.pl
/home/sites/site1/web/keystone/perl/keymail.pl". I believe you'll also need
to make the original file (not the symbolic link) executable by the user
sendmail runs as. chmod 755 that file and it should work.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--__--__--
Message: 6
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] RE: mod_auth_mysql
Date: Wed, 16 May 2001 09:29:50 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
"Aidden Bloodmoon" <Aidden@xxxxxxxxxxxxxxxx> wrote:
> Steve,
>
> Well I think my brain allowed me to follow your last post, but im still
> having a slight problem. Im getting the error seen below.:
>
> [root mod_auth_mysql-2.20]#
>
./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/include/mysql --wit
> h-apache=/home/work/apache_1.3.12
> loading cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking whether gcc and cc understand -c and -o together... yes
> checking for ranlib... ranlib
> checking how to run the C preprocessor... gcc -E
> checking for crypt.h... yes
> checking for crypt... no
> checking for crypt in -lc... no
> checking for crypt in -lcrypt... yes
> checking for standard DES crypt... yes
> checking for extended DES crypt... yes
> checking for MD5 crypt... yes
> checking for Blowfish crypt... yes
> checking for Apache module support via DSO through APXS... yes
> checking for Apache module support via DSO through APACI... no
> checking for MySQL directory... /usr/include/mysql
> configure: error: Invalid MySQL directory - unable to find mysql.h under
> /usr/include/mysql
>
>
> Now i tried pointing to my mysql directory as /home/mysql which also
didn't
> work. I get the same error, just pointing to that directory.
> I have verified that the mysql.h file is located in /usr/include/mysql
> directory. Im guessing permission issues. Any idea?
Sometimes MySQL and other programs are picky and can't find what they want
even if you tell them the right location. Try --with-mysql=/usr/include
and --with-mysql=/usr in that order and see if it works. Yes, it seems like
a bizarre fix, but it's sometimes what's needed. Post again after you've
tried so people searching the archives can find the right answer.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--__--__--
Message: 7
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] Netcraft Survey in website usage reports
Date: Wed, 16 May 2001 09:37:23 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
"Todd Kirk" <tkirk@xxxxxxxxxxxxxx> wrote:
> Anyone else get www.netcraft.com/survey in there website usage reports?
Sure. Did you visit the site yet? It scours the internet to gather
information on the webserver software servers are running along with other
statistics. For example, bigpond.com.au is running MS IIS 4.0 on NT4/Win98.
> Is this something built into Apache or Cobalt GUI??
No. And if you want to block Netcraft I'm sure you could find out the IPs
that would be needed.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--__--__--
Message: 8
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] Using RewriteCond need a bit of help with this
one
Date: Wed, 16 May 2001 09:41:09 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
"Douglas Spooner" <webmaster@xxxxxxxxxxxxxx> wrote:
> The only problem I am having is making the domain stay when you goto it
and
> not show the directory structure.
>
> For instance if I type in oranges.com what appears in the browser is the
> correct page but in the address bar its
> apples.com/products/oranges/index.html instead of oranges.com
Change the following line from:
RewriteEngine on
to:
RewriteEngine off
Apache directives are somewhat difficult to get a handle on so just keep
reading and practicing and you'll be an expert soon enough.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--__--__--
Message: 9
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] Email list hosting
Date: Wed, 16 May 2001 09:14:16 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
"Todd Kirk" <tkirk@xxxxxxxxxxxxxx> wrote:
> I have a client at the moment that wants me to host a mailing list for his
> company so he can send one email with a .CSV file attachment to the list
and
> then my server sends to 1500 recipients.
>
> What would you recommend the best method to do this is? Should I buy extra
> software or use the cobalt mailing list in the GUI? Does the GUI have a
> limit to the number of email address it can have in the list? (the list
may
> end up being 5000 in the near future).
I don't like to touch the Cobalt majordomo software b/c I don't want to
break its ability to be used from the GUI, but I use majordomo from my own
additional installations of it. For large lists you may want to look into
using bulkmailer with majordomo (a search on google should get you plenty of
info) since it speeds up delivery. mj2, the development version of
majordomo has a bulk mail handler built in. I'm told mj2 is pretty stable,
though YMMV. There are other mailing list managers that might suit your
needs better so I suggest subscribing to the list-managers list at
www.greatcircle.com and searching that list's archives.
> One point of interest is the client has their own webserver for their
> website on small bandwidth, how would I use their domain for the email
> address for the list in this case? Do I simply make the MX record point to
> me and host all their email??
Yes.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--__--__--
Message: 10
From: johan@xxxxxxxxxxxxxxx
Date: Wed, 16 May 2001 13:50:48 +0000 (GMT)
Subject: Re: [cobalt-users] update PHP 4.0.5
To: cobalt-users@xxxxxxxxxxxxxxx
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
I found this at http://webhostingtalk.com (under the Cobalt forum, thread is
called "PHP update for RaQ 4i" :
>>>>>>>>>>
I use this method on all my servers, in 10 mins you'll have 4.0.5 installed.
tar zxvf php4.0.4pl1.tar.gz
cd php-4.0.4pl1
./configure --with-mysql --with-apxs --with-zlib --with-ftp
make
make install
cd /etc/httpd/conf
pico httpd.conf
## change the loadmodule of php4 to:
LoadModule php4_module /usr/lib/apache/libphp4.so
## it could also be duplicate
## save httpd.conf
/etc/rc.d/init.d/httpd restart
## you can check if it runs through:
## telnet localhost 80
## HEAD / HTTP/1.0
## 2x enter
## read the Server: line.
>>>>
Haven't seen anything on that forum about the --with-mysql problem you've
mentioned below.
Rgrds,
Johan
>
> > Has someone experience with updating PHP 4.0.3pl1 to PHP 4.0.5
>
> Somewhat, but *not* yet on my RaQ3 where PHP is compiled with
'--with-apxs'.
> Have to do that over the weekend... Will post my findings, if you're
> interested. I'll do it on a test machine first.
>
> I currently run a few plain RedHat boxen with apache and php compiled from
> source. The latest stable MySQL (3.23.37) is installed via rpm.
>
> I used to configure php with '--with-mysql'. This worked with any php
> version prior to 4.0.5. php 4.0.5 refused to make a MySQL connection when
> configured like that, but there was no error message when configuring! It
> just broke when it seemed to work fine.
>
> I had to do './configure --with-mysql=/usr' to get MySQL connections
> running. I didn't see any mention in the Change Log on php.net or anywhere
> else.
>
---------------------------------------------
This message was sent using M-Web Airmail.
http://airmail.mweb.co.za/
--__--__--
Message: 11
From: "Vachon, Scott" <Scott.Vachon@xxxxxxxxxxxxxx>
To: "'cobalt-users@xxxxxxxxxxxxxxx'" <cobalt-users@xxxxxxxxxxxxxxx>
Subject: RE: [cobalt-users] Online shop cart and authen
Date: Wed, 16 May 2001 08:15:19 -0500
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>Hi, can anyone recommend an online shopping cart and authentification
>method\company for RAQ 4
Hold the flames all. I sent him the Meta-Faq offline and asked him to
repost.
-S-
Disclaimer: My own two cents.
--__--__--
Message: 12
From: "Sean Chester" <seanc@xxxxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: RE: [cobalt-users] IRC on Cobalt servers
Date: Wed, 16 May 2001 15:28:29 +0100
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
-----Original Message-----
>Subject: [cobalt-users] IRC on Cobalt servers
>Is it possible to host IRCD (IRC servers), run BNCs and EGGDROPs on a
Cobalt
>appliance server? Is it possible to give unix shells access to the clients
>to run they're own background process?
i dont see any reason why not.. after all it is a redhat based Operating
System.
ircd, bouncers and eggies arnt difficult to compile.
i run screen + irc clients on my raq 3 with no problems at all.
-
Sean
--__--__--
Message: 13
From: "Nico Meijer" <cobalt-users@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] Automating ftp
Date: Wed, 9 May 2001 21:17:29 +0200
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
Hi Erik,
> Since a few weeks we have a cobalt raq 4 server and i know it's possible
to
> automate some tasks, but is it possible to create a script that downloads
a
> few files from an ftp server to the raq and then upload these files to
> another server? and if it's possible how do i do this?
That should very well be possible, but there's so many ways of transferring
files over a network. You could use simple ftp (tricky, haven't automated
that before), but scp or rsync thru ssh would be much better. scp/ssh allows
authentication without supplying passwords, making automation easy.
What are you options? Can you describe what setup "you" and "they" have?
Does it *have* to be ftp? Are the files always named the same?
Those kinds of questions... Nico
--__--__--
Message: 14
From: "mika" <mcev@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Date: Thu, 10 May 2001 09:23:30 +0200
Subject: [cobalt-users] raq 3 php/apache
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
Hi all,
Just another basic question : how to make index.php or index.php3 a valid
index page (like index.htm.....) instead of seeing this
files in index mode?
(can't find DirectoryIndex in httpd.conf????)
Thanks
Mika
--__--__--
Message: 15
Date: Thu, 10 May 2001 11:14:56 +0100
From: Hannah MacKenzie <hannah@xxxxxxxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: [cobalt-users] newbie question - DNS file location
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
Hiya all
Am a newbie here...Just a quick question really. Where will I find the DNS
Config files on the cobalt raq 4? I need to make an alteration to the mx
records of one of my domains.
Cheers
Hannah
--__--__--
Message: 16
From: "Colin J. Raven" <cjraven@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: RE: [cobalt-users] Copy & forward email
Date: Wed, 16 May 2001 10:58:00 -0400
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> so ....I have two servers which handle mail, My raq 3 recieves and i
> have a mail server that only excepts from certain domains,
OK, so this being a coblat list, I assume that we're dealing with the
RAQ :-)
Some of the comments you made in this post aren't clear,
but I kept them in there for contextual purposes. It might matter in 2-3
posts from now :-)
> one of my clients in automatically forwarding copies of their mail on
to accounts
> not on their domain,
Uuuhhh, not sure I understand the meaning of this at all.
> this means that all this forwarded mail get blocked
> by my other server.
<baffled look> you're not making this easy...what does the "other
server"
have to do with mail handling for *one* domain?
> I want to know if there's any way that we can set the
> raq to keep 1 copy of the mail and forward the rest on to each
individual
> mail account.
err...ummm...getting clearer now...I think. See below
> It is currently set up as a catchall account which is then
> accessed by my clients office mail server.
> So we'd like a way that doesn't involve
> creating up all the individual users on the raq.
Your answer is procmail.
In /etc/procmailrc (the global procmailrc file) you should probably have
something like this;
decide where you want a logfile, touch and chmod 600
Be sure to set VERBOSE=ON
to allow you to see debug output. Watch your logfile size since if the
domain gets a lot of traffic
the log will grow VERY quickly. When you are satisfied that everything
is working, turn verbose logging off
but set LOGABSTRACT=ALL instead which will write out a modified (and
leaner)logfile. Even so, you may want
to logrotate the procmail logfile. Your call.
If you don't want to mess with logrotate, you could roll your own
solution as follows:
If the siteadmin doesn't have shell access, (although I can't think why
this might be) I'd write a small tar/gzip backup script that grabs the
contents of the siteradmin's mail directory and cron it to run daily at
some ungodly quiet hour. Maybe stuff the thing in an FTP directory for
good measure so that the client can grab it (even if they can't do
anything with it, they can always send it back to you for opening if
necessary)
-------------------<cut below this line>-----------
#Catches all mail and stuffs a *carbon-copy*
#of the mail into the siteadmin's maildir
#leaves the mail in the spool to be grabbed
#by _some_ external mail server via _some_
#retrieval method
#
#uses a lockfile to prevent a bigmess (tm)
#if several procmail processes are concurrently
#writing to the maildir
#
#use of the TO_ macro catches Cc's as well as
#mail sent directly to the domain
#
#to deploy:
#Right after the macro underscore (* ^TO_) substitute your domain_name
#_without a space between the underscore and the domain name_
#
#note that the mailpath is ficticious of course
#a figment of the imagination
#adjust to suit your environment
:0c :
* ^TO_customer_domain\.com
/home/sites/site69/users/site_admin_dude/mail
HTH
Groetjes,
-Colin
--
Colin J. Raven
--__--__--
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-users
End of cobalt-users Digest