Jim Popovitch wrote:
> The problem with this approach is that Mailman will still only use the
> single specified mail server, rather than processing a list of
> mailservers defined as MX records for a DNS domain.
    If I have a domain name for which there are 3 MXs setup in a Round 
Robin configuration, wouldn't mailman be given a different IP each 
time?  For example:

; zone file fragment
@     IN MX 10 mail.example.com.
....
mail  IN A 192.168.0.4
      IN A 192.168.0.5
      IN A 192.168.0.6

    If I tell mailman SMTPHOST='mail.example.com', in theory it should 
receive a different IP to connect to each time it queries that host 
name.  UNLESS mailman is internally caching that information (to use 
again on subsequent runs.)

-- 
W | It's not a bug - it's an undocumented feature.
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  IT Director / SysAdmin / Websmith             .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to