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<TAB><TAB><TAB>$: $#local $: $1 R$=N < @ $=w . ><TAB>$: $#local $: $1 Rbb + $+ < @ $=w . ><TAB>$#cyrusbb $: $1 ---------------------------------------------------------------------------- -------------------------------------------- My build method: cd /path/to/cf/cf sh Build sendmail.cf sh Build install-cf TIA, Peter