[Exim] Mailman and exim

Top Page
Delete this message
Reply to this message
Author: Karpati
Date:  
To: exim-users
Subject: [Exim] Mailman and exim
--
Hi,

I am using Exim 3.35 on debian linux with mailman 2.0.11.

I set up everything as it was written on the exim.org, but I still have the
same problem.

If I try to post a message to the list I get back the following error message:


This message was created automatically by mail delivery software (Exim).
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
zenevilag@???
unknown local-part "zenevilag" in domain "mail.zenevilag.net"

Here are my settings:

MAILMAN_HOME=/usr/lib/mailman
MAILMAN_WRAP=MAILMAN_HOME/mail/wrapper
MAILMAN_UID=list
MAILMAN_GID=list

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


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


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


list_owner_director:
    driver = smartuser
    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
    suffix = "-owner"
    new_address = "${lc:$local_part}-admin@${domain}"


owner_list_director:
    driver = smartuser
    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
    prefix = "owner-"
    new_address = "${lc:$local_part}-admin@${domain}"


list_admin_director:
    driver = smartuser
    suffix = -admin
    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
    transport = zenevilag_admin_transport


list_request_director:
    driver = smartuser
    suffix = -request
    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
    transport = zenevilag_request_transport


list_director:
    driver = smartuser
    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
    transport = zenevilag_transport


Does anyone know what else do I have to set in order to work my list?

Thanks for any help,
bandess
--

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.462 / Virus Database: 261 - Release Date: 2003.03.13.
--