cyrus21 cyrdeliver

2003-01-30 Thread Chris Hilts
Is anyone else using the cyrus21 packages able to use cyrdeliver?  I have
been unable to make it work on my setup, it can't connect to lmtp because
of sasl_setprop errors.  It'd help to know if it's a problem in the
binary or if it's just my configuration.


-- 
Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: IMAP recommendations

2002-12-12 Thread Chris Hilts
 must configure your MTA to deliver to procmail instead of cyrus, and use
 cyrdeliver to send the email from procmail to cyrus.  Which is much slower
 than simply delivering it to cyrus and using sieve in the first place.

As a side note, if your MTA can speak LMTP, that's probably the best way
to get the messages into Cyrus.  Postfix does this beautifully, I don't
know about the others..

-- 
Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: IMAP recommendations

2002-12-12 Thread Chris Hilts
 cool.  I'm using postfix.  But I've never heard of LMTP...

 Any starting points for RTFM-ing?
 I found something on the postfix.org site...
 In the postfix big picture, where does this fit/replace?

LMTP is Local Mail Transfer Protocol.  You can read all you want about it
in RFC 2033.  The idea of having Postfix use LMTP is performance, it
replaces the use of an external program (in this case, cyrdeliver) to do
the delivery.

cyrdeliver also uses LMTP, but if you can get your MTA to connect to Cyrus
(either by unix socket or tcp/ip) and deliver via LMTP, you can eliminate
the middleman and rack up some performance.

Since using a unix socket introduces permissions problems, I took the easy
road and used tcp/ip.

In /etc/postfix/main.cf:

mailbox_transport=lmtp:inet:localhost:lmtp

In /etc/cyrus.conf:

lmtp   cmd=lmtpd -a listen=localhost:lmtp prefork=0 maxchild=20

(Note that the -a means connections to the LMTP port are preauthorized,
which is potentially a security risk, but since I'm the only local user on
my box I didn't care)

Hope this helps.

-- 
Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Looking for a backup to CD-R(W) program

2002-11-14 Thread Chris Hilts
   I am looking for recommendations for software to backup my
 debian (sarge) machine to my cd burner.  As this is my home machine, I

You may have luck with mondo.

-- 
Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




re: obtaining debian

2002-11-11 Thread Chris Hilts
 Hello, could someone please give detailed info on obtaining the latest
 stable version of woody. Instructions on where to go(FTP preferably)and
 what exactly to do would be greatly appreciated:).

Please see the installation instructions at the Debian website.
(http://www.debian.org)

-- 
Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: HW raid 0 setup

2002-10-24 Thread Chris Hilts
 Is this correct?  Since I'm setting this up as Raid0, shouldn't sda and
 sdb be half that size at 8984MB each?  Or is it typical of Raid0 to
 report the combined size of the two drives it uses for striping?

Speaking of hardware RAID, I've set up a RAID-1 (mirroring) array on my
server.  Everything works fine EXCEPT for boot.  I cannot get the machine
to boot from the hard drives at all.  LILO seems to install just fine, no
error messages.

The RAID card is a 3Ware 3w-.

Anyone have any tips for booting the system from the array using this setup?

Thanks in advance,

Chris Hilts
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




IDE woes

2002-10-03 Thread Chris Hilts

Whilst trying to use mondo to make a system backup onto a Seagate IDE tape
drive, I got the following mess in my syslog:

Oct  3 14:53:35 wakeup kernel: hdd: timeout waiting for DMA
Oct  3 14:53:35 wakeup kernel: ide_dmaproc: chipset supported
ide_dma_timeout func only: 14
Oct  3 14:53:35 wakeup kernel: hdd: status timeout: status=0xd0 { Busy }
Oct  3 14:53:35 wakeup kernel: hdd: drive not ready for command
Oct  3 14:53:35 wakeup kernel: hdd: ATAPI reset complete
Oct  3 14:53:35 wakeup kernel: ide-tape: ht0: I/O error, pc =  a, key = 
2, asc =  4, ascq =  1
Oct  3 14:53:38 wakeup last message repeated 180 times
Oct  3 14:53:38 wakeup kernel: ide-tape: ht0: I/O error, pc = 10, key = 
2, asc =  4, ascq =  1
Oct  3 14:53:38 wakeup kernel: ide-tape: Couldn't write a filemark
Oct  3 14:53:38 wakeup kernel: ide-tape: ht0: I/O error, pc = 10, key = 
2, asc =  4, ascq =  1
Oct  3 14:53:38 wakeup kernel: ide-tape: ht0: I/O error, pc = 10, key = 
2, asc =  4, ascq =  1
Oct  3 14:54:49 wakeup kernel: ide-tape: Reached idetape_chrdev_open
Oct  3 14:54:55 wakeup kernel: ide-tape: Reached idetape_chrdev_open
Oct  3 14:58:35 wakeup kernel: hdd: drive_cmd: status=0x51 { DriveReady
SeekComplete Error }
Oct  3 14:58:35 wakeup kernel: hdd: drive_cmd: error=0x04

If anyone has any advice, I'm willing to listen.  I've fought with this
machine by myself too much lately.
-- 
Chris Hilts
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: uw-imapd won't start

2002-03-15 Thread Chris Hilts
On Fri, Mar 15, 2002 at 11:00:56AM -0500, Thomas Shemanske wrote:
 There is the appropriate entry in /etc/inetd.conf (which starts the 
 daemon through tcpd).  One can start the daemon manually with 
 /usr/sbin/imapd, but we can't figure out why the daemon doesn't start 
 with the rest of the services in inetd.

Have you checked your logs for any clues as to why it won't work?  Did
you restart inetd after the config file was edited?  If you forgot to
restart inetd, 'killall -HUP inetd' ought to do the trick.
 
Good luck.
Chris Hilts
[EMAIL PROTECTED]



OT: Godwin's Law (Was: racism etc etc)

2002-03-14 Thread Chris Hilts
On Thu, Mar 14, 2002 at 07:36:56PM -0800, ben wrote:
 what's godwin's law? that is, i'm interested as long as it goes a step beyond 

Godwin's law originates from some of the spectacular flamewars on
Usenet.  It boils down to this: eventually someone in an argument will
bring up Nazis; once this happens the thread is immediately dead, and
whoever brought up the Nazis has automatically lost the argument.  Of
course, bringing up Nazis on purpose to end the argument doesn't count.

See more info in the Jargon File.
http://www.tuxedo.org/~esr/jargon/html/entry/Godwin's-Law.html
 
Chris Hilts
[EMAIL PROTECTED]

 



Re: Mail clients (and text editors)

2002-03-14 Thread Chris Hilts
On Thu, Mar 14, 2002 at 08:37:06PM -0800, Craig Dickson wrote:
 (and to know that they're in maildir format), then run all your old
 messages back through procmail again.

I believe procmail comes with a utility called 'formail' which you might
find useful for this.
 
Chris Hilts
[EMAIL PROTECTED]




Re: Change from SuSE to Debian

2002-03-11 Thread Chris Hilts
On Mon, Mar 11, 2002 at 07:36:05PM +, pete atkinson wrote:
 Are there any hints/tips/watch-out-fors that you could offer, principally, I 
 am a bit confused over the non-RPMness of packages and the lack of the config 
 suites such as YAST/YAST2 that SusE employs.

Get to know apt and dpkg.  apt-get is your friend.  If you liked rpm,
you'll LOVE the dpkg/apt-get combo.  I don't know of any actual
configuration suites except maybe webmin (I'm pretty sure it's available
for Debian) or possibly linuxconf.  To be honest, I'm more reliant on
debconf doing the major work at package install time and then doing the
fine tuning in the config files by hand.
 
Good luck, and don't hesitate to ask if you run into trouble.
 
Chris Hilts
[EMAIL PROTECTED]



Re: start-stop-daemon chroot option.

2002-03-09 Thread Chris Hilts
On Sat, Mar 09, 2002 at 07:27:09PM +0100, Ralf G. R. Bergs wrote:
 You might need some shared libraries (that the daemon binary itself depends 
 upon) that are missing in the chroot jail.

Since spamd is a perl script, it's most likely missing a perl
interpreter in the chroot jail.
 
Chris Hilts
[EMAIL PROTECTED]



Re: Performance Issues with Spamassassin

2002-03-08 Thread Chris Hilts
On Fri, Mar 08, 2002 at 10:33:21PM -0500, Anthony and Mary Ann Tantillo wrote:
 I have begun using spamassassin (2.01) with razor (1.19) as a mailfilter
 in combination with fetchmail (5.9.8), procmail (3.2.2), and exim (3.3.4).  
 When I fetch a large number of messages (e.g. when I first startup the
 computer), response slows to a crawl. If I monitor the processes using 
 top, spamassassin processes start to fill the screen.  On a
snip
 
You should consider running spamassassin as a daemon (spamd).  This
should greatly reduce the processing time, as well as the resource
hoggery. 
 
Edit /etc/default/spamassassin, run /etc/init.d/spamassassin restart,
and have your procmail recipe use /usr/bin/spamc -f
 
You'll probably want to firewall out tcp port 783 to prevent people from
hitting your new spamd.
 
Hope this helps,
Chris Hilts
[EMAIL PROTECTED]



Re: ethernet issue

2002-02-14 Thread Chris Hilts
On Thu, Feb 14, 2002 at 09:54:35AM -0800, Shaun wrote:
 I'm used to use Red Hat. All the ethernet drivers and etc were called 
 /dev/eth*. In debian is this
 the same? All I see is /dev/gre*. does that mean that my NIC isnt being found 
 by the kernel?

NICs don't show up in /dev/ at all.  (Plus /dev is not generated by the kernel, 
it's just
a bunch of device nodes.  Just because something is in /dev doesn't mean the 
kernel
knows about it)
 
Try to ifconfig the device.  If the kernel knows about that card, it'll work.
 
Chris Hilts
[EMAIL PROTECTED]



Re: Apache loading

2002-02-14 Thread Chris Hilts
On Thu, Feb 14, 2002 at 05:42:24PM -0600, William Lacy wrote:

 My problem is that I can ping myself, I see ifconfig has lo configured 
 and route has me routed and hostname returns my hostname but Apache says 
 it can't determine the hostname and tells me to configure it with the 
 ServerName directive.  I have looked through the documentation I have 
 there at home but can find nothing about the ServerName directive.

In your httpd.conf file, put a line like:

ServerName hostname of your server
 
See http://www.apache.org for details.
 
Chris Hilts
[EMAIL PROTECTED]



Re: Mutt Procmail ...and Debian

2002-02-14 Thread Chris Hilts
On Fri, Feb 15, 2002 at 12:57:53AM +0100, R. Pac wrote:
 I would like to know which software are better to use with Mutt.

Depends on your needs.

 By the way how may I configure Mutt to take mail directly from a pop
 server without using fetchmail ?

You don't.  The closest you can come to this is probably IMAP, where
mutt will leave the mail on the IMAP server and deal with it remotely.

You didn't tell us about your setup.  FWIW, I think fetchmail is
a wonderful way to go, especially if you use procmail as the local
delivery agent (LDA).  (Assuming a home setup, mail received by your
ISP)
 
Chris Hilts
[EMAIL PROTECTED]



Re: shutdown/halt as user

2002-02-13 Thread Chris Hilts
On Wed, Feb 13, 2002 at 07:30:05PM +0100, Hans wrote:
 How can I let a normal user use the halt or shutdown command? I need

Try using 'sudo'.  You'll have to edit the sudoers file though.

Chris Hilts
[EMAIL PROTECTED]



Re: shutdown/halt as user

2002-02-13 Thread Chris Hilts
On Wed, Feb 13, 2002 at 07:37:06PM +0100, Hans wrote:
 But with sudo you will still have to enter a password afaik and that's kind
 of difficult with remote control. --Hans

That is incorrect.  There is an option which allows the password prompt
to be skipped.  (man sudoers - I'd use it with care, though)
 
Chris Hilts
[EMAIL PROTECTED]



Re: kernel again

2002-02-13 Thread Chris Hilts
On Wed, Feb 13, 2002 at 02:33:37PM -0500, Bob Thibodeau wrote:
 
 I know this has been coming up, but the solutions I've seen offered
 haven't worked for me.
 
 I'm trying to upgrade to 2.4.17 and getting the vfs: cannot mount
 root error.

This sort of error always makes me want to double check to make sure
I compiled ext2fs into the kernel. (Or whatever your root fs may
happen to be)

One of the guys at school kept getting a message like that and was
insistent that he had ext2 into the kernel.  I finally pestered him
into checking, and sure enough, he left it out.
 
Chris Hilts
[EMAIL PROTECTED]



Re: adding a nic

2002-02-07 Thread Chris Hilts
On Thu, Feb 07, 2002 at 09:50:34AM -0500, Mike McCue wrote:
 I've got the nic that works under 2.2 to use the cable connection, I've 
 upgraded the packages and the kernel (2.4.17) and all is well.  Now I just 
 need to figure what I have to add to get the second nic working... I'm 

With the ISA ne2000 driver, you need to specify the io base of the cards
when you load the module.

modprobe ne io=0x300,0x320

That's all there is to it.  The driver can autodetect the irq once it has
the correct io base.
 
Chris Hilts
[EMAIL PROTECTED]


pgpIImOpvqC0E.pgp
Description: PGP signature


Perl and CPAN

2002-02-06 Thread Chris Hilts
The installation instructions of a piece of software I'm considering
asks me to fetch several (ok, a lot of) modules from CPAN.  Since this
will be adding software to my Debian system, is this safe?  Is there a
Debianized way to do this?

Advice appreciated, thank you in advance.

Chris Hilts
[EMAIL PROTECTED]


pgpmW4sbcjusc.pgp
Description: PGP signature


mbox vs. maildir

2001-12-20 Thread Chris Hilts
Are there any opinions on mbox vs. maildir?  I'm told by several friends 
that maildir is probably the more efficient way to go, but my Debian system 
came with mbox by default, and I'm not sure how easy/wise it would be to 
change.

Thanks in advance,
Chris Hilts
[EMAIL PROTECTED]
[EMAIL PROTECTED]