Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Thursday, November 20, 2003 10:08 AM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: # su - cyrus -c '/usr/cyrus/bin/idled -C /etc/imapd.conf' bind: Address already in use How do I figure out what exactly it is trying to bind to? You could trace it. Do you see idled in the process table? fuser

Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Wednesday, November 19, 2003 10:45 AM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: SIGHUP'd the master. Nothing about idled appeared in the logs, I'm still getting the 'error sending to idled' errors in syslog. Trying to start by hand still gives: I don't think that idled gets restarted if ma

Re: lmtpd rejecting messages

2003-11-19 Thread Craig Constantine
--On Wednesday, November 19, 2003 2:44 PM -0600 Alex Cresswell <[EMAIL PROTECTED]> wrote: So I posted earlier with Service unavailable messages coming back from lmtpd, this is the bounce message I'm seeing. Is there any way to override lmtpd so that it will accept these messages or fix to filter

Re: cannot get idled to run

2003-11-19 Thread Craig Constantine
--On Tuesday, November 18, 2003 8:34 PM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: Try changing the owner of the idle socket to cyrus. That's how I have mine, and I reacll that I had trouble getting idled started because of permissions. nope. I changed it to: # ls -ald /var/imap/socket/idle sr

Re: cannot get idled to run

2003-11-18 Thread Craig Constantine
--On Tuesday, November 18, 2003 2:10 PM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: What are the permissions on your idle socket and the directory that the socket is in? # ls -ald /var drwxr-xr-x 21 root root 4096 Jun 17 21:36 /var # ls -ald /var/imap drwxrwsr-x 12 smmspcyrus

cannot get idled to run

2003-11-18 Thread Craig Constantine
I'm running (compiled from source) Cyrus-imapd-2.1.13 on RedHat Linux 8.0 [all patched up to date.] With every incoming message I get the oft seen "error sending to idled" message in syslog facility local6. Cyrus is of course compiled to use idled. :) My cyrus.conf contains: snip-