cyrus + sendmail no go

2001-10-23 Thread Peter Matulis

Whenever I issue this command as cyrus user:

# imtest -m login -v localhost

I get this output:

C: C01 CAPABILITY
failure: prot layer failure

This produces in /var/log/messages:

imapd: could not getenv(CYRUS_SERVICE); exiting

I am running a new Red Hat 7.1 install and have followed the Cyrus Howto at
http://www.linuxdoc.org/HOWTO/Cyrus-IMAP.html#toc4 closely even though this
doc does not employ Red Hat's xinetd system.  My two pertinent files there
are:

/etc/xinetd.d/pop3 :

service pop3
{
disable = no
socket_type = stream
protocol= tcp
wait= no
user= cyrus
server  = /usr/cyrus/bin/pop3d
server_args = pop3d
}

and /etc/xinetd.d/imap :

service imap
{
disable = no
socket_type = stream
protocol= tcp
wait= no
user= cyrus
server  = /usr/cyrus/bin/imapd
server_args = imapd
}

Can anyone help?

Peter



Kindly disregard

2001-10-28 Thread Peter Matulis





Cyrus and Sendmail

2001-10-29 Thread Peter Matulis

I'm having trouble getting Cyrus 2.0.9 (rpm) and Sendmail 8.12.1 (source) to
speak to one another.  I'm running Red Hat 7.0.

This is the error I get when I do a "mail cyrus":

to=cyrus, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay,
pri=30023, relay=localhost [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection
refused by localhost

This is my sendmail.mc file (as described in the Cyrus Howto):



divert(0)dnl
VERSIONID(`$Id: cyrusproto.mc,v 8.7 1999/09/07 14:57:10 ca Exp $')
define(`confLOCAL_MAILER', `cyrus')
MAILER(local)
MAILER(cyrus)
LOCAL_RULE_0
R$=N$: $#local $: $1
R$=N < @ $=w . >$: $#local $: $1
Rbb + $+ < @ $=w . >$#cyrusbb $: $1



My build method:

cd /path/to/cf/cf
sh Build sendmail.cf
sh Build install-cf

TIA,

Peter



savemail: cannot save rejected email anywhere

2001-11-01 Thread Peter Matulis

Hi, I have advanced somewhat since my last post.  At least I have
"mailer=cyrus".  Behold my current situation:

# mail jdoe < /dev/null

Oct 31 08:24:28 testbox service-/usr/cyrus/bin/lmtpd[1244]: executed
Oct 31 08:24:28 testbox lmtpd[1244]: accepted connection
Oct 31 08:24:28 testbox lmtpd[1244]: lmtp connection preauth'd as postman
Oct 31 08:24:28 testbox sendmail[1243]: f9VDORPU001241:
to=<[EMAIL PROTECTED]>, delay=00:00:01, xdelay=00:00:00, mailer=cyrus,
pri=30320, relay=localhost, dsn=5.1.1, stat=User unknown
Oct 31 08:24:28 testbox sendmail[1243]: f9VDORPU001241: f9VDOSPU001243: DSN:
User unknown
Oct 31 08:24:28 testbox sendmail[1243]: f9VDOSPU001243:
to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00, mailer=cyrus,
pri=30100, relay=localhost [[UNIX: /var/imap/socket/lmtp]], dsn=5.1.1,
stat=User unknown
Oct 31 08:24:28 testbox sendmail[1243]: f9VDOSPU001243: f9VDOSPV001243:
return to sender: User unknown
Oct 31 08:24:28 testbox sendmail[1243]: f9VDOSPV001243: to=root,
delay=00:00:00, xdelay=00:00:00, mailer=cyrus, pri=30200, relay=localhost
[[UNIX: /var/imap/socket/lmtp]], dsn=5.1.1, stat=User unknown
Oct 31 08:24:28 testbox sendmail[1243]: f9VDOSPU001243: Losing
./qff9VDOSPU001243: savemail panic
Oct 31 08:24:28 testbox sendmail[1243]: f9VDOSPU001243: SYSERR(root):
savemail: cannot save rejected email anywhere

I have cyrus-imapd-2.0.9 and cyrus-sasl-1.5.24-20 installed by RPM and
Sendmail 8.12.1 by source.

Peter



kindly stop CC'ing mail and send directly

2001-11-09 Thread Peter Matulis

Would it be too much to ask that mail in this mailing list to be sent
directly to the mailing list as opposed to CC'ing it?

Peter Matulis