savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: non-GNU mailing lists failure


From: Jaime E . Villate
Subject: [Savannah-hackers] Re: non-GNU mailing lists failure
Date: Tue, 24 Jul 2001 14:53:28 +0100
User-agent: Mutt/1.2.5i

On Tue, Jul 24, 2001 at 01:34:46PM +0200, Loic Dachary wrote:
>  > I also noticed that some of the aliases in
>  > /com/mailer/aliases-freesoftware refer to
>  > /com/mailer/freesoftware/mailman while others refer to
>  > /home/fsf/freesoftware/mailman.  This inconsistency should perhaps be
>  > fixed, although /home/fsf/freesoftware is a symlink so it probably
>  > isn't an especially serious problem.
> 
>       Apparently this did not fix the problem. I'm under the impression
> that the confirmation mail sent contains e-mail addresses that are not
> fully qualified and are therefore associated to the default mail.gnu.org
> by exim. Something like this.

Hi,
You might be right. The problem seems very similar to the problem we had with
exim + cvs logs in subversions: outgoing mail from lists such as uri-devel
should have a sender address:
    address@hidden
instead of the canonical:
    address@hidden

To try to fix it, I've just added the following at the end of
fencepost:/etc/exim/exim.conf

address@hidden    ${lookup{$1}lsearch{/etc/email-addresses}\
                                                {$value}fail} bcfrF

and in the file /etc/email-addresses I've put:

uri-devel:address@hidden 
uri-devel-request:address@hidden

This did not seem to have any effect, but after I did it I noticed a comment
in exim.conf that says that the same changes should be also applied to
  delysid:/usr/pkg/etc/exim/configure

The problem is that I do not have root access to delysid so I can't do it.
Can anyone give it a try?

Cheers,
Jaime




reply via email to

[Prev in Thread] Current Thread [Next in Thread]