Re: [Mailman-Users] Troubles with mailman+postfix

2007-04-21 Thread Paul Tomblin
Stephen J. Turnbull wrote:
 Andrea S. Gozzi writes:
 
   'relay_domains = lists.vp44.net' fixed it.
 
 Why is this a right way to do it?  I would think that if it's all the
 same host you would want something to say I'll handle it, which is
 what mydestination does for real domains, and virtual_alias_domains
 does for virtual aliases.
 
 If this a better way, maybe we should write up a FAQ.

It's not a better way.  It's a kluge that happens to work for that one case.

-- 
Paul Tomblin [EMAIL PROTECTED]
Stay calm, be brave, and wait for the signs!
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Troubles with mailman+postfix

2007-04-20 Thread Andrea S. Gozzi
I'm currently running Postfix with SQL backend for virtual domains.
One of the domain owners wants to set up a mailing list and I decided to
go with Mailman (great web administration).

I installed Mailman and configured it (along with Postfix) following the
instructions here:
http://workaround.org/moin/PostfixTutorialContributions and everything
seems to work. I can create/delete/manage mailing lists but now postfix
is unable to delivery any message.

Postfix is 'mail.vp44.net' and I added an A record for
'lists.vp44.net' .
This came out in mail.warn:


 Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
 lists.vp44.net[212.68.198.73]:25 greeted me with my own hostname
 mail.vp44.net
 Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
 lists.vp44.net[212.68.198.73]:25 replied to HELO/EHLO with my own
 hostname mail.vp44.net

And that's in delivery failed e-mail:


 [EMAIL PROTECTED]: mail for lists.vp44.net loops back to myself


Would somebody know how to fix this?


Andrea S. Gozzi

--
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=showamp;file=faq01.027.htp


[Mailman-Users] Troubles with mailman+postfix

2007-04-20 Thread Stephen J. Turnbull
Andrea S. Gozzi writes:

   [EMAIL PROTECTED]: mail for lists.vp44.net loops back to myself

  Would somebody know how to fix this?

You probably need to tell postfix that it accepts mail addressed to
lists.vp44.net for local delivery.  I would guess that the parameter
is virtual_alias_domains in main.cf.  HTH
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Troubles with mailman+postfix

2007-04-20 Thread Paul Tomblin
Andrea S. Gozzi wrote:
 I'm currently running Postfix with SQL backend for virtual domains.
 One of the domain owners wants to set up a mailing list and I decided to
 go with Mailman (great web administration).
 
 I installed Mailman and configured it (along with Postfix) following the
 instructions here:
 http://workaround.org/moin/PostfixTutorialContributions and everything
 seems to work. I can create/delete/manage mailing lists but now postfix
 is unable to delivery any message.
 
 Postfix is 'mail.vp44.net' and I added an A record for
 'lists.vp44.net' .
 This came out in mail.warn:
 
 
 Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
 lists.vp44.net[212.68.198.73]:25 greeted me with my own hostname
 mail.vp44.net
 Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
 lists.vp44.net[212.68.198.73]:25 replied to HELO/EHLO with my own
 hostname mail.vp44.net
 

You need to add lists.vp44.net to virtual_alias_domains (if you're using 
virtual alias domains) or to mydestination.

-- 
Paul Tomblin [EMAIL PROTECTED]
Stay calm, be brave, and wait for the signs!
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Troubles with mailman+postfix

2007-04-20 Thread Andrea S. Gozzi
'relay_domains = lists.vp44.net' fixed it.

Andrea

On Fri, 2007-04-20 at 07:26 -0400, Paul Tomblin wrote:
 Andrea S. Gozzi wrote:
  I'm currently running Postfix with SQL backend for virtual domains.
  One of the domain owners wants to set up a mailing list and I decided to
  go with Mailman (great web administration).
  
  I installed Mailman and configured it (along with Postfix) following the
  instructions here:
  http://workaround.org/moin/PostfixTutorialContributions and everything
  seems to work. I can create/delete/manage mailing lists but now postfix
  is unable to delivery any message.
  
  Postfix is 'mail.vp44.net' and I added an A record for
  'lists.vp44.net' .
  This came out in mail.warn:
  
  
  Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
  lists.vp44.net[212.68.198.73]:25 greeted me with my own hostname
  mail.vp44.net
  Apr 18 16:44:46 bnix postfix/smtp[9141]: warning: host
  lists.vp44.net[212.68.198.73]:25 replied to HELO/EHLO with my own
  hostname mail.vp44.net
  
 
 You need to add lists.vp44.net to virtual_alias_domains (if you're using 
 virtual alias domains) or to mydestination.
 

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Troubles with mailman+postfix

2007-04-20 Thread Stephen J. Turnbull
Andrea S. Gozzi writes:

  'relay_domains = lists.vp44.net' fixed it.

Why is this a right way to do it?  I would think that if it's all the
same host you would want something to say I'll handle it, which is
what mydestination does for real domains, and virtual_alias_domains
does for virtual aliases.

If this a better way, maybe we should write up a FAQ.

--
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=showamp;file=faq01.027.htp