I have this:

MM_HOME=/usr/local/mailman
MM_UID=mailman
MM_GID=mailman
domainlist mm_domains = lists.ppczone.org
MM_WRAP=MM_HOME/mail/mailman
MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck



:


mailman_router:
        driver = accept
        domains = +mm_domains
        require_files = MM_LISTCHK
        local_part_suffix_optional
        local_part_suffix = -admin : -bounces : -bounces+* : -confirm : 
-confirm+* : -join : -leave : -owner : -request : -subscribe
: -unsubscribe
        transport = mailman_transport

:

mailman_transport:
        driver = pipe
        command = MM_WRAP \
                '${if def:local_part_suffix \
                        ${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \
                        {post}}' \
                $local_part
        current_directory = MM_HOME
        home_directory = MM_HOME
        user = MM_UID
        group = MM_GID 


.. which is exactly what the docs say I should have. So what's the issue? Just 
that it does not
think that having the MX as localhost is "valid" somehow!?

-- 
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations


> -----Original Message-----
> From: Tony Finch [mailto:[EMAIL PROTECTED] On Behalf Of 
> Tony Finch
> Sent: Thursday, June 08, 2006 7:34 AM
> To: Matt Sealey
> Cc: [email protected]
> Subject: Re: [exim] Stuck with mails being queued..
> 
> On Thu, 8 Jun 2006, Matt Sealey wrote:
> >
> > 2006-06-08 12:09:58 lowest numbered MX record points to local host: 
> > lists.ppczone.org (while verifying 
> > <[EMAIL PROTECTED]> from host localhost 
> > (mithrandir.softwarenexus.net) [127.0.0.1])
> >
> > The mailman software runs on the server, and is delivering mails to 
> > users on the same server, from users on the same server.. .. surely 
> > mailing users on the same box is not a "broken" thing and 
> shouldn't be 
> > put in the verify queue?
> 
> You have to tell Exim how to deliver the relevant messages to Mailman.
> 
> Tony.
> -- 
> <[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
> N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
> \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}
> 


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to