[Exim] exim4 & majordomo

Top Page
Delete this message
Reply to this message
Author: Sherona
Date:  
To: exim-users
Subject: [Exim] exim4 & majordomo
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hi

I am trying to set up majordomo & exim4.
I used the documentation at www.averillpark.net/exim....

I have the following configurations in in exim configure file

The routers configuration

majordomo_aliases:
driver = redirect
allow_defer
allow_fail
data = ${lookup{$local_part}lsearch{/usr/exim/etc/aliases/wits.ac.za}}
domains = sunsite2.wits.ac.za
file_transport = address_file
pipe_transport = majordomo_pipe
retry_use_local_part
no_rewrite
user = majordom

majordomo_private:
  driver = redirect
  allow_defer
  allow_fail
  condition = "${if eq {received_protocol} {local} \
                {true} {false} }"
  data = ${lookup{$local_part}lsearch{/usr/exim/etc/aliases/wits.ac.za-private}}
  domains = sunsite2.wits.ac.za
  file_transport = address_file
  pipe_transport = majordomo_pipe
  retry_use_local_part
  user = majordom


transport configuration
majordomo_pipe:
driver = pipe
group = daemon
return_fail_output
user = majordom

the wits.ac.za file is as follows
sample:         "|/usr/local/majordomo-1.94.5/wrapper resend -l sample -h sunsi
te2.wits.ac.za -f owner-sample sample-out@???"
sample-digest:  sample@???
sample-request: "|/usr/local/majordomo-1.94.5/wrapper majordomo -l sample"
sample-digest-request:  "/usr/local/majordomo-1.94.5/wrapper majordomo -l sampl
e-digest"


owner-sample-out: sherona@???
sample-approval: sherona@???
sample-digest-approval: sherona@???
owner-sample-digest-outgoing: sherona@???

owner-sample: sherona@???
owner-sample-digest: sherona@???
sample-owner: sherona@???
sample-digest-owner: sherona@???

The wits.ac.za-private file is as follows

sample-out:     "|/usr/local/majordomo-1.94.5/wrapper digest -r -C -l sample-di
gest sample-digest-outgoing@???",:include:/usr/local/majordomo-
1.94.5/lists/sample
sample-digest-outgoing: :include:/usr/local/majordomo-1.94.5/lists/sample-diges
t


A copy of list sample is

"Arthur Edwards" <arthur@???>
sherona@???
hementg@???


It does not seem to work though.

I get the following errors
2004-05-28 12:08:43 1BTi2N-0001Dl-Ll <= sherona@??? H=(marcus.wits.a
c.za) [146.141.15.5] P=esmtp S=1458 id=01f601c44499$97a16b80$e60f8d92@sherona
2004-05-28 12:08:44 1BTi2O-0001Dq-5V <= owner-sample@??? U=major
dom P=local S=2323 id=01f601c44499$97a16b80$e60f8d92@sherona
2004-05-28 12:08:44 1BTi2O-0001Dq-5V remote host address is the local host: sun
site2.wits.ac.za
2004-05-28 12:08:44 1BTi2O-0001Dq-5V == sample-out@??? R=hubbed
_hosts defer (-1): remote host address is the local host
2004-05-28 12:08:44 1BTi2O-0001Dq-5V Frozen
2004-05-28 12:08:44 1BTi2N-0001Dl-Ll => |/usr/local/majordomo-1.94.5/wrapper re
send -l sample -h sunsite2.wits.ac.za -f owner-sample sample-out@???.
ac.za <sample@???> R=majordomo_aliases T=majordomo_pipe
2004-05-28 12:08:44 1BTi2N-0001Dl-Ll Completed
2004-05-28 13:13:54 exim 4.20 daemon started: pid=4709, -q30m, not listening fo
r SMTP
2004-05-28 13:13:54 Start queue run: pid=4710
2004-05-28 13:13:54 1BThAp-0001Cx-5P Message is frozen
2004-05-28 13:13:54 1BTIsv-00011Y-EF Message is frozen
2004-05-28 13:13:54 1BTi2O-0001Dq-5V Message is frozen
2004-05-28 13:13:54 1BTLFG-000181-A9 Message is frozen
2004-05-28 13:13:54 1BTLMY-00018C-TJ Message is frozen
2004-05-28 13:13:54 1BThoX-0001DO-NW Message is frozen
2004-05-28 13:13:54 End queue run: pid=4710


Any ideas on what could be causing this.

Any help would be greatly appreciated.

Thanks
Sherona





--