[Mailman-Users] Mailman in use with Exim 3.6

Thomas Bartolucci tbartolu at nnco.nano.gov
Mon Aug 2 16:45:39 CEST 2004


Is there anyone out there that has set mailman (any version ) up with 
exim 3.6.  I can't seem to get it working.  I can add users through the 
web interface and they get invite emails, but no one can post to the 
list, at least none of the mail is getting forwarded.  And the sender 
isn't getting it back.  So I ask what settings do you use.

I have the following lines added to exim.conf:

########MAIN CONFIGURATION############
MAILMAN_HOME = /home/mailman
MAILMAN_WRAP = MAILMAN_HOME/mail/wrapper

MAILMAN_UID = mailman
MAILMAN_GID = mailman

#######TRANSPORT######################3
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 post ${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 post ${lc:$local_part}
        current_directory = MAILMAN_HOME
        home_directory = MAILMAN_HOME
        user = MAILMAN_UID
        group = MAILMAN_GID

###########Director####################3
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 = list_admin_transport

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

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









More information about the Mailman-Users mailing list