Re: [Mailman-Users] [Mailman-Developers] DMARC and Mail Lists open space at Pycon

2014-04-13 Thread Patrick Ben Koetter
* Mark Sapiro m...@msapiro.net:
 On April 11, 2014 3:18:13 PM EDT, Mark Sapiro m...@msapiro.net wrote:
 On 04/11/2014 05:25 AM, Mark Sapiro wrote:
  
  Tentatively rescheduled to 17:00 EDT (21:00 GMT) on Friday, 11 Apr in
 room 525.
  
  I will attempt to post realtime summaries on #mailman.
 
 
 Due to various scheduling issues, this will be rescheduled for Saturday
 evening (Montreal time). Details to follow.
 
 Please email me if you're thinking of attending. So far I know it's me,
 Florian Fuchs, and Barry Warsaw, but we need DMARC folks too.
 
 We are currently scheduled for 19:00 EDT (23:00 GMT), today, 12 Apr in room 
 525.
 
 It looks like it may just be Barry, Florian and me making dinner plans, but 
 if you're interested and here please come.

Yikes! That's 1:00 a.m. my time. Can't guarantee I will still be up then.

p@rick

-- 
[*] sys4 AG
 
https://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
 
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
 
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

AW: [Mailman-Users] mailman + postfix + virtual domains

2002-01-29 Thread Patrick Ben Koetter

Hi Matthew,

your idea works like a charm.
Shame on me, I have the same book. :(
You have the book and the better understanding. :)

thanks,

p@rick

 I have a postfix daemon running, accepting and delivering 
 mails for my
 local domain and a few virtual domains.
 Now I want to integrate mailman as listserver for one of 
 the virtual
 (!) domains.
 
 My problem is:
 The output generated by bin/newlist applies for 
 'alias'-style maps and
 not for a postfix 'virtual' map. And this is where my 
 problems start:
 
 Now perusing the Postfix book it looks as if you should be 
 able to do what you
 want on one machine like this:
 
 /etc/postfix/virtual
 
 virtual.domain DOMAIN
 [EMAIL PROTECTED]list
 [EMAIL PROTECTED]  list-admin
 [EMAIL PROTECTED]list-request
 [EMAIL PROTECTED]  list-admin
 
 another.domain DOMAIN
 [EMAIL PROTECTED]   thing
 [EMAIL PROTECTED] thing-admin
 [EMAIL PROTECTED]   thing-request
 [EMAIL PROTECTED] thing-admin
 
 
 /etc/postfix/aliases
 
 list:|/mailman/mail/wrapper post list
 list-admin:  |/mailman/mail/wrapper mailowner list
 list-request:|/mailman/mail/wrapper mailcmd list
 list-owner:  list-admin
 
 thing:   |/mailman/mail/wrapper post thing
 thing-admin: |/mailman/mail/wrapper mailowner thing
 thing-request:   |/mailman/mail/wrapper mailcmd thing
 thing-owner: thing-admin
 
 
 However since each list in a virtual domain points at a 
 local user and those
 local users must be unique so too the list names must be 
 unique over ALL the
 virtual domains:
 
 ie you cannot have
 
 [EMAIL PROTECTED]  and mylist@seconddomain.
 
 
 Mmm...  perhaps worth saying again, I'm looking at a book, 
 I *haven't* set it up
 like this myself.
 
 
 Matthew
 
 NB: The book refered to is Postfix, by Richard Blum, Sams 
 Publishing.  ISBN 0-672-32114-9

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] mailman + postfix + virtual domains

2002-01-28 Thread Patrick Ben Koetter

Hi there,

I'm not sure if this is OT.

I have a postfix daemon running, accepting and delivering mails for my
local domain and a few virtual domains.
Now I want to integrate mailman as listserver for one of the virtual
(!) domains.

My problem is:
The output generated by bin/newlist applies for 'alias'-style maps and
not for a postfix 'virtual' map. And this is where my problems start:

1. alias_maps doesn't work for virtual domains
If I configure postfix to look up the lists in the alias_maps section
it cannot find the corresponding users because they belong to the
virtual domain.
Exception: I set the hostname in 'mydestination' which I am not
supposed to do when I run postfix with virtual domains the
'postfix-style'. H...

2. virtual_maps won't execute 'wrapper' correctly
So I moved the mailman-alias-map into postfix's virtual_map section
and edited the map file. I deleted the ':', added '@virtualdom.ain' to
the user names and left the paths to 'wrapper' including the commands
untouched.
Example:
[EMAIL PROTECTED]
|/PATH_TO_MAILMAN/mailman/mail/wrapper post events

Now postfix started complaining that it couldn't find the user,
because something went wrong when it tried to deliver to 'wrapper'.
DoubleH...

I think, that the virtual map does not support scripts to be executed
as I understand that alias maps on contrary do. to prove that I read
threads in the postfix lists and had a look at Postfix by Richard
Blum. I couldn't find anything to prove I'm wrong with my idea. Still
that doesn't fix my problem :-|

What am I doing the wrong way? Has anybody managed to integrate
mailman with postfix virtual domains?
Did I totally misunderstand something? Should I go to bed and get some
sleep ;-)

thanks for pointing me towards the right direction,


p@rick


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users