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:[EMAIL PROTECTED]"

owner_list_director:
       driver = smartuser
       require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db
       prefix = "owner-"
       new_address = "${lc:[EMAIL PROTECTED]"

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






------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to