[exim] exim4 & majordomo

Etusivu
Poista viesti
Vastaa
Lähettäjä: Sherona
Päiväys:  
Vastaanottaja: exim-users
Aihe: [exim] exim4 & majordomo
Hi

We a re running exim4.24 with majordomo 1.94.5
I have the following configurations in the configure file

In the main config section

trusted_users = exim : majordom


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

In the transportmajordomo_pipe:
driver = pipe
group = daemon
return_fail_output
user = majordom


It doesn't seem to work.

I keep getting the foolowing error

2004-09-30 12:51:13 1CD0Ov-0006yT-Qw <= sherona@??? H=(interscan.wits.ac.za) [146.141.15.4] P=esmtp S=1471 id=04f701c4a6dc$5e872e70$e60f8d92@sherona
2004-09-30 12:51:14 1CD0Ov-0006yT-Qw ** |/usr/local/majordomo-1.94.5/wrapper resend -l sample sample-outgoing <sample@???> R=majordomo_aliases T=majordomo_pipe: Child process of majordomo_pipe transport returned 71 (could mean internal operating system error) from command: /usr/local/majordomo-1.94.5/wrapper
2004-09-30 12:51:14 1CD0Ow-0006yq-MU <= <> R=1CD0Ov-0006yT-Qw U=exim P=local S=2938

Strange thing though is I have the exact setup on another server and that one is working fine.


Any help would be appreciated

Thanks
sherona