Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Tom Corner
I Listed all the directories as imap: imap@www:~/cyrus-imapd-2.0.14$ ls -ld /var/imap/socket/lmtp srwxrwxrwx 1 imap imap0 May 30 22:33 /var/imap/socket/lmtp= imap@www:~/cyrus-imapd-2.0.14$ ls -ld /var/imap/socket drwxr-xr-x 2 imap imap 4096 May 30 22:33

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Daryl Tester
Tom Corner [EMAIL PROTECTED] wrote: I Listed all the directories as imap: imap@www:~/cyrus-imapd-2.0.14$ ls -ld /var/imap/socket/lmtp srwxrwxrwx 1 imap imap0 May 30 22:33 /var/imap/socket/lmtp= imap@www:~/cyrus-imapd-2.0.14$ ls -ld /var/imap/socket drwxr-xr-x 2 imap

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Tom Corner
I am using sendmail to pass the mail to cyrus imap. It is looking like only about half the mail is actually getting through. Although I can't figure out where it is going. First I listed deliver. Then the entire /usr/cyrus/bin directory. What would setuid look like? Thanks for the help, Tom

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Tom Corner
Daryl, I have been searching around to find more information on my problem. I found this in /var/lg/messages: May 31 12:00:07 www sendmail[281]: f4VA06b00279: to=corner, ctladdr=corner (1001/100), delay=00:00:01, xdelay=00:00:00, mailer=cyrus, pri=30094, dsn=4.0.0, stat=Deferred: cyrus mailer

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Daryl Tester
Tom Corner wrote: May 31 12:00:07 www sendmail[281]: f4VA06b00279: to=corner, ctladdr=corner (1001/100), delay=00:00:01, xdelay=00:00:00, mailer=cyrus, pri=30094, dsn=4.0.0, stat=Deferred: cyrus mailer (/usr/cyrus/bin/deliver) exited with EX_TEMPFAIL I guess it shows that sendmail is

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Scot W. Hetzel
From: Tom Corner [EMAIL PROTECTED] The problem most likely is that sendmail is trying to run deliver as the user corner instead of imap. You'll need to set the appropriate flags for the cyrus mailer. dnl This stuff actually makes Cyrus work as the local mailer dnl The flags A5@/:|

ANN: Alternate namespace for Cyrus IMAP

2001-05-31 Thread Ken Murchison
I am pleased to announce the availability of an alternate namespace for Cyrus IMAP which allows personal folders to reside at the same [top]level as the INBOX. You should consider this code to be late-beta, but it is fully functional and appears to be as stable as 2.0.14. I have been running

Re: Cyrus IMAP 2.0.11 backup

2001-05-31 Thread Michael Fair
I would check to ensure that /etc/sasldb is in the list of files. That or whatever file it is that holds the accounts for Cyrus to authenticate against. I'm not an expert, but I thought I'd give it a shot. -- Michael -- I have 2 cyrus servers. The first one is on line the second one is for

Re: connect(/var/imap/socket/lmtp) failed

2001-05-31 Thread Daryl Tester
Tom Corner [EMAIL PROTECTED] wrote: I have just changed my sendmail.cf. Attached is the entire file. This time I used cyrusv2.mc which I edited the mailer def, adding U=imap:imap. Urm, OK, but I wish you wouldn't - it's hard to fix a configuration if you're changing it. For instance:

TLS vs. SSL

2001-05-31 Thread Justin R. Miller
Hi, I just took the plunge and updated from my old Cyrus 1.x (whatever the latest one was) to the 2.x released a few days ago. Everything seems to be working fine, and I have support for IMAP and IMAPS. It looks like when I use regular IMAP, the log says I have a login with plaintext+TLS. How

Re: TLS vs. SSL

2001-05-31 Thread Lawrence Greenfield
Date: Thu, 31 May 2001 21:38:07 -0400 From: Justin R. Miller [EMAIL PROTECTED] Hi, I just took the plunge and updated from my old Cyrus 1.x (whatever the latest one was) to the 2.x released a few days ago. Everything seems to be working fine, and I have support for IMAP and