[Exim] Help with mailman?

Top Page
Delete this message
Reply to this message
Author: Ruth Ivimey-Cook
Date:  
To: exim-users
Subject: [Exim] Help with mailman?
Folks,

I'm trying to set up mailman 2.0.9 with exim-4.05, and have got stuck; can
anyone help? The error log was at one time reporting:

2002-10-08 01:19:23 H=gatemaster.ivimey.org [192.168.0.1] sender verify fail
for <testing-admin@???>: Unrouteable address
2002-10-08 01:19:23 H=gatemaster.ivimey.org [192.168.0.1]
F=<testing-admin@???> rejected RCPT <ruth@???>: Sender
verify failed

.. but I solved that (I think) by using "local_users=*" (see below). The
main log still reports:

2002-10-08 01:50:40 17yiZ5-0005PA-00 ** testing@???
<testing-admin@???> R=mm21_admin_route T=mm_do_admin: Child
process of mm_do_admin transport returned 2 from command:
/var/mailman/mail/wrapper


The exact value returned seems to vary (I have seen 2, 6 and 7). However, I
have no idea what the matter is.

Mailman came from the RH rpm. Exim is self-compiled. Parts of the config file
for exim follow (can provide mode if needed)

Thanks,

Ruth

mm21_main_route:
    driver = accept
    domains = +mailman_domains
    local_parts = *
    require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db
    transport = mm_do_post


mm21_admin_route:
    driver = accept
    domains = +mailman_domains
    local_parts = *
    require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db
    local_part_suffix = "-admin:-owner"
    transport = mm_do_admin


mm21_request_route:
    driver = accept
    domains = +mailman_domains
    local_parts = *
    require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db
    local_part_suffix = "-request"
    transport = mm_do_request




mm_do_post:
driver = pipe
command = MAILMAN_WRAP post ${lc:$local_part}
current_directory = MAILMAN_HOME
home_directory = MAILMAN_HOME
user = MAILMAN_UID
group = MAILMAN_GID

mm_do_admin:
driver = pipe
command = MAILMAN_WRAP mailowner ${lc:$local_part}
current_directory = MAILMAN_HOME
home_directory = MAILMAN_HOME
user = MAILMAN_UID
group = MAILMAN_GID

mm_do_request:
driver = pipe
command = MAILMAN_WRAP mailcmd ${lc:$local_part}
current_directory = MAILMAN_HOME
home_directory = MAILMAN_HOME
user = MAILMAN_UID
group = MAILMAN_GID




--
Ruth Ivimey-Cook
Software engineer and technical writer.