Re: [exim] Stuck with mails being queued..

Top Page
Delete this message
Reply to this message
Author: Matt Sealey
Date:  
To: exim-users
Subject: Re: [exim] Stuck with mails being queued..

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 <matt@???>
Manager, Genesi, Developer Relations


> -----Original Message-----
> From: Tony Finch [mailto:fanf2@hermes.cam.ac.uk] On Behalf Of
> Tony Finch
> Sent: Thursday, June 08, 2006 7:34 AM
> To: Matt Sealey
> Cc: exim-users@???
> 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
> > <genesi-test-bounces@???> 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.
> --
> <fanf@???> <dot@???> 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}}
>