[exim] exim 4 & majordomo

Top Page
Delete this message
Reply to this message
Author: Sherona
Date:  
To: exim-users
Subject: [exim] exim 4 & majordomo
Hi

We are running exim 4.50 and majordomo1.94.5 on solaris 10.

I have the following config for majordomo in exim config file

majordomo_aliases:
driver = redirect
allow_defer
allow_fail
data = ${lookup{$local_part}lsearch{/usr/exim/etc/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/wits.ac.za-private}}
domains = sunsite2.wits.ac.za
file_transport = address_file
pipe_transport = majordomo_pipe
retry_use_local_part
user = majordom

In the transport section I have the following

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

a copy of the wits.ac.za file is as follows
sample:         "|/usr/local/majordomo-1.94.5/wrapper resend -l sample -h
sunsite2.wits.ac.za -f owner-sample sample-outgoing"
sample-digest:  sample@???
sample-request: "|/usr/local/majordomo-1.94.5/wrapper -l sample"
sample-digest-request:  "/usr/local/majordomo-1.94.5/wrapper majordomo -l
sample-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@???

a copy of the wits.ac.za-private file is as follows

sample-outgoing:     :include:/usr/local/majordomo-1.94.5/lists/sample,sam
ple-archive


When sending a message to sample@??? I get the following error

2005-06-02 10:53:21 1DdpCL-0000r1-H9 <= sherona@??? H=(imss.wits.ac.za) [146.141.15.4] P=esmtp S=1863 id=046701c567b1$48e337d0$f90b8d92@sherona
2005-06-02 10:53:21 1DdpCL-0000r6-Qi <= owner-sample@??? U=majordom P=local S=2734 id=046701c567b1$48e337d0$f90b8d92@sherona
2005-06-02 10:53:21 1DdpCL-0000r6-Qi remote host address is the local host: sunsite2.wits.ac.za
2005-06-02 10:53:21 1DdpCL-0000r6-Qi == sample-archive@??? <sample-outgoing@???> R=hubbed_hosts defer (-1): remote host address is the local host
2005-06-02 10:53:21 1DdpCL-0000r1-H9 => |/usr/local/majordomo-1.94.5/wrapper resend -l sample -h sunsite2.wits.ac.za -f owner-sample sample-outgoing <sample@???> R=majordomo_aliases T=majordomo_pipe
2005-06-02 10:53:21 1DdpCL-0000r1-H9 Completed
2005-06-02 10:53:22 1DdpCL-0000r6-Qi => arthur@??? <sample-outgoing@???> R=hubbed_hosts T=remote_smtp H=calisto.wits.ac.za [146.141.15.55]
2005-06-02 10:53:22 1DdpCL-0000r6-Qi -> sherona@??? <sample-outgoing@???> R=hubbed_hosts T=remote_smtp H=calisto.wits.ac.za [146.141.15.55]
2005-06-02 10:53:22 1DdpCL-0000r6-Qi -> siphot@??? <sample-outgoing@???> R=hubbed_hosts T=remote_smtp H=calisto.wits.ac.za [146.141.15.55]
2005-06-02 10:53:22 1DdpCL-0000r6-Qi => maarten@??? <sample-outgoing@???> R=hubbed_hosts T=remote_smtp H=biology.biol.wits.ac.za [146.141.42.3]


When sending to sample-ougoing@??? I get the following error

2005-06-02 10:54:17 remote host address is the local host: sunsite2.wits.ac.za (while verifying <sample-outgoing@???> from host (imss.wits.ac.za) [146.141.15.4])
2005-06-02 10:54:17 H=(imss.wits.ac.za) [146.141.15.4] F=<sherona@???> temporarily rejected RCPT <sample-outgoing@???>: remote host address is the local host


Any idea as to what could be causing theses errors.

Any help would be greatly appreciated.

Thanks
Sherona