exim4 sources

2003-01-21 Thread David H. Clymer
Hi folks. In an attempt to get the sources for exim4, I just added the following urls to my sources.list, and apt-get update-ed. when I do an apt-cache search, however I'm only bringing up references to exim 3.35. Is exim4 included in testing or unstable packages? I thought I had heard mention of

Re: exim4 sources

2003-01-22 Thread David H. Clymer
On Wed, 2003-01-22 at 07:08, Miquel van Smoorenburg wrote: > There's an exim-4.10 package on > ftp://ftp.cistron.nl/pub/people/miquels/debian/cistron/ > > It has been built without LDAP and SQL support though, since I > don't need it. And remember exim v3 and v4 have a completely > different synta

Exim AUTH problems

2003-02-03 Thread David H. Clymer
I'm attempting to set up SMTP authentication using exim. I can get it to work if i dont check for null values, but when i try to add some extra logic to do that i get an error that I dont quite understand, and so It isnt really helpful in debugging this issue. note: i'm only working on the AUTH PL

Re: Exim AUTH problems

2003-02-03 Thread David H. Clymer
On Mon, 2003-02-03 at 13:20, David H. Clymer wrote: > I'm attempting to set up SMTP authentication using exim. I can get it to > work if i dont check for null values, but when i try to add some extra > logic to do that i get an error that I dont quite understand, and so It > isnt

Re: Urgent Help: courier-imap installation

2003-02-11 Thread David H. Clymer
Kevin, you could try purging courier-imap first (so that it forgets about those configfiles) and then attempt to reinstall it. Unless it is a new install, you will probably want to back up your config first :) I had this happen to me just the other day..but for the life of me cant remember _exac

Permission denied

2003-09-17 Thread David H. Clymer
I cannot uninstall/reinstall, do anything with the kdebase-doc package because of a problem with several files, which even as root, i do not have permission to list/delete/modify. How is this so? Is there any way I can unlink these files? example below: woody:/usr/share/doc/kde# rm -rf HTML rm:

Re: Debian 3.0 Updated R1 Problem!

2002-12-17 Thread David H. Clymer
a simple way to solve this would be to create a symlink to the new lib with the same name as the old library. like so: ln -s /lib/libproc.so.2.0.7 /lib/libproc.so.2.0.6 voila! its fixed! ;o) davidc On Tue, 2002-12-17 at 14:46, Account for Debian group mail wrote: > > We just installed the new

sound module stuck

2002-12-19 Thread David H. Clymer
Hi folks! Is there any way to force the removal of a loaded kernel module? For some reason, my sound just stopped working and all audio programs are saying that they cant open my audio device, and so I was going to try to reload the module for my soundcard, but when I do an rmmod es1370 it says th

Re: sound module stuck

2002-12-19 Thread David H. Clymer
what might be using that module? davidc On Thu, 2002-12-19 at 12:19, Kent West wrote: > David H. Clymer wrote: > > >Hi folks! > > > >Is there any way to force the removal of a loaded kernel module? For > >some reason, my sound just stopped working and all audio pr

Re: simple exim configuration

2002-12-20 Thread David H. Clymer
I just realized that I wasnt sending my replies to the list :) silly me. davidc -Forwarded Message- From: David H. Clymer <[EMAIL PROTECTED]> To: Paul Scott <[EMAIL PROTECTED]> Subject: Re: simple exim configuration Date: 20 Dec 2002 13:20:56 -0500 > That gives me: &

Re: simple exim configuration

2002-12-20 Thread David H. Clymer
On Fri, 2002-12-20 at 14:13, Paul Scott wrote: > Ok. My /etc/exim/exim.conf has: > > local_delivery: > driver = appendfile > group = mail > mode = 0660 > mode_fail_narrower = false > envelope_to_add = true > return_path_add = true > file = /var/spool/mail/${local_part} > > but mutt

Re: Handspring Visor hotsync problem

2002-12-20 Thread David H. Clymer
Could you be so kind as to point me to the place where I can find the visor module option in make menuconfig? I cant seem to find it. Maybe I'm looking the wrong place. I'm using v2.4.18 BTW. davidc On Fri, 2002-12-20 at 14:39, Bret Comstock Waldow wrote: > I just installed Woody r1 (presumably,

Re: simple exim configuration

2002-12-20 Thread David H. Clymer
> >> > >${local_part} is taken from the recipiant's email address. if someone > >sent you an email (to: [EMAIL PROTECTED]) the exim splits up the address on > >the @ and sets two variables: > > > >local_part: paul > >domain: foo.com > > > What process does that substitution? I'm not exactly sure,

Re: Handspring Visor hotsync problem

2002-12-23 Thread David H. Clymer
> > The Visor modules is in the "USB Serial Converter Support" section. > You also need the apropriate "USB Host Controller Driver". > Thanks. I evenutally found it. For some reason, I had skipped the serial converter section. One would think that a locate that turns up: /usr/src/linux/drivers/

Re: Exim + mysql

2002-12-23 Thread David H. Clymer
> I get problems configuring exim to use mysql. When I add the line in exim.conf: > hide mysql_servers = localhost/users/admin/secret > > I get : > exim -C ./exim.conf -bV > Exim version 3.35 #1 built 04-Mar-2002 23:05:40 > Copyright (c) University of Cambridge 2001 > 2002-12-22 17:13:59 Exim conf

Re: kppp password problem

2002-12-23 Thread David H. Clymer
check out your /etc/ppp/peers folder. I'm guessing you are using 2 different config files there, and the one being used by kppp does not have the "noauth" option, meaning that it is expecting the remote system (your ISP's remote access server) to authenticate itself with _your_ box, and that is not

ogg123 segmentation fault

2003-01-02 Thread David H. Clymer
for some reason, ogg123 is acting up. when I try to play an .ogg file, i get the message the following: woody:/home/david/share/audio/speeches# ogg123 rms-mit*.ogg Device: OSS audio driver output Author: Aaron Holtzman <[EMAIL PROTECTED]> Comments: Outputs audio to the Open Sound System dr