Vidiot wrote:

>Mark Sapiro responded:
>
[...]
>>and the reference to
>>
>>    domains = +mm_domains
>>
>>in the router definition. This is alluded to much more subtly in sec
>>6.2.1 of the manual.
>
>Section 6.2.1 doesn't exist.


<http://www.list.org/mailman-install/node17.html>


[...]
>I get the following error when I try and test:
>
>/usr/exim/bin/exim -bt testlist-users
>2008-06-29 20:53:47 Exim configuration error in line 563 of 
>/usr/exim/configure:
> option setting expected: {eq{$sender_host_address}{::1}}}{yes}{no}}
>
>It didn't complain about this line:
>
>  condition = ${if or{{eq{$sender_host_address}{127.0.0.1}}
>
>So, I'm guessing it isn't complaining about $sender_host_address, instead
>it is complaining about the {::1} part.

[...]
>  condition = ${if or{{eq{$sender_host_address}{127.0.0.1}}
>                      {eq{$sender_host_address}{::1}}}{yes}{no}}


I'm not sure what it's complaining about, but were getting a bit off
topic for Mailman.  That said, unless you're actually using IPv6, try
replacing the above with

  condition = ${if {eq{$sender_host_address}{127.0.0.1}}{yes}{no}}

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to